HEX: #E6FCEF
RGB: (230,252,239)
#E6FCEF enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #E6FCEF ist eine «websichere» Webfarbe #CCFFFF (oder kurz #CFF).
Die Farbe #E6FCEF wird in RGB als (230,252,239) definiert.
RGB: (230,252,239)
(90%, 99%, 94%)
R 230 von 255 = 90%
G 252 von 255 = 99%
B 239 von 255 = 94%
R + G + B ~ 94%. #E6FCEF helle Farbe.
R + G + B = 230 + 252 + 239 = 721 (100%)
R 230 von 721 ~ 31.9%
G 252 von 721 ~ 34.95%
B 239 von 721 ~ 33.15'%
Die Farbe #E6FCEF wird in CMYK als (9,0,5,1) definiert.
CMYK: (9,0,5,1)
C9M0Y5K1 (9%, 0%, 5%, 1%)
(0.09 / 0.00 / 0.05 / 0.01)
Farbe #E6FCEF in den populären Farbmodellen.
E6 | FC | EF | |
---|---|---|---|
RGB | 230 | 252 | 239 |
HSL | 145° | 78.57% | 94.51% |
HSB/HSV | 145° | 8.73% | 98.82% |
CMYK | 8.73% | 0.00% | 5.16% |
1.18% |
Die Farbe #E6FCEF in den populären Zahlensystemen.
Hexadezimal | E6 | FC | EF |
Dezimal | 230 | 252 | 239 |
Binär | 11100110 | 11111100 | 11101111 |
Oktal | 346 | 374 | 357 |
Dunkle Töne der Farbe #E6FCEF
Helle Töne der Farbe #E6FCEF
Beispiele css- und html für Elemente in der Farbe #E6FCEF. Bitte benutzen Sie auch rgb(230,252,239) statt hex-Code.
.myTextColor { color: #E6FCEF; }
<p style="color:#E6FCEF">This sample text font color is #E6FCEF.</p>
Die Farbe dieses Textes ist #E6FCEF.
.myBgColor { background-color: #E6FCEF; }
<div style="background-color:#E6FCEF">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #E6FCEF.
.myBorderColor { border: 1px solid #E6FCEF; }
<div style="border:3px solid #E6FCEF">Div</div>
Die Grenzen von diesem div sind in Farbe #E6FCEF.
.myOpacity80 { color: #E6FCEF; opacity: 0.8; }
<p style="color:#E6FCEF;opacity:0.8;">80%</p>
Text in Farbe #E6FCEF und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E6FCEF;}
<p style="text-shadow: 3px 3px 1px #E6FCEF">Text here.</p>
Dieser Text hat den Schatten in Farbe #E6FCEF.
.textShadow {text-shadow: 3px 3px 1px #E6FCEF', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E6FCEF, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #E6FCEF und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E6FCEF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E6FCEF, Direction=45, Strength=4)">Text</p>
This text has shadow with #E6FCEF and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E6FCEF;
-webkit-box-shadow: 1px 1px 3px 2px #E6FCEF;
box-shadow: 1px 1px 3px 2px #E6FCEF;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E6FCEF; -webkit-box-shadow: 1px 1px 3px 2px #E6FCEF; box-shadow:1px 1px 3px 2px #E6FCEF;">
Div content here
</div>
Dieser Text ist in der Farbe #E6FCEF auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #E6FCEF auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #E6FCEF.
Dieser Text ist weiß auf dem Hintergrund in Farbe #E6FCEF.
Kontrastfarbe für #E6FCEF ist #190310.