HEX: #E5EFDA
RGB: (229,239,218)
#E5EFDA enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #E5EFDA ist eine «websichere» Webfarbe #CCFFCC (oder kurz #CFC).
Die Farbe #E5EFDA wird in RGB als (229,239,218) definiert.
RGB: (229,239,218) (90%,94%,85%)
R 229 von 255 = 90%
G 239 von 255 = 94%
B 218 von 255 = 85%
R + G + B ~ 90%. #E5EFDA helle Farbe.
R + G + B =
229 + 239 + 218 = 686 (100%)
R 229 von 686 ~ 33.38%
G 239 von 686 ~ 34.84%
B 218 von 686 ~ 31.78%
Die Farbe #E5EFDA wird in CMYK als (4,0,9,6) definiert.
CMYK: (4,0,9,6) C4M0Y9K6 (4%,0%,9%,6%) (0.04/0.00/0.09/0.06)
E5 | EF | DA | |
---|---|---|---|
RGB | 229 | 239 | 218 |
HSL | 89° | 39.62% | 89.61% |
HSB/HSV | 89° | 8.79% | 93.73% |
CMYK | 4.18% | 0.00% | 8.79% |
6.27% |
Hexadezimal | E5 | EF | DA |
Dezimal | 229 | 239 | 218 |
Binär | 11100101 | 11101111 | 11011010 |
Oktal | 345 | 357 | 332 |
Beispiele css- und html für Elemente in der Farbe #E5EFDA. Bitte benutzen Sie auch rgb(229,239,218) statt hex-Code.
.myTextColor { color: #E5EFDA; }
<p style="color:#E5EFDA">This sample text font color is #E5EFDA.</p>
Die Farbe dieses Textes ist #E5EFDA.
.myBgColor { background-color: #E5EFDA; }
<div style="background-color:#E5EFDA">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #E5EFDA.
.myBorderColor { border: 1px solid #E5EFDA; }
<div style="border:3px solid #E5EFDA">Div</div>
Die Grenzen von diesem div sind in Farbe #E5EFDA.
.myOpacity80 { color: #E5EFDA; opacity: 0.8; }
<p style="color:#E5EFDA;opacity:0.8;">80%</p>
Text in Farbe #E5EFDA und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E5EFDA;}
<p style="text-shadow: 3px 3px 1px #E5EFDA">Text here.</p>
Dieser Text hat den Schatten in Farbe #E5EFDA.
.textShadow {text-shadow: 3px 3px 1px #E5EFDA, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E5EFDA, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #E5EFDA und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E5EFDA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E5EFDA, Direction=45, Strength=4)">Text</p>
This text has shadow with #E5EFDA and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #E5EFDA; -webkit-box-shadow: 1px 1px 3px 2px #E5EFDA; box-shadow: 1px 1px 3px 2px #E5EFDA; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #E5EFDA; -webkit-box-shadow: 1px 1px 3px 2px #E5EFDA; box-shadow:1px 1px 3px 2px #E5EFDA;">
Div content here</div>
Dieser Text ist in der Farbe #E5EFDA auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #E5EFDA auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #E5EFDA.
Dieser Text ist weiß auf dem Hintergrund in Farbe #E5EFDA.