HEX: #F0E68C
RGB: (240,230,140)
Die Farbenname ist Khaki. #F0E68C enthält hauptsächlich rote und grüne Farbe. Für #F0E68C ist eine «websichere» Webfarbe #FFCC99 (oder kurz #FC9).
Die Farbe #F0E68C wird in RGB als (240,230,140) definiert.
RGB: (240,230,140) (94%,90%,55%)
R 240 von 255 = 94%
G 230 von 255 = 90%
B 140 von 255 = 55%
R + G + B ~ 80%. #F0E68C ziemlich helle Farbe.
R + G + B =
240 + 230 + 140 = 610 (100%)
R 240 von 610 ~ 39.34%
G 230 von 610 ~ 37.7%
B 140 von 610 ~ 22.95%
Die Farbe #F0E68C wird in CMYK als (0,4,42,6) definiert.
CMYK: (0,4,42,6) C0M4Y42K6 (0%,4%,42%,6%) (0.00/0.04/0.42/0.06)
F0 | E6 | 8C | |
---|---|---|---|
RGB | 240 | 230 | 140 |
HSL | 54° | 76.92% | 74.51% |
HSB/HSV | 54° | 41.67% | 94.12% |
CMYK | 0.00% | 4.17% | 41.67% |
5.88% |
Hexadezimal | F0 | E6 | 8C |
Dezimal | 240 | 230 | 140 |
Binär | 11110000 | 11100110 | 10001100 |
Oktal | 360 | 346 | 214 |
Beispiele css- und html für Elemente in der Farbe #F0E68C. Bitte benutzen Sie auch rgb(240,230,140) statt hex-Code.
.myTextColor { color: #F0E68C; }
<p style="color:#F0E68C">This sample text font color is #F0E68C.</p>
Die Farbe dieses Textes ist #F0E68C.
.myBgColor { background-color: #F0E68C; }
<div style="background-color:#F0E68C">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #F0E68C.
.myBorderColor { border: 1px solid #F0E68C; }
<div style="border:3px solid #F0E68C">Div</div>
Die Grenzen von diesem div sind in Farbe #F0E68C.
.myOpacity80 { color: #F0E68C; opacity: 0.8; }
<p style="color:#F0E68C;opacity:0.8;">80%</p>
Text in Farbe #F0E68C und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F0E68C;}
<p style="text-shadow: 3px 3px 1px #F0E68C">Text here.</p>
Dieser Text hat den Schatten in Farbe #F0E68C.
.textShadow {text-shadow: 3px 3px 1px #F0E68C, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F0E68C, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #F0E68C und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F0E68C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F0E68C, Direction=45, Strength=4)">Text</p>
This text has shadow with #F0E68C and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #F0E68C; -webkit-box-shadow: 1px 1px 3px 2px #F0E68C; box-shadow: 1px 1px 3px 2px #F0E68C; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #F0E68C; -webkit-box-shadow: 1px 1px 3px 2px #F0E68C; box-shadow:1px 1px 3px 2px #F0E68C;">
Div content here</div>
Dieser Text ist in der Farbe #F0E68C auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #F0E68C auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #F0E68C.
Dieser Text ist weiß auf dem Hintergrund in Farbe #F0E68C.