HEX: #F0F8AB
RGB: (240,248,171)
#F0F8AB enthält hauptsächlich rote und grüne Farbe. Für #F0F8AB ist eine «websichere» Webfarbe #FFFF99 (oder kurz #FF9).
Die Farbe #F0F8AB wird in RGB als (240,248,171) definiert.
RGB: (240,248,171)
(94%, 97%, 67%)
R 240 von 255 = 94%
G 248 von 255 = 97%
B 171 von 255 = 67%
R + G + B ~ 86%. #F0F8AB helle Farbe.
R + G + B = 240 + 248 + 171 = 659 (100%)
R 240 von 659 ~ 36.42%
G 248 von 659 ~ 37.63%
B 171 von 659 ~ 25.95'%
Die Farbe #F0F8AB wird in CMYK als (3,0,31,3) definiert.
CMYK: (3,0,31,3) C3M0Y31K3 (3%,0%,31%,3%) (0.03/0.00/0.31/0.03)
Farbe #F0F8AB in den populären Farbmodellen.
F0 | F8 | AB | |
---|---|---|---|
RGB | 240 | 248 | 171 |
HSL | 66° | 84.62% | 82.16% |
HSB/HSV | 66° | 31.05% | 97.25% |
CMYK | 3.23% | 0.00% | 31.05% |
2.75% |
Die Farbe #F0F8AB in den populären Zahlensystemen.
Hexadezimal | F0 | F8 | AB |
Dezimal | 240 | 248 | 171 |
Binär | 11110000 | 11111000 | 10101011 |
Oktal | 360 | 370 | 253 |
Dunkle Töne der Farbe #F0F8AB
Helle Töne der Farbe #F0F8AB
Beispiele css- und html für Elemente in der Farbe #F0F8AB. Bitte benutzen Sie auch rgb(240,248,171) statt hex-Code.
.myTextColor { color: #F0F8AB; }
<p style="color:#F0F8AB">This sample text font color is #F0F8AB.</p>
Die Farbe dieses Textes ist #F0F8AB.
.myBgColor { background-color: #F0F8AB; }
<div style="background-color:#F0F8AB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #F0F8AB.
.myBorderColor { border: 1px solid #F0F8AB; }
<div style="border:3px solid #F0F8AB">Div</div>
Die Grenzen von diesem div sind in Farbe #F0F8AB.
.myOpacity80 { color: #F0F8AB; opacity: 0.8; }
<p style="color:#F0F8AB;opacity:0.8;">80%</p>
Text in Farbe #F0F8AB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F0F8AB;}
<p style="text-shadow: 3px 3px 1px #F0F8AB">Text here.</p>
Dieser Text hat den Schatten in Farbe #F0F8AB.
.textShadow {text-shadow: 3px 3px 1px #F0F8AB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F0F8AB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #F0F8AB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F0F8AB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F0F8AB, Direction=45, Strength=4)">Text</p>
This text has shadow with #F0F8AB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F0F8AB;
-webkit-box-shadow: 1px 1px 3px 2px #F0F8AB;
box-shadow: 1px 1px 3px 2px #F0F8AB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F0F8AB; -webkit-box-shadow: 1px 1px 3px 2px #F0F8AB; box-shadow:1px 1px 3px 2px #F0F8AB;">
Div content here
</div>
Dieser Text ist in der Farbe #F0F8AB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #F0F8AB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #F0F8AB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #F0F8AB.
Kontrastfarbe für #hex ist #0F0754.