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