HEX: #F0EBDA
RGB: (240,235,218)
#F0EBDA enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #F0EBDA ist eine «websichere» Webfarbe #FFFFCC (oder kurz #FFC).
Die Farbe #F0EBDA wird in RGB als (240,235,218) definiert.
RGB: (240,235,218) (94%,92%,85%)
R 240 von 255 = 94%
G 235 von 255 = 92%
B 218 von 255 = 85%
R + G + B ~ 90%. #F0EBDA helle Farbe.
R + G + B =
240 + 235 + 218 = 693 (100%)
R 240 von 693 ~ 34.63%
G 235 von 693 ~ 33.91%
B 218 von 693 ~ 31.46%
Die Farbe #F0EBDA wird in CMYK als (0,2,9,6) definiert.
CMYK: (0,2,9,6) C0M2Y9K6 (0%,2%,9%,6%) (0.00/0.02/0.09/0.06)
F0 | EB | DA | |
---|---|---|---|
RGB | 240 | 235 | 218 |
HSL | 46° | 42.31% | 89.80% |
HSB/HSV | 46° | 9.17% | 94.12% |
CMYK | 0.00% | 2.08% | 9.17% |
5.88% |
Hexadezimal | F0 | EB | DA |
Dezimal | 240 | 235 | 218 |
Binär | 11110000 | 11101011 | 11011010 |
Oktal | 360 | 353 | 332 |
Beispiele css- und html für Elemente in der Farbe #F0EBDA. Bitte benutzen Sie auch rgb(240,235,218) statt hex-Code.
.myTextColor { color: #F0EBDA; }
<p style="color:#F0EBDA">This sample text font color is #F0EBDA.</p>
Die Farbe dieses Textes ist #F0EBDA.
.myBgColor { background-color: #F0EBDA; }
<div style="background-color:#F0EBDA">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #F0EBDA.
.myBorderColor { border: 1px solid #F0EBDA; }
<div style="border:3px solid #F0EBDA">Div</div>
Die Grenzen von diesem div sind in Farbe #F0EBDA.
.myOpacity80 { color: #F0EBDA; opacity: 0.8; }
<p style="color:#F0EBDA;opacity:0.8;">80%</p>
Text in Farbe #F0EBDA und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F0EBDA;}
<p style="text-shadow: 3px 3px 1px #F0EBDA">Text here.</p>
Dieser Text hat den Schatten in Farbe #F0EBDA.
.textShadow {text-shadow: 3px 3px 1px #F0EBDA, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F0EBDA, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #F0EBDA und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F0EBDA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F0EBDA, Direction=45, Strength=4)">Text</p>
This text has shadow with #F0EBDA and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #F0EBDA; -webkit-box-shadow: 1px 1px 3px 2px #F0EBDA; box-shadow: 1px 1px 3px 2px #F0EBDA; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #F0EBDA; -webkit-box-shadow: 1px 1px 3px 2px #F0EBDA; box-shadow:1px 1px 3px 2px #F0EBDA;">
Div content here</div>
Dieser Text ist in der Farbe #F0EBDA auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #F0EBDA auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #F0EBDA.
Dieser Text ist weiß auf dem Hintergrund in Farbe #F0EBDA.