HEX: #D4EDE4
RGB: (212,237,228)
#D4EDE4 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #D4EDE4 ist eine «websichere» Webfarbe #CCFFCC (oder kurz #CFC).
Die Farbe #D4EDE4 wird in RGB als (212,237,228) definiert.
RGB: (212,237,228) (83%,93%,89%)
R 212 von 255 = 83%
G 237 von 255 = 93%
B 228 von 255 = 89%
R + G + B ~ 88%. #D4EDE4 helle Farbe.
R + G + B =
212 + 237 + 228 = 677 (100%)
R 212 von 677 ~ 31.31%
G 237 von 677 ~ 35.01%
B 228 von 677 ~ 33.68%
Die Farbe #D4EDE4 wird in CMYK als (11,0,4,7) definiert.
CMYK: (11,0,4,7) C11M0Y4K7 (11%,0%,4%,7%) (0.11/0.00/0.04/0.07)
D4 | ED | E4 | |
---|---|---|---|
RGB | 212 | 237 | 228 |
HSL | 158° | 40.98% | 88.04% |
HSB/HSV | 158° | 10.55% | 92.94% |
CMYK | 10.55% | 0.00% | 3.80% |
7.06% |
Hexadezimal | D4 | ED | E4 |
Dezimal | 212 | 237 | 228 |
Binär | 11010100 | 11101101 | 11100100 |
Oktal | 324 | 355 | 344 |
Beispiele css- und html für Elemente in der Farbe #D4EDE4. Bitte benutzen Sie auch rgb(212,237,228) statt hex-Code.
.myTextColor { color: #D4EDE4; }
<p style="color:#D4EDE4">This sample text font color is #D4EDE4.</p>
Die Farbe dieses Textes ist #D4EDE4.
.myBgColor { background-color: #D4EDE4; }
<div style="background-color:#D4EDE4">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #D4EDE4.
.myBorderColor { border: 1px solid #D4EDE4; }
<div style="border:3px solid #D4EDE4">Div</div>
Die Grenzen von diesem div sind in Farbe #D4EDE4.
.myOpacity80 { color: #D4EDE4; opacity: 0.8; }
<p style="color:#D4EDE4;opacity:0.8;">80%</p>
Text in Farbe #D4EDE4 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D4EDE4;}
<p style="text-shadow: 3px 3px 1px #D4EDE4">Text here.</p>
Dieser Text hat den Schatten in Farbe #D4EDE4.
.textShadow {text-shadow: 3px 3px 1px #D4EDE4, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D4EDE4, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #D4EDE4 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D4EDE4, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D4EDE4, Direction=45, Strength=4)">Text</p>
This text has shadow with #D4EDE4 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #D4EDE4; -webkit-box-shadow: 1px 1px 3px 2px #D4EDE4; box-shadow: 1px 1px 3px 2px #D4EDE4; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #D4EDE4; -webkit-box-shadow: 1px 1px 3px 2px #D4EDE4; box-shadow:1px 1px 3px 2px #D4EDE4;">
Div content here</div>
Dieser Text ist in der Farbe #D4EDE4 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #D4EDE4 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #D4EDE4.
Dieser Text ist weiß auf dem Hintergrund in Farbe #D4EDE4.