HEX: #EDEBDB
RGB: (237,235,219)
#EDEBDB enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #EDEBDB ist eine «websichere» Webfarbe #FFFFCC (oder kurz #FFC).
Die Farbe #EDEBDB wird in RGB als (237,235,219) definiert.
RGB: (237,235,219)
(93%, 92%, 86%)
R 237 von 255 = 93%
G 235 von 255 = 92%
B 219 von 255 = 86%
R + G + B ~ 90%. #EDEBDB helle Farbe.
R + G + B = 237 + 235 + 219 = 691 (100%)
R 237 von 691 ~ 34.3%
G 235 von 691 ~ 34.01%
B 219 von 691 ~ 31.69'%
Die Farbe #EDEBDB wird in CMYK als (0,1,8,7) definiert.
CMYK: (0,1,8,7)
C0M1Y8K7 (0%, 1%, 8%, 7%)
(0.00 / 0.01 / 0.08 / 0.07)
Farbe #EDEBDB in den populären Farbmodellen.
ED | EB | DB | |
---|---|---|---|
RGB | 237 | 235 | 219 |
HSL | 53° | 33.33% | 89.41% |
HSB/HSV | 53° | 7.59% | 92.94% |
CMYK | 0.00% | 0.84% | 7.59% |
7.06% |
Die Farbe #EDEBDB in den populären Zahlensystemen.
Hexadezimal | ED | EB | DB |
Dezimal | 237 | 235 | 219 |
Binär | 11101101 | 11101011 | 11011011 |
Oktal | 355 | 353 | 333 |
Dunkle Töne der Farbe #EDEBDB
Helle Töne der Farbe #EDEBDB
Beispiele css- und html für Elemente in der Farbe #EDEBDB. Bitte benutzen Sie auch rgb(237,235,219) statt hex-Code.
.myTextColor { color: #EDEBDB; }
<p style="color:#EDEBDB">This sample text font color is #EDEBDB.</p>
Die Farbe dieses Textes ist #EDEBDB.
.myBgColor { background-color: #EDEBDB; }
<div style="background-color:#EDEBDB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #EDEBDB.
.myBorderColor { border: 1px solid #EDEBDB; }
<div style="border:3px solid #EDEBDB">Div</div>
Die Grenzen von diesem div sind in Farbe #EDEBDB.
.myOpacity80 { color: #EDEBDB; opacity: 0.8; }
<p style="color:#EDEBDB;opacity:0.8;">80%</p>
Text in Farbe #EDEBDB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDEBDB;}
<p style="text-shadow: 3px 3px 1px #EDEBDB">Text here.</p>
Dieser Text hat den Schatten in Farbe #EDEBDB.
.textShadow {text-shadow: 3px 3px 1px #EDEBDB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDEBDB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #EDEBDB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDEBDB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDEBDB, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDEBDB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EDEBDB;
-webkit-box-shadow: 1px 1px 3px 2px #EDEBDB;
box-shadow: 1px 1px 3px 2px #EDEBDB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDEBDB; -webkit-box-shadow: 1px 1px 3px 2px #EDEBDB; box-shadow:1px 1px 3px 2px #EDEBDB;">
Div content here
</div>
Dieser Text ist in der Farbe #EDEBDB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #EDEBDB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #EDEBDB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #EDEBDB.
Kontrastfarbe für #hex ist #121424.