HEX: #F0F8EF
RGB: (240,248,239)
#F0F8EF enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #F0F8EF ist eine «websichere» Webfarbe #FFFFFF (oder kurz #FFF).
Die Farbe #F0F8EF wird in RGB als (240,248,239) definiert.
RGB: (240,248,239) (94%,97%,94%)
R 240 von 255 = 94%
G 248 von 255 = 97%
B 239 von 255 = 94%
R + G + B ~ 95%. #F0F8EF helle Farbe.
R + G + B =
240 + 248 + 239 = 727 (100%)
R 240 von 727 ~ 33.01%
G 248 von 727 ~ 34.11%
B 239 von 727 ~ 32.87%
Die Farbe #F0F8EF wird in CMYK als (3,0,4,3) definiert.
CMYK: (3,0,4,3) C3M0Y4K3 (3%,0%,4%,3%) (0.03/0.00/0.04/0.03)
F0 | F8 | EF | |
---|---|---|---|
RGB | 240 | 248 | 239 |
HSL | 113° | 39.13% | 95.49% |
HSB/HSV | 113° | 3.63% | 97.25% |
CMYK | 3.23% | 0.00% | 3.63% |
2.75% |
Hexadezimal | F0 | F8 | EF |
Dezimal | 240 | 248 | 239 |
Binär | 11110000 | 11111000 | 11101111 |
Oktal | 360 | 370 | 357 |
Beispiele css- und html für Elemente in der Farbe #F0F8EF. Bitte benutzen Sie auch rgb(240,248,239) statt hex-Code.
.myTextColor { color: #F0F8EF; }
<p style="color:#F0F8EF">This sample text font color is #F0F8EF.</p>
Die Farbe dieses Textes ist #F0F8EF.
.myBgColor { background-color: #F0F8EF; }
<div style="background-color:#F0F8EF">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #F0F8EF.
.myBorderColor { border: 1px solid #F0F8EF; }
<div style="border:3px solid #F0F8EF">Div</div>
Die Grenzen von diesem div sind in Farbe #F0F8EF.
.myOpacity80 { color: #F0F8EF; opacity: 0.8; }
<p style="color:#F0F8EF;opacity:0.8;">80%</p>
Text in Farbe #F0F8EF und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F0F8EF;}
<p style="text-shadow: 3px 3px 1px #F0F8EF">Text here.</p>
Dieser Text hat den Schatten in Farbe #F0F8EF.
.textShadow {text-shadow: 3px 3px 1px #F0F8EF, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F0F8EF, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #F0F8EF und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F0F8EF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F0F8EF, Direction=45, Strength=4)">Text</p>
This text has shadow with #F0F8EF and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #F0F8EF; -webkit-box-shadow: 1px 1px 3px 2px #F0F8EF; box-shadow: 1px 1px 3px 2px #F0F8EF; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #F0F8EF; -webkit-box-shadow: 1px 1px 3px 2px #F0F8EF; box-shadow:1px 1px 3px 2px #F0F8EF;">
Div content here</div>
Dieser Text ist in der Farbe #F0F8EF auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #F0F8EF auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #F0F8EF.
Dieser Text ist weiß auf dem Hintergrund in Farbe #F0F8EF.