HEX: #EFFFE6
RGB: (239,255,230)
#EFFFE6 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #EFFFE6 ist eine «websichere» Webfarbe #FFFFCC (oder kurz #FFC).
Die Farbe #EFFFE6 wird in RGB als (239,255,230) definiert.
RGB: (239,255,230)
(94%, 100%, 90%)
R 239 von 255 = 94%
G 255 von 255 = 100%
B 230 von 255 = 90%
R + G + B ~ 95%. #EFFFE6 helle Farbe.
R + G + B = 239 + 255 + 230 = 724 (100%)
R 239 von 724 ~ 33.01%
G 255 von 724 ~ 35.22%
B 230 von 724 ~ 31.77'%
Die Farbe #EFFFE6 wird in CMYK als (6,0,10,0) definiert.
CMYK: (6,0,10,0)
C6M0Y10K0 (6%, 0%, 10%, 0%)
(0.06 / 0.00 / 0.10 / 0.00)
Farbe #EFFFE6 in den populären Farbmodellen.
EF | FF | E6 | |
---|---|---|---|
RGB | 239 | 255 | 230 |
HSL | 98° | 100.00% | 95.10% |
HSB/HSV | 98° | 9.80% | 100.00% |
CMYK | 6.27% | 0.00% | 9.80% |
0.00% |
Die Farbe #EFFFE6 in den populären Zahlensystemen.
Hexadezimal | EF | FF | E6 |
Dezimal | 239 | 255 | 230 |
Binär | 11101111 | 11111111 | 11100110 |
Oktal | 357 | 377 | 346 |
Dunkle Töne der Farbe #EFFFE6
Helle Töne der Farbe #EFFFE6
Beispiele css- und html für Elemente in der Farbe #EFFFE6. Bitte benutzen Sie auch rgb(239,255,230) statt hex-Code.
.myTextColor { color: #EFFFE6; }
<p style="color:#EFFFE6">This sample text font color is #EFFFE6.</p>
Die Farbe dieses Textes ist #EFFFE6.
.myBgColor { background-color: #EFFFE6; }
<div style="background-color:#EFFFE6">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #EFFFE6.
.myBorderColor { border: 1px solid #EFFFE6; }
<div style="border:3px solid #EFFFE6">Div</div>
Die Grenzen von diesem div sind in Farbe #EFFFE6.
.myOpacity80 { color: #EFFFE6; opacity: 0.8; }
<p style="color:#EFFFE6;opacity:0.8;">80%</p>
Text in Farbe #EFFFE6 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EFFFE6;}
<p style="text-shadow: 3px 3px 1px #EFFFE6">Text here.</p>
Dieser Text hat den Schatten in Farbe #EFFFE6.
.textShadow {text-shadow: 3px 3px 1px #EFFFE6', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EFFFE6, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #EFFFE6 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EFFFE6, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EFFFE6, Direction=45, Strength=4)">Text</p>
This text has shadow with #EFFFE6 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EFFFE6;
-webkit-box-shadow: 1px 1px 3px 2px #EFFFE6;
box-shadow: 1px 1px 3px 2px #EFFFE6;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EFFFE6; -webkit-box-shadow: 1px 1px 3px 2px #EFFFE6; box-shadow:1px 1px 3px 2px #EFFFE6;">
Div content here
</div>
Dieser Text ist in der Farbe #EFFFE6 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #EFFFE6 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #EFFFE6.
Dieser Text ist weiß auf dem Hintergrund in Farbe #EFFFE6.
Kontrastfarbe für #hex ist #100019.