HEX: #EDE5FD
RGB: (237,229,253)
#EDE5FD enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #EDE5FD ist eine «websichere» Webfarbe #FFCCFF (oder kurz #FCF).
Die Farbe #EDE5FD wird in RGB als (237,229,253) definiert.
RGB: (237,229,253)
(93%, 90%, 99%)
R 237 von 255 = 93%
G 229 von 255 = 90%
B 253 von 255 = 99%
R + G + B ~ 94%. #EDE5FD helle Farbe.
R + G + B = 237 + 229 + 253 = 719 (100%)
R 237 von 719 ~ 32.96%
G 229 von 719 ~ 31.85%
B 253 von 719 ~ 35.19'%
Die Farbe #EDE5FD wird in CMYK als (6,9,0,1) definiert.
CMYK: (6,9,0,1)
C6M9Y0K1 (6%, 9%, 0%, 1%)
(0.06 / 0.09 / 0.00 / 0.01)
Farbe #EDE5FD in den populären Farbmodellen.
ED | E5 | FD | |
---|---|---|---|
RGB | 237 | 229 | 253 |
HSL | 260° | 85.71% | 94.51% |
HSB/HSV | 260° | 9.49% | 99.22% |
CMYK | 6.32% | 9.49% | 0.00% |
0.78% |
Die Farbe #EDE5FD in den populären Zahlensystemen.
Hexadezimal | ED | E5 | FD |
Dezimal | 237 | 229 | 253 |
Binär | 11101101 | 11100101 | 11111101 |
Oktal | 355 | 345 | 375 |
Dunkle Töne der Farbe #EDE5FD
Helle Töne der Farbe #EDE5FD
Beispiele css- und html für Elemente in der Farbe #EDE5FD. Bitte benutzen Sie auch rgb(237,229,253) statt hex-Code.
.myTextColor { color: #EDE5FD; }
<p style="color:#EDE5FD">This sample text font color is #EDE5FD.</p>
Die Farbe dieses Textes ist #EDE5FD.
.myBgColor { background-color: #EDE5FD; }
<div style="background-color:#EDE5FD">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #EDE5FD.
.myBorderColor { border: 1px solid #EDE5FD; }
<div style="border:3px solid #EDE5FD">Div</div>
Die Grenzen von diesem div sind in Farbe #EDE5FD.
.myOpacity80 { color: #EDE5FD; opacity: 0.8; }
<p style="color:#EDE5FD;opacity:0.8;">80%</p>
Text in Farbe #EDE5FD und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDE5FD;}
<p style="text-shadow: 3px 3px 1px #EDE5FD">Text here.</p>
Dieser Text hat den Schatten in Farbe #EDE5FD.
.textShadow {text-shadow: 3px 3px 1px #EDE5FD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDE5FD, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #EDE5FD und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDE5FD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDE5FD, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDE5FD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EDE5FD;
-webkit-box-shadow: 1px 1px 3px 2px #EDE5FD;
box-shadow: 1px 1px 3px 2px #EDE5FD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDE5FD; -webkit-box-shadow: 1px 1px 3px 2px #EDE5FD; box-shadow:1px 1px 3px 2px #EDE5FD;">
Div content here
</div>
Dieser Text ist in der Farbe #EDE5FD auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #EDE5FD auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #EDE5FD.
Dieser Text ist weiß auf dem Hintergrund in Farbe #EDE5FD.
Kontrastfarbe für #hex ist #121A02.