HEX: #EDEEEF
RGB: (237,238,239)
#EDEEEF enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #EDEEEF ist eine «websichere» Webfarbe #FFFFFF (oder kurz #FFF).
Die Farbe #EDEEEF wird in RGB als (237,238,239) definiert.
RGB: (237,238,239) (93%,93%,94%)
R 237 von 255 = 93%
G 238 von 255 = 93%
B 239 von 255 = 94%
R + G + B ~ 93%. #EDEEEF helle Farbe.
R + G + B =
237 + 238 + 239 = 714 (100%)
R 237 von 714 ~ 33.19%
G 238 von 714 ~ 33.33%
B 239 von 714 ~ 33.47%
Die Farbe #EDEEEF wird in CMYK als (1,0,0,6) definiert.
CMYK: (1,0,0,6) C1M0Y0K6 (1%,0%,0%,6%) (0.01/0.00/0.00/0.06)
ED | EE | EF | |
---|---|---|---|
RGB | 237 | 238 | 239 |
HSL | 210° | 5.88% | 93.33% |
HSB/HSV | 210° | 0.84% | 93.73% |
CMYK | 0.84% | 0.42% | 0.00% |
6.27% |
Hexadezimal | ED | EE | EF |
Dezimal | 237 | 238 | 239 |
Binär | 11101101 | 11101110 | 11101111 |
Oktal | 355 | 356 | 357 |
Beispiele css- und html für Elemente in der Farbe #EDEEEF. Bitte benutzen Sie auch rgb(237,238,239) statt hex-Code.
.myTextColor { color: #EDEEEF; }
<p style="color:#EDEEEF">This sample text font color is #EDEEEF.</p>
Die Farbe dieses Textes ist #EDEEEF.
.myBgColor { background-color: #EDEEEF; }
<div style="background-color:#EDEEEF">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #EDEEEF.
.myBorderColor { border: 1px solid #EDEEEF; }
<div style="border:3px solid #EDEEEF">Div</div>
Die Grenzen von diesem div sind in Farbe #EDEEEF.
.myOpacity80 { color: #EDEEEF; opacity: 0.8; }
<p style="color:#EDEEEF;opacity:0.8;">80%</p>
Text in Farbe #EDEEEF und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDEEEF;}
<p style="text-shadow: 3px 3px 1px #EDEEEF">Text here.</p>
Dieser Text hat den Schatten in Farbe #EDEEEF.
.textShadow {text-shadow: 3px 3px 1px #EDEEEF, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDEEEF, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #EDEEEF und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDEEEF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDEEEF, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDEEEF and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #EDEEEF; -webkit-box-shadow: 1px 1px 3px 2px #EDEEEF; box-shadow: 1px 1px 3px 2px #EDEEEF; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #EDEEEF; -webkit-box-shadow: 1px 1px 3px 2px #EDEEEF; box-shadow:1px 1px 3px 2px #EDEEEF;">
Div content here</div>
Dieser Text ist in der Farbe #EDEEEF auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #EDEEEF auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #EDEEEF.
Dieser Text ist weiß auf dem Hintergrund in Farbe #EDEEEF.