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