HEX: #EABBDD
RGB: (234,187,221)
#EABBDD enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #EABBDD ist eine «websichere» Webfarbe #FFCCCC (oder kurz #FCC).
Die Farbe #EABBDD wird in RGB als (234,187,221) definiert.
RGB: (234,187,221)
(92%, 73%, 87%)
R 234 von 255 = 92%
G 187 von 255 = 73%
B 221 von 255 = 87%
R + G + B ~ 84%. #EABBDD ziemlich helle Farbe.
R + G + B = 234 + 187 + 221 = 642 (100%)
R 234 von 642 ~ 36.45%
G 187 von 642 ~ 29.13%
B 221 von 642 ~ 34.42'%
Die Farbe #EABBDD wird in CMYK als (0,20,6,8) definiert.
CMYK: (0,20,6,8)
C0M20Y6K8 (0%, 20%, 6%, 8%)
(0.00 / 0.20 / 0.06 / 0.08)
Farbe #EABBDD in den populären Farbmodellen.
EA | BB | DD | |
---|---|---|---|
RGB | 234 | 187 | 221 |
HSL | 317° | 52.81% | 82.55% |
HSB/HSV | 317° | 20.09% | 91.76% |
CMYK | 0.00% | 20.09% | 5.56% |
8.24% |
Die Farbe #EABBDD in den populären Zahlensystemen.
Hexadezimal | EA | BB | DD |
Dezimal | 234 | 187 | 221 |
Binär | 11101010 | 10111011 | 11011101 |
Oktal | 352 | 273 | 335 |
Dunkle Töne der Farbe #EABBDD
Helle Töne der Farbe #EABBDD
Beispiele css- und html für Elemente in der Farbe #EABBDD. Bitte benutzen Sie auch rgb(234,187,221) statt hex-Code.
.myTextColor { color: #EABBDD; }
<p style="color:#EABBDD">This sample text font color is #EABBDD.</p>
Die Farbe dieses Textes ist #EABBDD.
.myBgColor { background-color: #EABBDD; }
<div style="background-color:#EABBDD">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #EABBDD.
.myBorderColor { border: 1px solid #EABBDD; }
<div style="border:3px solid #EABBDD">Div</div>
Die Grenzen von diesem div sind in Farbe #EABBDD.
.myOpacity80 { color: #EABBDD; opacity: 0.8; }
<p style="color:#EABBDD;opacity:0.8;">80%</p>
Text in Farbe #EABBDD und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EABBDD;}
<p style="text-shadow: 3px 3px 1px #EABBDD">Text here.</p>
Dieser Text hat den Schatten in Farbe #EABBDD.
.textShadow {text-shadow: 3px 3px 1px #EABBDD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EABBDD, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #EABBDD und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EABBDD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EABBDD, Direction=45, Strength=4)">Text</p>
This text has shadow with #EABBDD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EABBDD;
-webkit-box-shadow: 1px 1px 3px 2px #EABBDD;
box-shadow: 1px 1px 3px 2px #EABBDD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EABBDD; -webkit-box-shadow: 1px 1px 3px 2px #EABBDD; box-shadow:1px 1px 3px 2px #EABBDD;">
Div content here
</div>
Dieser Text ist in der Farbe #EABBDD auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #EABBDD auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #EABBDD.
Dieser Text ist weiß auf dem Hintergrund in Farbe #EABBDD.
Kontrastfarbe für #hex ist #154422.