HEX: #ADD4CD
RGB: (173,212,205)
#ADD4CD enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #ADD4CD ist eine «websichere» Webfarbe #99CCCC (oder kurz #9CC).
Die Farbe #ADD4CD wird in RGB als (173,212,205) definiert.
RGB: (173,212,205)
(68%, 83%, 80%)
R 173 von 255 = 68%
G 212 von 255 = 83%
B 205 von 255 = 80%
R + G + B ~ 77%. #ADD4CD ziemlich helle Farbe.
R + G + B = 173 + 212 + 205 = 590 (100%)
R 173 von 590 ~ 29.32%
G 212 von 590 ~ 35.93%
B 205 von 590 ~ 34.75'%
Die Farbe #ADD4CD wird in CMYK als (18,0,3,17) definiert.
CMYK: (18,0,3,17)
C18M0Y3K17 (18%, 0%, 3%, 17%)
(0.18 / 0.00 / 0.03 / 0.17)
Farbe #ADD4CD in den populären Farbmodellen.
AD | D4 | CD | |
---|---|---|---|
RGB | 173 | 212 | 205 |
HSL | 169° | 31.20% | 75.49% |
HSB/HSV | 169° | 18.40% | 83.14% |
CMYK | 18.40% | 0.00% | 3.30% |
16.86% |
Die Farbe #ADD4CD in den populären Zahlensystemen.
Hexadezimal | AD | D4 | CD |
Dezimal | 173 | 212 | 205 |
Binär | 10101101 | 11010100 | 11001101 |
Oktal | 255 | 324 | 315 |
Dunkle Töne der Farbe #ADD4CD
Helle Töne der Farbe #ADD4CD
Beispiele css- und html für Elemente in der Farbe #ADD4CD. Bitte benutzen Sie auch rgb(173,212,205) statt hex-Code.
.myTextColor { color: #ADD4CD; }
<p style="color:#ADD4CD">This sample text font color is #ADD4CD.</p>
Die Farbe dieses Textes ist #ADD4CD.
.myBgColor { background-color: #ADD4CD; }
<div style="background-color:#ADD4CD">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #ADD4CD.
.myBorderColor { border: 1px solid #ADD4CD; }
<div style="border:3px solid #ADD4CD">Div</div>
Die Grenzen von diesem div sind in Farbe #ADD4CD.
.myOpacity80 { color: #ADD4CD; opacity: 0.8; }
<p style="color:#ADD4CD;opacity:0.8;">80%</p>
Text in Farbe #ADD4CD und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADD4CD;}
<p style="text-shadow: 3px 3px 1px #ADD4CD">Text here.</p>
Dieser Text hat den Schatten in Farbe #ADD4CD.
.textShadow {text-shadow: 3px 3px 1px #ADD4CD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADD4CD, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #ADD4CD und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADD4CD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADD4CD, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADD4CD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADD4CD;
-webkit-box-shadow: 1px 1px 3px 2px #ADD4CD;
box-shadow: 1px 1px 3px 2px #ADD4CD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADD4CD; -webkit-box-shadow: 1px 1px 3px 2px #ADD4CD; box-shadow:1px 1px 3px 2px #ADD4CD;">
Div content here
</div>
Dieser Text ist in der Farbe #ADD4CD auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #ADD4CD auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #ADD4CD.
Dieser Text ist weiß auf dem Hintergrund in Farbe #ADD4CD.
Kontrastfarbe für #hex ist #522B32.