HEX: #EDABEB
RGB: (237,171,235)
#EDABEB enthält hauptsächlich rote und blaue Farbe. Für #EDABEB ist eine «websichere» Webfarbe #FF99FF (oder kurz #F9F).
Die Farbe #EDABEB wird in RGB als (237,171,235) definiert.
RGB: (237,171,235)
(93%, 67%, 92%)
R 237 von 255 = 93%
G 171 von 255 = 67%
B 235 von 255 = 92%
R + G + B ~ 84%. #EDABEB ziemlich helle Farbe.
R + G + B = 237 + 171 + 235 = 643 (100%)
R 237 von 643 ~ 36.86%
G 171 von 643 ~ 26.59%
B 235 von 643 ~ 36.55'%
Die Farbe #EDABEB wird in CMYK als (0,28,1,7) definiert.
CMYK: (0,28,1,7)
C0M28Y1K7 (0%, 28%, 1%, 7%)
(0.00 / 0.28 / 0.01 / 0.07)
Farbe #EDABEB in den populären Farbmodellen.
ED | AB | EB | |
---|---|---|---|
RGB | 237 | 171 | 235 |
HSL | 302° | 64.71% | 80.00% |
HSB/HSV | 302° | 27.85% | 92.94% |
CMYK | 0.00% | 27.85% | 0.84% |
7.06% |
Die Farbe #EDABEB in den populären Zahlensystemen.
Hexadezimal | ED | AB | EB |
Dezimal | 237 | 171 | 235 |
Binär | 11101101 | 10101011 | 11101011 |
Oktal | 355 | 253 | 353 |
Dunkle Töne der Farbe #EDABEB
Helle Töne der Farbe #EDABEB
Beispiele css- und html für Elemente in der Farbe #EDABEB. Bitte benutzen Sie auch rgb(237,171,235) statt hex-Code.
.myTextColor { color: #EDABEB; }
<p style="color:#EDABEB">This sample text font color is #EDABEB.</p>
Die Farbe dieses Textes ist #EDABEB.
.myBgColor { background-color: #EDABEB; }
<div style="background-color:#EDABEB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #EDABEB.
.myBorderColor { border: 1px solid #EDABEB; }
<div style="border:3px solid #EDABEB">Div</div>
Die Grenzen von diesem div sind in Farbe #EDABEB.
.myOpacity80 { color: #EDABEB; opacity: 0.8; }
<p style="color:#EDABEB;opacity:0.8;">80%</p>
Text in Farbe #EDABEB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDABEB;}
<p style="text-shadow: 3px 3px 1px #EDABEB">Text here.</p>
Dieser Text hat den Schatten in Farbe #EDABEB.
.textShadow {text-shadow: 3px 3px 1px #EDABEB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDABEB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #EDABEB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDABEB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDABEB, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDABEB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EDABEB;
-webkit-box-shadow: 1px 1px 3px 2px #EDABEB;
box-shadow: 1px 1px 3px 2px #EDABEB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDABEB; -webkit-box-shadow: 1px 1px 3px 2px #EDABEB; box-shadow:1px 1px 3px 2px #EDABEB;">
Div content here
</div>
Dieser Text ist in der Farbe #EDABEB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #EDABEB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #EDABEB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #EDABEB.
Kontrastfarbe für #hex ist #125414.