HEX: #EDFFDE
RGB: (237,255,222)
#EDFFDE enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #EDFFDE ist eine «websichere» Webfarbe #FFFFCC (oder kurz #FFC).
Die Farbe #EDFFDE wird in RGB als (237,255,222) definiert.
RGB: (237,255,222) (93%,100%,87%)
R 237 von 255 = 93%
G 255 von 255 = 100%
B 222 von 255 = 87%
R + G + B ~ 93%. #EDFFDE helle Farbe.
R + G + B =
237 + 255 + 222 = 714 (100%)
R 237 von 714 ~ 33.19%
G 255 von 714 ~ 35.71%
B 222 von 714 ~ 31.09%
Die Farbe #EDFFDE wird in CMYK als (7,0,13,0) definiert.
CMYK: (7,0,13,0) C7M0Y13K0 (7%,0%,13%,0%) (0.07/0.00/0.13/0.00)
ED | FF | DE | |
---|---|---|---|
RGB | 237 | 255 | 222 |
HSL | 93° | 100.00% | 93.53% |
HSB/HSV | 93° | 12.94% | 100.00% |
CMYK | 7.06% | 0.00% | 12.94% |
0.00% |
Hexadezimal | ED | FF | DE |
Dezimal | 237 | 255 | 222 |
Binär | 11101101 | 11111111 | 11011110 |
Oktal | 355 | 377 | 336 |
Beispiele css- und html für Elemente in der Farbe #EDFFDE. Bitte benutzen Sie auch rgb(237,255,222) statt hex-Code.
.myTextColor { color: #EDFFDE; }
<p style="color:#EDFFDE">This sample text font color is #EDFFDE.</p>
Die Farbe dieses Textes ist #EDFFDE.
.myBgColor { background-color: #EDFFDE; }
<div style="background-color:#EDFFDE">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #EDFFDE.
.myBorderColor { border: 1px solid #EDFFDE; }
<div style="border:3px solid #EDFFDE">Div</div>
Die Grenzen von diesem div sind in Farbe #EDFFDE.
.myOpacity80 { color: #EDFFDE; opacity: 0.8; }
<p style="color:#EDFFDE;opacity:0.8;">80%</p>
Text in Farbe #EDFFDE und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDFFDE;}
<p style="text-shadow: 3px 3px 1px #EDFFDE">Text here.</p>
Dieser Text hat den Schatten in Farbe #EDFFDE.
.textShadow {text-shadow: 3px 3px 1px #EDFFDE, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDFFDE, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #EDFFDE und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDFFDE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDFFDE, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDFFDE and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #EDFFDE; -webkit-box-shadow: 1px 1px 3px 2px #EDFFDE; box-shadow: 1px 1px 3px 2px #EDFFDE; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #EDFFDE; -webkit-box-shadow: 1px 1px 3px 2px #EDFFDE; box-shadow:1px 1px 3px 2px #EDFFDE;">
Div content here</div>
Dieser Text ist in der Farbe #EDFFDE auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #EDFFDE auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #EDFFDE.
Dieser Text ist weiß auf dem Hintergrund in Farbe #EDFFDE.