HEX: #EDF5BC
RGB: (237,245,188)
#EDF5BC enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #EDF5BC ist eine «websichere» Webfarbe #FFFFCC (oder kurz #FFC).
Die Farbe #EDF5BC wird in RGB als (237,245,188) definiert.
RGB: (237,245,188)
(93%, 96%, 74%)
R 237 von 255 = 93%
G 245 von 255 = 96%
B 188 von 255 = 74%
R + G + B ~ 88%. #EDF5BC helle Farbe.
R + G + B = 237 + 245 + 188 = 670 (100%)
R 237 von 670 ~ 35.37%
G 245 von 670 ~ 36.57%
B 188 von 670 ~ 28.06'%
Die Farbe #EDF5BC wird in CMYK als (3,0,23,4) definiert.
CMYK: (3,0,23,4) C3M0Y23K4 (3%,0%,23%,4%) (0.03/0.00/0.23/0.04)
Farbe #EDF5BC in den populären Farbmodellen.
ED | F5 | BC | |
---|---|---|---|
RGB | 237 | 245 | 188 |
HSL | 68° | 74.03% | 84.90% |
HSB/HSV | 68° | 23.27% | 96.08% |
CMYK | 3.27% | 0.00% | 23.27% |
3.92% |
Die Farbe #EDF5BC in den populären Zahlensystemen.
Hexadezimal | ED | F5 | BC |
Dezimal | 237 | 245 | 188 |
Binär | 11101101 | 11110101 | 10111100 |
Oktal | 355 | 365 | 274 |
Dunkle Töne der Farbe #EDF5BC
Helle Töne der Farbe #EDF5BC
Beispiele css- und html für Elemente in der Farbe #EDF5BC. Bitte benutzen Sie auch rgb(237,245,188) statt hex-Code.
.myTextColor { color: #EDF5BC; }
<p style="color:#EDF5BC">This sample text font color is #EDF5BC.</p>
Die Farbe dieses Textes ist #EDF5BC.
.myBgColor { background-color: #EDF5BC; }
<div style="background-color:#EDF5BC">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #EDF5BC.
.myBorderColor { border: 1px solid #EDF5BC; }
<div style="border:3px solid #EDF5BC">Div</div>
Die Grenzen von diesem div sind in Farbe #EDF5BC.
.myOpacity80 { color: #EDF5BC; opacity: 0.8; }
<p style="color:#EDF5BC;opacity:0.8;">80%</p>
Text in Farbe #EDF5BC und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDF5BC;}
<p style="text-shadow: 3px 3px 1px #EDF5BC">Text here.</p>
Dieser Text hat den Schatten in Farbe #EDF5BC.
.textShadow {text-shadow: 3px 3px 1px #EDF5BC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDF5BC, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #EDF5BC und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDF5BC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDF5BC, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDF5BC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EDF5BC;
-webkit-box-shadow: 1px 1px 3px 2px #EDF5BC;
box-shadow: 1px 1px 3px 2px #EDF5BC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDF5BC; -webkit-box-shadow: 1px 1px 3px 2px #EDF5BC; box-shadow:1px 1px 3px 2px #EDF5BC;">
Div content here
</div>
Dieser Text ist in der Farbe #EDF5BC auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #EDF5BC auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #EDF5BC.
Dieser Text ist weiß auf dem Hintergrund in Farbe #EDF5BC.
Kontrastfarbe für #hex ist #120A43.