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