HEX: #EBB4CE
RGB: (235,180,206)
#EBB4CE enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #EBB4CE ist eine «websichere» Webfarbe #FFCCCC (oder kurz #FCC).
Die Farbe #EBB4CE wird in RGB als (235,180,206) definiert.
RGB: (235,180,206) (92%,71%,81%)
R 235 von 255 = 92%
G 180 von 255 = 71%
B 206 von 255 = 81%
R + G + B ~ 81%. #EBB4CE ziemlich helle Farbe.
R + G + B =
235 + 180 + 206 = 621 (100%)
R 235 von 621 ~ 37.84%
G 180 von 621 ~ 28.99%
B 206 von 621 ~ 33.17%
Die Farbe #EBB4CE wird in CMYK als (0,23,12,8) definiert.
CMYK: (0,23,12,8) C0M23Y12K8 (0%,23%,12%,8%) (0.00/0.23/0.12/0.08)
EB | B4 | CE | |
---|---|---|---|
RGB | 235 | 180 | 206 |
HSL | 332° | 57.89% | 81.37% |
HSB/HSV | 332° | 23.40% | 92.16% |
CMYK | 0.00% | 23.40% | 12.34% |
7.84% |
Hexadezimal | EB | B4 | CE |
Dezimal | 235 | 180 | 206 |
Binär | 11101011 | 10110100 | 11001110 |
Oktal | 353 | 264 | 316 |
Beispiele css- und html für Elemente in der Farbe #EBB4CE. Bitte benutzen Sie auch rgb(235,180,206) statt hex-Code.
.myTextColor { color: #EBB4CE; }
<p style="color:#EBB4CE">This sample text font color is #EBB4CE.</p>
Die Farbe dieses Textes ist #EBB4CE.
.myBgColor { background-color: #EBB4CE; }
<div style="background-color:#EBB4CE">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #EBB4CE.
.myBorderColor { border: 1px solid #EBB4CE; }
<div style="border:3px solid #EBB4CE">Div</div>
Die Grenzen von diesem div sind in Farbe #EBB4CE.
.myOpacity80 { color: #EBB4CE; opacity: 0.8; }
<p style="color:#EBB4CE;opacity:0.8;">80%</p>
Text in Farbe #EBB4CE und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EBB4CE;}
<p style="text-shadow: 3px 3px 1px #EBB4CE">Text here.</p>
Dieser Text hat den Schatten in Farbe #EBB4CE.
.textShadow {text-shadow: 3px 3px 1px #EBB4CE, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EBB4CE, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #EBB4CE und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EBB4CE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EBB4CE, Direction=45, Strength=4)">Text</p>
This text has shadow with #EBB4CE and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #EBB4CE; -webkit-box-shadow: 1px 1px 3px 2px #EBB4CE; box-shadow: 1px 1px 3px 2px #EBB4CE; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #EBB4CE; -webkit-box-shadow: 1px 1px 3px 2px #EBB4CE; box-shadow:1px 1px 3px 2px #EBB4CE;">
Div content here</div>
Dieser Text ist in der Farbe #EBB4CE auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #EBB4CE auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #EBB4CE.
Dieser Text ist weiß auf dem Hintergrund in Farbe #EBB4CE.