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