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