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