HEX: #EDFAE7
RGB: (237,250,231)
#EDFAE7 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #EDFAE7 ist eine «websichere» Webfarbe #FFFFFF (oder kurz #FFF).
Die Farbe #EDFAE7 wird in RGB als (237,250,231) definiert.
RGB: (237,250,231)
(93%, 98%, 91%)
R 237 von 255 = 93%
G 250 von 255 = 98%
B 231 von 255 = 91%
R + G + B ~ 94%. #EDFAE7 helle Farbe.
R + G + B = 237 + 250 + 231 = 718 (100%)
R 237 von 718 ~ 33.01%
G 250 von 718 ~ 34.82%
B 231 von 718 ~ 32.17'%
Die Farbe #EDFAE7 wird in CMYK als (5,0,8,2) definiert.
CMYK: (5,0,8,2)
C5M0Y8K2 (5%, 0%, 8%, 2%)
(0.05 / 0.00 / 0.08 / 0.02)
Farbe #EDFAE7 in den populären Farbmodellen.
ED | FA | E7 | |
---|---|---|---|
RGB | 237 | 250 | 231 |
HSL | 101° | 65.52% | 94.31% |
HSB/HSV | 101° | 7.60% | 98.04% |
CMYK | 5.20% | 0.00% | 7.60% |
1.96% |
Die Farbe #EDFAE7 in den populären Zahlensystemen.
Hexadezimal | ED | FA | E7 |
Dezimal | 237 | 250 | 231 |
Binär | 11101101 | 11111010 | 11100111 |
Oktal | 355 | 372 | 347 |
Dunkle Töne der Farbe #EDFAE7
Helle Töne der Farbe #EDFAE7
Beispiele css- und html für Elemente in der Farbe #EDFAE7. Bitte benutzen Sie auch rgb(237,250,231) statt hex-Code.
.myTextColor { color: #EDFAE7; }
<p style="color:#EDFAE7">This sample text font color is #EDFAE7.</p>
Die Farbe dieses Textes ist #EDFAE7.
.myBgColor { background-color: #EDFAE7; }
<div style="background-color:#EDFAE7">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #EDFAE7.
.myBorderColor { border: 1px solid #EDFAE7; }
<div style="border:3px solid #EDFAE7">Div</div>
Die Grenzen von diesem div sind in Farbe #EDFAE7.
.myOpacity80 { color: #EDFAE7; opacity: 0.8; }
<p style="color:#EDFAE7;opacity:0.8;">80%</p>
Text in Farbe #EDFAE7 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDFAE7;}
<p style="text-shadow: 3px 3px 1px #EDFAE7">Text here.</p>
Dieser Text hat den Schatten in Farbe #EDFAE7.
.textShadow {text-shadow: 3px 3px 1px #EDFAE7', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDFAE7, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #EDFAE7 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDFAE7, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDFAE7, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDFAE7 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EDFAE7;
-webkit-box-shadow: 1px 1px 3px 2px #EDFAE7;
box-shadow: 1px 1px 3px 2px #EDFAE7;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDFAE7; -webkit-box-shadow: 1px 1px 3px 2px #EDFAE7; box-shadow:1px 1px 3px 2px #EDFAE7;">
Div content here
</div>
Dieser Text ist in der Farbe #EDFAE7 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #EDFAE7 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #EDFAE7.
Dieser Text ist weiß auf dem Hintergrund in Farbe #EDFAE7.
Kontrastfarbe für #hex ist #120518.