Hex-Farbcode
Embed This Widget
Add the script tag and a data attribute to embed this widget.
Embed via iframe for maximum compatibility.
<iframe src="https://colorfyi.com/iframe/glossary/hex-color/" width="420" height="400" frameborder="0" style="border:0;border-radius:10px;max-width:100%" loading="lazy"></iframe>
Paste this URL in WordPress, Medium, or any oEmbed-compatible platform.
https://colorfyi.com/glossary/hex-color/
Add a dynamic SVG badge to your README or docs.
[](https://colorfyi.com/glossary/hex-color/)
Use the native HTML custom element.
Eine sechsstellige alphanumerische Darstellung einer Farbe in hexadezimaler Notation, der ein Rautezeichen (#) vorangestellt ist.
Hex color codes are the most common way to specify colors in web development. The six characters represent three pairs of hexadecimal values (00-FF) for red, green, and blue channels respectively. For example, #FF0000 is pure red (FF red, 00 green, 00 blue) and #FFFFFF is white. A shorthand three-character notation exists for colors with doubled digits: #F00 equals #FF0000. An eight-character variant adds an alpha channel for transparency (#FF000080 is semi-transparent red). Hex codes are case-insensitive and universally supported in CSS, HTML, and design tools.
Ausprobieren
Ähnliche Artikel
Was ist ein Hex-Code? Die Sprache der digitalen Farbe
Lerne, was Hex-Farbcodes sind, wie das Hexadezimalsystem RGB-Werte kodiert, 3-stellige Kurzschreibweise, 8-stelliges Alpha-Hex und wie man Hex-Codes für jede Farbe findet.
Hex-Farbcodes verstehen: Der vollständige Leitfaden
Verstehen Sie Hex-Farbcodes von Grund auf. Lernen Sie, was #RRGGBB bedeutet, wie Sie jeden Hex-Wert lesen, Kurzschreibweise, Alpha-Transparenz und die Konvertierung zwischen Formaten.
JavaScript-Farbmanipulation: Bibliotheken und Techniken
JavaScript-Farbmanipulation meistern mit chroma.js, culori und tinycolor2. Farben programmatisch parsen, transformieren und generieren für Web-Anwendungen.