HEX: #EDECFD
RGB: (237,236,253)
#EDECFD enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #EDECFD ist eine «websichere» Webfarbe #FFFFFF (oder kurz #FFF).
Die Farbe #EDECFD wird in RGB als (237,236,253) definiert.
RGB: (237,236,253) (93%,93%,99%)
R 237 von 255 = 93%
G 236 von 255 = 93%
B 253 von 255 = 99%
R + G + B ~ 95%. #EDECFD helle Farbe.
R + G + B =
237 + 236 + 253 = 726 (100%)
R 237 von 726 ~ 32.64%
G 236 von 726 ~ 32.51%
B 253 von 726 ~ 34.85%
Die Farbe #EDECFD wird in CMYK als (6,7,0,1) definiert.
CMYK: (6,7,0,1) C6M7Y0K1 (6%,7%,0%,1%) (0.06/0.07/0.00/0.01)
ED | EC | FD | |
---|---|---|---|
RGB | 237 | 236 | 253 |
HSL | 244° | 80.95% | 95.88% |
HSB/HSV | 244° | 6.72% | 99.22% |
CMYK | 6.32% | 6.72% | 0.00% |
0.78% |
Hexadezimal | ED | EC | FD |
Dezimal | 237 | 236 | 253 |
Binär | 11101101 | 11101100 | 11111101 |
Oktal | 355 | 354 | 375 |
Beispiele css- und html für Elemente in der Farbe #EDECFD. Bitte benutzen Sie auch rgb(237,236,253) statt hex-Code.
.myTextColor { color: #EDECFD; }
<p style="color:#EDECFD">This sample text font color is #EDECFD.</p>
Die Farbe dieses Textes ist #EDECFD.
.myBgColor { background-color: #EDECFD; }
<div style="background-color:#EDECFD">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #EDECFD.
.myBorderColor { border: 1px solid #EDECFD; }
<div style="border:3px solid #EDECFD">Div</div>
Die Grenzen von diesem div sind in Farbe #EDECFD.
.myOpacity80 { color: #EDECFD; opacity: 0.8; }
<p style="color:#EDECFD;opacity:0.8;">80%</p>
Text in Farbe #EDECFD und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDECFD;}
<p style="text-shadow: 3px 3px 1px #EDECFD">Text here.</p>
Dieser Text hat den Schatten in Farbe #EDECFD.
.textShadow {text-shadow: 3px 3px 1px #EDECFD, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDECFD, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #EDECFD und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDECFD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDECFD, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDECFD and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #EDECFD; -webkit-box-shadow: 1px 1px 3px 2px #EDECFD; box-shadow: 1px 1px 3px 2px #EDECFD; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #EDECFD; -webkit-box-shadow: 1px 1px 3px 2px #EDECFD; box-shadow:1px 1px 3px 2px #EDECFD;">
Div content here</div>
Dieser Text ist in der Farbe #EDECFD auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #EDECFD auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #EDECFD.
Dieser Text ist weiß auf dem Hintergrund in Farbe #EDECFD.