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