HEX: #EDF49D
RGB: (237,244,157)
#EDF49D enthält hauptsächlich rote und grüne Farbe. Für #EDF49D ist eine «websichere» Webfarbe #FFFF99 (oder kurz #FF9).
Die Farbe #EDF49D wird in RGB als (237,244,157) definiert.
RGB: (237,244,157) (93%,96%,62%)
R 237 von 255 = 93%
G 244 von 255 = 96%
B 157 von 255 = 62%
R + G + B ~ 84%. #EDF49D ziemlich helle Farbe.
R + G + B =
237 + 244 + 157 = 638 (100%)
R 237 von 638 ~ 37.15%
G 244 von 638 ~ 38.24%
B 157 von 638 ~ 24.61%
Die Farbe #EDF49D wird in CMYK als (3,0,36,4) definiert.
CMYK: (3,0,36,4) C3M0Y36K4 (3%,0%,36%,4%) (0.03/0.00/0.36/0.04)
ED | F4 | 9D | |
---|---|---|---|
RGB | 237 | 244 | 157 |
HSL | 65° | 79.82% | 78.63% |
HSB/HSV | 65° | 35.66% | 95.69% |
CMYK | 2.87% | 0.00% | 35.66% |
4.31% |
Hexadezimal | ED | F4 | 9D |
Dezimal | 237 | 244 | 157 |
Binär | 11101101 | 11110100 | 10011101 |
Oktal | 355 | 364 | 235 |
Beispiele css- und html für Elemente in der Farbe #EDF49D. Bitte benutzen Sie auch rgb(237,244,157) statt hex-Code.
.myTextColor { color: #EDF49D; }
<p style="color:#EDF49D">This sample text font color is #EDF49D.</p>
Die Farbe dieses Textes ist #EDF49D.
.myBgColor { background-color: #EDF49D; }
<div style="background-color:#EDF49D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #EDF49D.
.myBorderColor { border: 1px solid #EDF49D; }
<div style="border:3px solid #EDF49D">Div</div>
Die Grenzen von diesem div sind in Farbe #EDF49D.
.myOpacity80 { color: #EDF49D; opacity: 0.8; }
<p style="color:#EDF49D;opacity:0.8;">80%</p>
Text in Farbe #EDF49D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDF49D;}
<p style="text-shadow: 3px 3px 1px #EDF49D">Text here.</p>
Dieser Text hat den Schatten in Farbe #EDF49D.
.textShadow {text-shadow: 3px 3px 1px #EDF49D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDF49D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #EDF49D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDF49D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDF49D, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDF49D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #EDF49D; -webkit-box-shadow: 1px 1px 3px 2px #EDF49D; box-shadow: 1px 1px 3px 2px #EDF49D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #EDF49D; -webkit-box-shadow: 1px 1px 3px 2px #EDF49D; box-shadow:1px 1px 3px 2px #EDF49D;">
Div content here</div>
Dieser Text ist in der Farbe #EDF49D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #EDF49D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #EDF49D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #EDF49D.