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