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