HEX: #EDF7EC
RGB: (237,247,236)
#EDF7EC enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #EDF7EC ist eine «websichere» Webfarbe #FFFFFF (oder kurz #FFF).
Die Farbe #EDF7EC wird in RGB als (237,247,236) definiert.
RGB: (237,247,236)
(93%, 97%, 93%)
R 237 von 255 = 93%
G 247 von 255 = 97%
B 236 von 255 = 93%
R + G + B ~ 94%. #EDF7EC helle Farbe.
R + G + B = 237 + 247 + 236 = 720 (100%)
R 237 von 720 ~ 32.92%
G 247 von 720 ~ 34.31%
B 236 von 720 ~ 32.78'%
Die Farbe #EDF7EC wird in CMYK als (4,0,4,3) definiert.
CMYK: (4,0,4,3)
C4M0Y4K3 (4%, 0%, 4%, 3%)
(0.04 / 0.00 / 0.04 / 0.03)
Farbe #EDF7EC in den populären Farbmodellen.
ED | F7 | EC | |
---|---|---|---|
RGB | 237 | 247 | 236 |
HSL | 115° | 40.74% | 94.71% |
HSB/HSV | 115° | 4.45% | 96.86% |
CMYK | 4.05% | 0.00% | 4.45% |
3.14% |
Die Farbe #EDF7EC in den populären Zahlensystemen.
Hexadezimal | ED | F7 | EC |
Dezimal | 237 | 247 | 236 |
Binär | 11101101 | 11110111 | 11101100 |
Oktal | 355 | 367 | 354 |
Dunkle Töne der Farbe #EDF7EC
Helle Töne der Farbe #EDF7EC
Beispiele css- und html für Elemente in der Farbe #EDF7EC. Bitte benutzen Sie auch rgb(237,247,236) statt hex-Code.
.myTextColor { color: #EDF7EC; }
<p style="color:#EDF7EC">This sample text font color is #EDF7EC.</p>
Die Farbe dieses Textes ist #EDF7EC.
.myBgColor { background-color: #EDF7EC; }
<div style="background-color:#EDF7EC">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #EDF7EC.
.myBorderColor { border: 1px solid #EDF7EC; }
<div style="border:3px solid #EDF7EC">Div</div>
Die Grenzen von diesem div sind in Farbe #EDF7EC.
.myOpacity80 { color: #EDF7EC; opacity: 0.8; }
<p style="color:#EDF7EC;opacity:0.8;">80%</p>
Text in Farbe #EDF7EC und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDF7EC;}
<p style="text-shadow: 3px 3px 1px #EDF7EC">Text here.</p>
Dieser Text hat den Schatten in Farbe #EDF7EC.
.textShadow {text-shadow: 3px 3px 1px #EDF7EC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDF7EC, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #EDF7EC und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDF7EC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDF7EC, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDF7EC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EDF7EC;
-webkit-box-shadow: 1px 1px 3px 2px #EDF7EC;
box-shadow: 1px 1px 3px 2px #EDF7EC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDF7EC; -webkit-box-shadow: 1px 1px 3px 2px #EDF7EC; box-shadow:1px 1px 3px 2px #EDF7EC;">
Div content here
</div>
Dieser Text ist in der Farbe #EDF7EC auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #EDF7EC auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #EDF7EC.
Dieser Text ist weiß auf dem Hintergrund in Farbe #EDF7EC.
Kontrastfarbe für #hex ist #120813.