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