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