HEX: #EFF9EE
RGB: (239,249,238)
#EFF9EE enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #EFF9EE ist eine «websichere» Webfarbe #FFFFFF (oder kurz #FFF).
Die Farbe #EFF9EE wird in RGB als (239,249,238) definiert.
RGB: (239,249,238) (94%,98%,93%)
R 239 von 255 = 94%
G 249 von 255 = 98%
B 238 von 255 = 93%
R + G + B ~ 95%. #EFF9EE helle Farbe.
R + G + B =
239 + 249 + 238 = 726 (100%)
R 239 von 726 ~ 32.92%
G 249 von 726 ~ 34.3%
B 238 von 726 ~ 32.78%
Die Farbe #EFF9EE wird in CMYK als (4,0,4,2) definiert.
CMYK: (4,0,4,2) C4M0Y4K2 (4%,0%,4%,2%) (0.04/0.00/0.04/0.02)
EF | F9 | EE | |
---|---|---|---|
RGB | 239 | 249 | 238 |
HSL | 115° | 47.83% | 95.49% |
HSB/HSV | 115° | 4.42% | 97.65% |
CMYK | 4.02% | 0.00% | 4.42% |
2.35% |
Hexadezimal | EF | F9 | EE |
Dezimal | 239 | 249 | 238 |
Binär | 11101111 | 11111001 | 11101110 |
Oktal | 357 | 371 | 356 |
Beispiele css- und html für Elemente in der Farbe #EFF9EE. Bitte benutzen Sie auch rgb(239,249,238) statt hex-Code.
.myTextColor { color: #EFF9EE; }
<p style="color:#EFF9EE">This sample text font color is #EFF9EE.</p>
Die Farbe dieses Textes ist #EFF9EE.
.myBgColor { background-color: #EFF9EE; }
<div style="background-color:#EFF9EE">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #EFF9EE.
.myBorderColor { border: 1px solid #EFF9EE; }
<div style="border:3px solid #EFF9EE">Div</div>
Die Grenzen von diesem div sind in Farbe #EFF9EE.
.myOpacity80 { color: #EFF9EE; opacity: 0.8; }
<p style="color:#EFF9EE;opacity:0.8;">80%</p>
Text in Farbe #EFF9EE und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EFF9EE;}
<p style="text-shadow: 3px 3px 1px #EFF9EE">Text here.</p>
Dieser Text hat den Schatten in Farbe #EFF9EE.
.textShadow {text-shadow: 3px 3px 1px #EFF9EE, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EFF9EE, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #EFF9EE und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EFF9EE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EFF9EE, Direction=45, Strength=4)">Text</p>
This text has shadow with #EFF9EE and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #EFF9EE; -webkit-box-shadow: 1px 1px 3px 2px #EFF9EE; box-shadow: 1px 1px 3px 2px #EFF9EE; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #EFF9EE; -webkit-box-shadow: 1px 1px 3px 2px #EFF9EE; box-shadow:1px 1px 3px 2px #EFF9EE;">
Div content here</div>
Dieser Text ist in der Farbe #EFF9EE auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #EFF9EE auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #EFF9EE.
Dieser Text ist weiß auf dem Hintergrund in Farbe #EFF9EE.