HEX: #EDBCCA
RGB: (237,188,202)
#EDBCCA enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #EDBCCA ist eine «websichere» Webfarbe #FFCCCC (oder kurz #FCC).
Die Farbe #EDBCCA wird in RGB als (237,188,202) definiert.
RGB: (237,188,202) (93%,74%,79%)
R 237 von 255 = 93%
G 188 von 255 = 74%
B 202 von 255 = 79%
R + G + B ~ 82%. #EDBCCA ziemlich helle Farbe.
R + G + B =
237 + 188 + 202 = 627 (100%)
R 237 von 627 ~ 37.8%
G 188 von 627 ~ 29.98%
B 202 von 627 ~ 32.22%
Die Farbe #EDBCCA wird in CMYK als (0,21,15,7) definiert.
CMYK: (0,21,15,7) C0M21Y15K7 (0%,21%,15%,7%) (0.00/0.21/0.15/0.07)
ED | BC | CA | |
---|---|---|---|
RGB | 237 | 188 | 202 |
HSL | 343° | 57.65% | 83.33% |
HSB/HSV | 343° | 20.68% | 92.94% |
CMYK | 0.00% | 20.68% | 14.77% |
7.06% |
Hexadezimal | ED | BC | CA |
Dezimal | 237 | 188 | 202 |
Binär | 11101101 | 10111100 | 11001010 |
Oktal | 355 | 274 | 312 |
Beispiele css- und html für Elemente in der Farbe #EDBCCA. Bitte benutzen Sie auch rgb(237,188,202) statt hex-Code.
.myTextColor { color: #EDBCCA; }
<p style="color:#EDBCCA">This sample text font color is #EDBCCA.</p>
Die Farbe dieses Textes ist #EDBCCA.
.myBgColor { background-color: #EDBCCA; }
<div style="background-color:#EDBCCA">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #EDBCCA.
.myBorderColor { border: 1px solid #EDBCCA; }
<div style="border:3px solid #EDBCCA">Div</div>
Die Grenzen von diesem div sind in Farbe #EDBCCA.
.myOpacity80 { color: #EDBCCA; opacity: 0.8; }
<p style="color:#EDBCCA;opacity:0.8;">80%</p>
Text in Farbe #EDBCCA und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDBCCA;}
<p style="text-shadow: 3px 3px 1px #EDBCCA">Text here.</p>
Dieser Text hat den Schatten in Farbe #EDBCCA.
.textShadow {text-shadow: 3px 3px 1px #EDBCCA, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDBCCA, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #EDBCCA und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDBCCA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDBCCA, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDBCCA and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #EDBCCA; -webkit-box-shadow: 1px 1px 3px 2px #EDBCCA; box-shadow: 1px 1px 3px 2px #EDBCCA; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #EDBCCA; -webkit-box-shadow: 1px 1px 3px 2px #EDBCCA; box-shadow:1px 1px 3px 2px #EDBCCA;">
Div content here</div>
Dieser Text ist in der Farbe #EDBCCA auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #EDBCCA auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #EDBCCA.
Dieser Text ist weiß auf dem Hintergrund in Farbe #EDBCCA.