HEX: #EDEFF9
RGB: (237,239,249)
#EDEFF9 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #EDEFF9 ist eine «websichere» Webfarbe #FFFFFF (oder kurz #FFF).
Die Farbe #EDEFF9 wird in RGB als (237,239,249) definiert.
RGB: (237,239,249)
(93%, 94%, 98%)
R 237 von 255 = 93%
G 239 von 255 = 94%
B 249 von 255 = 98%
R + G + B ~ 95%. #EDEFF9 helle Farbe.
R + G + B = 237 + 239 + 249 = 725 (100%)
R 237 von 725 ~ 32.69%
G 239 von 725 ~ 32.97%
B 249 von 725 ~ 34.34'%
Die Farbe #EDEFF9 wird in CMYK als (5,4,0,2) definiert.
CMYK: (5,4,0,2)
C5M4Y0K2 (5%, 4%, 0%, 2%)
(0.05 / 0.04 / 0.00 / 0.02)
Farbe #EDEFF9 in den populären Farbmodellen.
ED | EF | F9 | |
---|---|---|---|
RGB | 237 | 239 | 249 |
HSL | 230° | 50.00% | 95.29% |
HSB/HSV | 230° | 4.82% | 97.65% |
CMYK | 4.82% | 4.02% | 0.00% |
2.35% |
Die Farbe #EDEFF9 in den populären Zahlensystemen.
Hexadezimal | ED | EF | F9 |
Dezimal | 237 | 239 | 249 |
Binär | 11101101 | 11101111 | 11111001 |
Oktal | 355 | 357 | 371 |
Dunkle Töne der Farbe #EDEFF9
Helle Töne der Farbe #EDEFF9
Beispiele css- und html für Elemente in der Farbe #EDEFF9. Bitte benutzen Sie auch rgb(237,239,249) statt hex-Code.
.myTextColor { color: #EDEFF9; }
<p style="color:#EDEFF9">This sample text font color is #EDEFF9.</p>
Die Farbe dieses Textes ist #EDEFF9.
.myBgColor { background-color: #EDEFF9; }
<div style="background-color:#EDEFF9">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #EDEFF9.
.myBorderColor { border: 1px solid #EDEFF9; }
<div style="border:3px solid #EDEFF9">Div</div>
Die Grenzen von diesem div sind in Farbe #EDEFF9.
.myOpacity80 { color: #EDEFF9; opacity: 0.8; }
<p style="color:#EDEFF9;opacity:0.8;">80%</p>
Text in Farbe #EDEFF9 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDEFF9;}
<p style="text-shadow: 3px 3px 1px #EDEFF9">Text here.</p>
Dieser Text hat den Schatten in Farbe #EDEFF9.
.textShadow {text-shadow: 3px 3px 1px #EDEFF9', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDEFF9, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #EDEFF9 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDEFF9, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDEFF9, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDEFF9 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EDEFF9;
-webkit-box-shadow: 1px 1px 3px 2px #EDEFF9;
box-shadow: 1px 1px 3px 2px #EDEFF9;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDEFF9; -webkit-box-shadow: 1px 1px 3px 2px #EDEFF9; box-shadow:1px 1px 3px 2px #EDEFF9;">
Div content here
</div>
Dieser Text ist in der Farbe #EDEFF9 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #EDEFF9 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #EDEFF9.
Dieser Text ist weiß auf dem Hintergrund in Farbe #EDEFF9.
Kontrastfarbe für #EDEFF9 ist #121006.