HEX: #E6EF4D
RGB: (230,239,77)
#E6EF4D enthält hauptsächlich rote und grüne Farbe. Für #E6EF4D ist eine «websichere» Webfarbe #CCFF33 (oder kurz #CF3).
Die Farbe #E6EF4D wird in RGB als (230,239,77) definiert.
RGB: (230,239,77)
(90%, 94%, 30%)
R 230 von 255 = 90%
G 239 von 255 = 94%
B 77 von 255 = 30%
R + G + B ~ 71%. #E6EF4D ziemlich helle Farbe.
R + G + B = 230 + 239 + 77 = 546 (100%)
R 230 von 546 ~ 42.12%
G 239 von 546 ~ 43.77%
B 77 von 546 ~ 14.1'%
Die Farbe #E6EF4D wird in CMYK als (4,0,68,6) definiert.
CMYK: (4,0,68,6)
C4M0Y68K6 (4%, 0%, 68%, 6%)
(0.04 / 0.00 / 0.68 / 0.06)
Farbe #E6EF4D in den populären Farbmodellen.
E6 | EF | 4D | |
---|---|---|---|
RGB | 230 | 239 | 77 |
HSL | 63° | 83.51% | 61.96% |
HSB/HSV | 63° | 67.78% | 93.73% |
CMYK | 3.77% | 0.00% | 67.78% |
6.27% |
Die Farbe #E6EF4D in den populären Zahlensystemen.
Hexadezimal | E6 | EF | 4D |
Dezimal | 230 | 239 | 77 |
Binär | 11100110 | 11101111 | 1001101 |
Oktal | 346 | 357 | 115 |
Dunkle Töne der Farbe #E6EF4D
Helle Töne der Farbe #E6EF4D
Beispiele css- und html für Elemente in der Farbe #E6EF4D. Bitte benutzen Sie auch rgb(230,239,77) statt hex-Code.
.myTextColor { color: #E6EF4D; }
<p style="color:#E6EF4D">This sample text font color is #E6EF4D.</p>
Die Farbe dieses Textes ist #E6EF4D.
.myBgColor { background-color: #E6EF4D; }
<div style="background-color:#E6EF4D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #E6EF4D.
.myBorderColor { border: 1px solid #E6EF4D; }
<div style="border:3px solid #E6EF4D">Div</div>
Die Grenzen von diesem div sind in Farbe #E6EF4D.
.myOpacity80 { color: #E6EF4D; opacity: 0.8; }
<p style="color:#E6EF4D;opacity:0.8;">80%</p>
Text in Farbe #E6EF4D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E6EF4D;}
<p style="text-shadow: 3px 3px 1px #E6EF4D">Text here.</p>
Dieser Text hat den Schatten in Farbe #E6EF4D.
.textShadow {text-shadow: 3px 3px 1px #E6EF4D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E6EF4D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #E6EF4D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E6EF4D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E6EF4D, Direction=45, Strength=4)">Text</p>
This text has shadow with #E6EF4D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E6EF4D;
-webkit-box-shadow: 1px 1px 3px 2px #E6EF4D;
box-shadow: 1px 1px 3px 2px #E6EF4D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E6EF4D; -webkit-box-shadow: 1px 1px 3px 2px #E6EF4D; box-shadow:1px 1px 3px 2px #E6EF4D;">
Div content here
</div>
Dieser Text ist in der Farbe #E6EF4D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #E6EF4D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #E6EF4D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #E6EF4D.
Kontrastfarbe für #hex ist #1910B2.