HEX: #EFD2FB
RGB: (239,210,251)
#EFD2FB enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #EFD2FB ist eine «websichere» Webfarbe #FFCCFF (oder kurz #FCF).
Die Farbe #EFD2FB wird in RGB als (239,210,251) definiert.
RGB: (239,210,251) (94%,82%,98%)
R 239 von 255 = 94%
G 210 von 255 = 82%
B 251 von 255 = 98%
R + G + B ~ 91%. #EFD2FB helle Farbe.
R + G + B =
239 + 210 + 251 = 700 (100%)
R 239 von 700 ~ 34.14%
G 210 von 700 ~ 30%
B 251 von 700 ~ 35.86%
Die Farbe #EFD2FB wird in CMYK als (5,16,0,2) definiert.
CMYK: (5,16,0,2) C5M16Y0K2 (5%,16%,0%,2%) (0.05/0.16/0.00/0.02)
EF | D2 | FB | |
---|---|---|---|
RGB | 239 | 210 | 251 |
HSL | 282° | 83.67% | 90.39% |
HSB/HSV | 282° | 16.33% | 98.43% |
CMYK | 4.78% | 16.33% | 0.00% |
1.57% |
Hexadezimal | EF | D2 | FB |
Dezimal | 239 | 210 | 251 |
Binär | 11101111 | 11010010 | 11111011 |
Oktal | 357 | 322 | 373 |
Beispiele css- und html für Elemente in der Farbe #EFD2FB. Bitte benutzen Sie auch rgb(239,210,251) statt hex-Code.
.myTextColor { color: #EFD2FB; }
<p style="color:#EFD2FB">This sample text font color is #EFD2FB.</p>
Die Farbe dieses Textes ist #EFD2FB.
.myBgColor { background-color: #EFD2FB; }
<div style="background-color:#EFD2FB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #EFD2FB.
.myBorderColor { border: 1px solid #EFD2FB; }
<div style="border:3px solid #EFD2FB">Div</div>
Die Grenzen von diesem div sind in Farbe #EFD2FB.
.myOpacity80 { color: #EFD2FB; opacity: 0.8; }
<p style="color:#EFD2FB;opacity:0.8;">80%</p>
Text in Farbe #EFD2FB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EFD2FB;}
<p style="text-shadow: 3px 3px 1px #EFD2FB">Text here.</p>
Dieser Text hat den Schatten in Farbe #EFD2FB.
.textShadow {text-shadow: 3px 3px 1px #EFD2FB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EFD2FB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #EFD2FB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EFD2FB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EFD2FB, Direction=45, Strength=4)">Text</p>
This text has shadow with #EFD2FB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #EFD2FB; -webkit-box-shadow: 1px 1px 3px 2px #EFD2FB; box-shadow: 1px 1px 3px 2px #EFD2FB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #EFD2FB; -webkit-box-shadow: 1px 1px 3px 2px #EFD2FB; box-shadow:1px 1px 3px 2px #EFD2FB;">
Div content here</div>
Dieser Text ist in der Farbe #EFD2FB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #EFD2FB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #EFD2FB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #EFD2FB.