HEX: #090C0E
RGB: (9,12,14)
#090C0E enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #090C0E ist eine «websichere» Webfarbe #000000 (oder kurz #000).
Die Farbe #090C0E wird in RGB als (9,12,14) definiert.
RGB: (9,12,14) (4%,5%,5%)
R 9 von 255 = 4%
G 12 von 255 = 5%
B 14 von 255 = 5%
R + G + B ~ 5%. #090C0E dunkle Farbe.
R + G + B =
9 + 12 + 14 = 35 (100%)
R 9 von 35 ~ 25.71%
G 12 von 35 ~ 34.29%
B 14 von 35 ~ 40%
Die Farbe #090C0E wird in CMYK als (36,14,0,95) definiert.
CMYK: (36,14,0,95) C36M14Y0K95 (36%,14%,0%,95%) (0.36/0.14/0.00/0.95)
09 | 0C | 0E | |
---|---|---|---|
RGB | 9 | 12 | 14 |
HSL | 204° | 21.74% | 4.51% |
HSB/HSV | 204° | 35.71% | 5.49% |
CMYK | 35.71% | 14.29% | 0.00% |
94.51% |
Hexadezimal | 09 | 0C | 0E |
Dezimal | 9 | 12 | 14 |
Binär | 1001 | 1100 | 1110 |
Oktal | 11 | 14 | 16 |
Beispiele css- und html für Elemente in der Farbe #090C0E. Bitte benutzen Sie auch rgb(9,12,14) statt hex-Code.
.myTextColor { color: #090C0E; }
<p style="color:#090C0E">This sample text font color is #090C0E.</p>
Die Farbe dieses Textes ist #090C0E.
.myBgColor { background-color: #090C0E; }
<div style="background-color:#090C0E">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #090C0E.
.myBorderColor { border: 1px solid #090C0E; }
<div style="border:3px solid #090C0E">Div</div>
Die Grenzen von diesem div sind in Farbe #090C0E.
.myOpacity80 { color: #090C0E; opacity: 0.8; }
<p style="color:#090C0E;opacity:0.8;">80%</p>
Text in Farbe #090C0E und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #090C0E;}
<p style="text-shadow: 3px 3px 1px #090C0E">Text here.</p>
Dieser Text hat den Schatten in Farbe #090C0E.
.textShadow {text-shadow: 3px 3px 1px #090C0E, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #090C0E, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #090C0E und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#090C0E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#090C0E, Direction=45, Strength=4)">Text</p>
This text has shadow with #090C0E and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #090C0E; -webkit-box-shadow: 1px 1px 3px 2px #090C0E; box-shadow: 1px 1px 3px 2px #090C0E; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #090C0E; -webkit-box-shadow: 1px 1px 3px 2px #090C0E; box-shadow:1px 1px 3px 2px #090C0E;">
Div content here</div>
Dieser Text ist in der Farbe #090C0E auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #090C0E auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #090C0E.
Dieser Text ist weiß auf dem Hintergrund in Farbe #090C0E.