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