HEX: #E6F39C
RGB: (230,243,156)
#E6F39C enthält hauptsächlich rote und grüne Farbe. Für #E6F39C ist eine «websichere» Webfarbe #CCFF99 (oder kurz #CF9).
Die Farbe #E6F39C wird in RGB als (230,243,156) definiert.
RGB: (230,243,156)
(90%, 95%, 61%)
R 230 von 255 = 90%
G 243 von 255 = 95%
B 156 von 255 = 61%
R + G + B ~ 82%. #E6F39C ziemlich helle Farbe.
R + G + B = 230 + 243 + 156 = 629 (100%)
R 230 von 629 ~ 36.57%
G 243 von 629 ~ 38.63%
B 156 von 629 ~ 24.8'%
Die Farbe #E6F39C wird in CMYK als (5,0,36,5) definiert.
CMYK: (5,0,36,5)
C5M0Y36K5 (5%, 0%, 36%, 5%)
(0.05 / 0.00 / 0.36 / 0.05)
Farbe #E6F39C in den populären Farbmodellen.
E6 | F3 | 9C | |
---|---|---|---|
RGB | 230 | 243 | 156 |
HSL | 69° | 78.38% | 78.24% |
HSB/HSV | 69° | 35.80% | 95.29% |
CMYK | 5.35% | 0.00% | 35.80% |
4.71% |
Die Farbe #E6F39C in den populären Zahlensystemen.
Hexadezimal | E6 | F3 | 9C |
Dezimal | 230 | 243 | 156 |
Binär | 11100110 | 11110011 | 10011100 |
Oktal | 346 | 363 | 234 |
Dunkle Töne der Farbe #E6F39C
Helle Töne der Farbe #E6F39C
Beispiele css- und html für Elemente in der Farbe #E6F39C. Bitte benutzen Sie auch rgb(230,243,156) statt hex-Code.
.myTextColor { color: #E6F39C; }
<p style="color:#E6F39C">This sample text font color is #E6F39C.</p>
Die Farbe dieses Textes ist #E6F39C.
.myBgColor { background-color: #E6F39C; }
<div style="background-color:#E6F39C">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #E6F39C.
.myBorderColor { border: 1px solid #E6F39C; }
<div style="border:3px solid #E6F39C">Div</div>
Die Grenzen von diesem div sind in Farbe #E6F39C.
.myOpacity80 { color: #E6F39C; opacity: 0.8; }
<p style="color:#E6F39C;opacity:0.8;">80%</p>
Text in Farbe #E6F39C und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E6F39C;}
<p style="text-shadow: 3px 3px 1px #E6F39C">Text here.</p>
Dieser Text hat den Schatten in Farbe #E6F39C.
.textShadow {text-shadow: 3px 3px 1px #E6F39C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E6F39C, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #E6F39C und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E6F39C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E6F39C, Direction=45, Strength=4)">Text</p>
This text has shadow with #E6F39C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E6F39C;
-webkit-box-shadow: 1px 1px 3px 2px #E6F39C;
box-shadow: 1px 1px 3px 2px #E6F39C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E6F39C; -webkit-box-shadow: 1px 1px 3px 2px #E6F39C; box-shadow:1px 1px 3px 2px #E6F39C;">
Div content here
</div>
Dieser Text ist in der Farbe #E6F39C auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #E6F39C auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #E6F39C.
Dieser Text ist weiß auf dem Hintergrund in Farbe #E6F39C.
Kontrastfarbe für #E6F39C ist #190C63.