HEX: #D5EFFA
RGB: (213,239,250)
#D5EFFA enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #D5EFFA ist eine «websichere» Webfarbe #CCFFFF (oder kurz #CFF).
Die Farbe #D5EFFA wird in RGB als (213,239,250) definiert.
RGB: (213,239,250) (84%,94%,98%)
R 213 von 255 = 84%
G 239 von 255 = 94%
B 250 von 255 = 98%
R + G + B ~ 92%. #D5EFFA helle Farbe.
R + G + B =
213 + 239 + 250 = 702 (100%)
R 213 von 702 ~ 30.34%
G 239 von 702 ~ 34.05%
B 250 von 702 ~ 35.61%
Die Farbe #D5EFFA wird in CMYK als (15,4,0,2) definiert.
CMYK: (15,4,0,2) C15M4Y0K2 (15%,4%,0%,2%) (0.15/0.04/0.00/0.02)
D5 | EF | FA | |
---|---|---|---|
RGB | 213 | 239 | 250 |
HSL | 198° | 78.72% | 90.78% |
HSB/HSV | 198° | 14.80% | 98.04% |
CMYK | 14.80% | 4.40% | 0.00% |
1.96% |
Hexadezimal | D5 | EF | FA |
Dezimal | 213 | 239 | 250 |
Binär | 11010101 | 11101111 | 11111010 |
Oktal | 325 | 357 | 372 |
Beispiele css- und html für Elemente in der Farbe #D5EFFA. Bitte benutzen Sie auch rgb(213,239,250) statt hex-Code.
.myTextColor { color: #D5EFFA; }
<p style="color:#D5EFFA">This sample text font color is #D5EFFA.</p>
Die Farbe dieses Textes ist #D5EFFA.
.myBgColor { background-color: #D5EFFA; }
<div style="background-color:#D5EFFA">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #D5EFFA.
.myBorderColor { border: 1px solid #D5EFFA; }
<div style="border:3px solid #D5EFFA">Div</div>
Die Grenzen von diesem div sind in Farbe #D5EFFA.
.myOpacity80 { color: #D5EFFA; opacity: 0.8; }
<p style="color:#D5EFFA;opacity:0.8;">80%</p>
Text in Farbe #D5EFFA und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D5EFFA;}
<p style="text-shadow: 3px 3px 1px #D5EFFA">Text here.</p>
Dieser Text hat den Schatten in Farbe #D5EFFA.
.textShadow {text-shadow: 3px 3px 1px #D5EFFA, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D5EFFA, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #D5EFFA und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D5EFFA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D5EFFA, Direction=45, Strength=4)">Text</p>
This text has shadow with #D5EFFA and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #D5EFFA; -webkit-box-shadow: 1px 1px 3px 2px #D5EFFA; box-shadow: 1px 1px 3px 2px #D5EFFA; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #D5EFFA; -webkit-box-shadow: 1px 1px 3px 2px #D5EFFA; box-shadow:1px 1px 3px 2px #D5EFFA;">
Div content here</div>
Dieser Text ist in der Farbe #D5EFFA auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #D5EFFA auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #D5EFFA.
Dieser Text ist weiß auf dem Hintergrund in Farbe #D5EFFA.