HEX: #EDB5BD
RGB: (237,181,189)
#EDB5BD enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #EDB5BD ist eine «websichere» Webfarbe #FFCCCC (oder kurz #FCC).
Die Farbe #EDB5BD wird in RGB als (237,181,189) definiert.
RGB: (237,181,189)
(93%, 71%, 74%)
R 237 von 255 = 93%
G 181 von 255 = 71%
B 189 von 255 = 74%
R + G + B ~ 79%. #EDB5BD ziemlich helle Farbe.
R + G + B = 237 + 181 + 189 = 607 (100%)
R 237 von 607 ~ 39.04%
G 181 von 607 ~ 29.82%
B 189 von 607 ~ 31.14'%
Die Farbe #EDB5BD wird in CMYK als (0,24,20,7) definiert.
CMYK: (0,24,20,7)
C0M24Y20K7 (0%, 24%, 20%, 7%)
(0.00 / 0.24 / 0.20 / 0.07)
Farbe #EDB5BD in den populären Farbmodellen.
ED | B5 | BD | |
---|---|---|---|
RGB | 237 | 181 | 189 |
HSL | 351° | 60.87% | 81.96% |
HSB/HSV | 351° | 23.63% | 92.94% |
CMYK | 0.00% | 23.63% | 20.25% |
7.06% |
Die Farbe #EDB5BD in den populären Zahlensystemen.
Hexadezimal | ED | B5 | BD |
Dezimal | 237 | 181 | 189 |
Binär | 11101101 | 10110101 | 10111101 |
Oktal | 355 | 265 | 275 |
Dunkle Töne der Farbe #EDB5BD
Helle Töne der Farbe #EDB5BD
Beispiele css- und html für Elemente in der Farbe #EDB5BD. Bitte benutzen Sie auch rgb(237,181,189) statt hex-Code.
.myTextColor { color: #EDB5BD; }
<p style="color:#EDB5BD">This sample text font color is #EDB5BD.</p>
Die Farbe dieses Textes ist #EDB5BD.
.myBgColor { background-color: #EDB5BD; }
<div style="background-color:#EDB5BD">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #EDB5BD.
.myBorderColor { border: 1px solid #EDB5BD; }
<div style="border:3px solid #EDB5BD">Div</div>
Die Grenzen von diesem div sind in Farbe #EDB5BD.
.myOpacity80 { color: #EDB5BD; opacity: 0.8; }
<p style="color:#EDB5BD;opacity:0.8;">80%</p>
Text in Farbe #EDB5BD und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDB5BD;}
<p style="text-shadow: 3px 3px 1px #EDB5BD">Text here.</p>
Dieser Text hat den Schatten in Farbe #EDB5BD.
.textShadow {text-shadow: 3px 3px 1px #EDB5BD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDB5BD, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #EDB5BD und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDB5BD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDB5BD, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDB5BD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EDB5BD;
-webkit-box-shadow: 1px 1px 3px 2px #EDB5BD;
box-shadow: 1px 1px 3px 2px #EDB5BD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDB5BD; -webkit-box-shadow: 1px 1px 3px 2px #EDB5BD; box-shadow:1px 1px 3px 2px #EDB5BD;">
Div content here
</div>
Dieser Text ist in der Farbe #EDB5BD auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #EDB5BD auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #EDB5BD.
Dieser Text ist weiß auf dem Hintergrund in Farbe #EDB5BD.
Kontrastfarbe für #hex ist #124A42.