HEX: #EDDDBA
RGB: (237,221,186)
#EDDDBA enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #EDDDBA ist eine «websichere» Webfarbe #FFCCCC (oder kurz #FCC).
Die Farbe #EDDDBA wird in RGB als (237,221,186) definiert.
RGB: (237,221,186) (93%,87%,73%)
R 237 von 255 = 93%
G 221 von 255 = 87%
B 186 von 255 = 73%
R + G + B ~ 84%. #EDDDBA ziemlich helle Farbe.
R + G + B =
237 + 221 + 186 = 644 (100%)
R 237 von 644 ~ 36.8%
G 221 von 644 ~ 34.32%
B 186 von 644 ~ 28.88%
Die Farbe #EDDDBA wird in CMYK als (0,7,22,7) definiert.
CMYK: (0,7,22,7) C0M7Y22K7 (0%,7%,22%,7%) (0.00/0.07/0.22/0.07)
ED | DD | BA | |
---|---|---|---|
RGB | 237 | 221 | 186 |
HSL | 41° | 58.62% | 82.94% |
HSB/HSV | 41° | 21.52% | 92.94% |
CMYK | 0.00% | 6.75% | 21.52% |
7.06% |
Hexadezimal | ED | DD | BA |
Dezimal | 237 | 221 | 186 |
Binär | 11101101 | 11011101 | 10111010 |
Oktal | 355 | 335 | 272 |
Beispiele css- und html für Elemente in der Farbe #EDDDBA. Bitte benutzen Sie auch rgb(237,221,186) statt hex-Code.
.myTextColor { color: #EDDDBA; }
<p style="color:#EDDDBA">This sample text font color is #EDDDBA.</p>
Die Farbe dieses Textes ist #EDDDBA.
.myBgColor { background-color: #EDDDBA; }
<div style="background-color:#EDDDBA">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #EDDDBA.
.myBorderColor { border: 1px solid #EDDDBA; }
<div style="border:3px solid #EDDDBA">Div</div>
Die Grenzen von diesem div sind in Farbe #EDDDBA.
.myOpacity80 { color: #EDDDBA; opacity: 0.8; }
<p style="color:#EDDDBA;opacity:0.8;">80%</p>
Text in Farbe #EDDDBA und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDDDBA;}
<p style="text-shadow: 3px 3px 1px #EDDDBA">Text here.</p>
Dieser Text hat den Schatten in Farbe #EDDDBA.
.textShadow {text-shadow: 3px 3px 1px #EDDDBA, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDDDBA, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #EDDDBA und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDDDBA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDDDBA, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDDDBA and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #EDDDBA; -webkit-box-shadow: 1px 1px 3px 2px #EDDDBA; box-shadow: 1px 1px 3px 2px #EDDDBA; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #EDDDBA; -webkit-box-shadow: 1px 1px 3px 2px #EDDDBA; box-shadow:1px 1px 3px 2px #EDDDBA;">
Div content here</div>
Dieser Text ist in der Farbe #EDDDBA auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #EDDDBA auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #EDDDBA.
Dieser Text ist weiß auf dem Hintergrund in Farbe #EDDDBA.