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