HEX: #D4FADA
RGB: (212,250,218)
#D4FADA enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #D4FADA ist eine «websichere» Webfarbe #CCFFCC (oder kurz #CFC).
Die Farbe #D4FADA wird in RGB als (212,250,218) definiert.
RGB: (212,250,218) (83%,98%,85%)
R 212 von 255 = 83%
G 250 von 255 = 98%
B 218 von 255 = 85%
R + G + B ~ 89%. #D4FADA helle Farbe.
R + G + B =
212 + 250 + 218 = 680 (100%)
R 212 von 680 ~ 31.18%
G 250 von 680 ~ 36.76%
B 218 von 680 ~ 32.06%
Die Farbe #D4FADA wird in CMYK als (15,0,13,2) definiert.
CMYK: (15,0,13,2) C15M0Y13K2 (15%,0%,13%,2%) (0.15/0.00/0.13/0.02)
D4 | FA | DA | |
---|---|---|---|
RGB | 212 | 250 | 218 |
HSL | 129° | 79.17% | 90.59% |
HSB/HSV | 129° | 15.20% | 98.04% |
CMYK | 15.20% | 0.00% | 12.80% |
1.96% |
Hexadezimal | D4 | FA | DA |
Dezimal | 212 | 250 | 218 |
Binär | 11010100 | 11111010 | 11011010 |
Oktal | 324 | 372 | 332 |
Beispiele css- und html für Elemente in der Farbe #D4FADA. Bitte benutzen Sie auch rgb(212,250,218) statt hex-Code.
.myTextColor { color: #D4FADA; }
<p style="color:#D4FADA">This sample text font color is #D4FADA.</p>
Die Farbe dieses Textes ist #D4FADA.
.myBgColor { background-color: #D4FADA; }
<div style="background-color:#D4FADA">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #D4FADA.
.myBorderColor { border: 1px solid #D4FADA; }
<div style="border:3px solid #D4FADA">Div</div>
Die Grenzen von diesem div sind in Farbe #D4FADA.
.myOpacity80 { color: #D4FADA; opacity: 0.8; }
<p style="color:#D4FADA;opacity:0.8;">80%</p>
Text in Farbe #D4FADA und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D4FADA;}
<p style="text-shadow: 3px 3px 1px #D4FADA">Text here.</p>
Dieser Text hat den Schatten in Farbe #D4FADA.
.textShadow {text-shadow: 3px 3px 1px #D4FADA, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D4FADA, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #D4FADA und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D4FADA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D4FADA, Direction=45, Strength=4)">Text</p>
This text has shadow with #D4FADA and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #D4FADA; -webkit-box-shadow: 1px 1px 3px 2px #D4FADA; box-shadow: 1px 1px 3px 2px #D4FADA; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #D4FADA; -webkit-box-shadow: 1px 1px 3px 2px #D4FADA; box-shadow:1px 1px 3px 2px #D4FADA;">
Div content here</div>
Dieser Text ist in der Farbe #D4FADA auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #D4FADA auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #D4FADA.
Dieser Text ist weiß auf dem Hintergrund in Farbe #D4FADA.