HEX: #D5F9AD
RGB: (213,249,173)
#D5F9AD enthält hauptsächlich rote und grüne Farbe. Für #D5F9AD ist eine «websichere» Webfarbe #CCFF99 (oder kurz #CF9).
Die Farbe #D5F9AD wird in RGB als (213,249,173) definiert.
RGB: (213,249,173) (84%,98%,68%)
R 213 von 255 = 84%
G 249 von 255 = 98%
B 173 von 255 = 68%
R + G + B ~ 83%. #D5F9AD ziemlich helle Farbe.
R + G + B =
213 + 249 + 173 = 635 (100%)
R 213 von 635 ~ 33.54%
G 249 von 635 ~ 39.21%
B 173 von 635 ~ 27.24%
Die Farbe #D5F9AD wird in CMYK als (14,0,31,2) definiert.
CMYK: (14,0,31,2) C14M0Y31K2 (14%,0%,31%,2%) (0.14/0.00/0.31/0.02)
D5 | F9 | AD | |
---|---|---|---|
RGB | 213 | 249 | 173 |
HSL | 88° | 86.36% | 82.75% |
HSB/HSV | 88° | 30.52% | 97.65% |
CMYK | 14.46% | 0.00% | 30.52% |
2.35% |
Hexadezimal | D5 | F9 | AD |
Dezimal | 213 | 249 | 173 |
Binär | 11010101 | 11111001 | 10101101 |
Oktal | 325 | 371 | 255 |
Beispiele css- und html für Elemente in der Farbe #D5F9AD. Bitte benutzen Sie auch rgb(213,249,173) statt hex-Code.
.myTextColor { color: #D5F9AD; }
<p style="color:#D5F9AD">This sample text font color is #D5F9AD.</p>
Die Farbe dieses Textes ist #D5F9AD.
.myBgColor { background-color: #D5F9AD; }
<div style="background-color:#D5F9AD">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #D5F9AD.
.myBorderColor { border: 1px solid #D5F9AD; }
<div style="border:3px solid #D5F9AD">Div</div>
Die Grenzen von diesem div sind in Farbe #D5F9AD.
.myOpacity80 { color: #D5F9AD; opacity: 0.8; }
<p style="color:#D5F9AD;opacity:0.8;">80%</p>
Text in Farbe #D5F9AD und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D5F9AD;}
<p style="text-shadow: 3px 3px 1px #D5F9AD">Text here.</p>
Dieser Text hat den Schatten in Farbe #D5F9AD.
.textShadow {text-shadow: 3px 3px 1px #D5F9AD, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D5F9AD, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #D5F9AD und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D5F9AD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D5F9AD, Direction=45, Strength=4)">Text</p>
This text has shadow with #D5F9AD and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #D5F9AD; -webkit-box-shadow: 1px 1px 3px 2px #D5F9AD; box-shadow: 1px 1px 3px 2px #D5F9AD; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #D5F9AD; -webkit-box-shadow: 1px 1px 3px 2px #D5F9AD; box-shadow:1px 1px 3px 2px #D5F9AD;">
Div content here</div>
Dieser Text ist in der Farbe #D5F9AD auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #D5F9AD auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #D5F9AD.
Dieser Text ist weiß auf dem Hintergrund in Farbe #D5F9AD.