HEX: #ADC0DA
RGB: (173,192,218)
#ADC0DA enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #ADC0DA ist eine «websichere» Webfarbe #99CCCC (oder kurz #9CC).
Die Farbe #ADC0DA wird in RGB als (173,192,218) definiert.
RGB: (173,192,218)
(68%, 75%, 85%)
R 173 von 255 = 68%
G 192 von 255 = 75%
B 218 von 255 = 85%
R + G + B ~ 76%. #ADC0DA ziemlich helle Farbe.
R + G + B = 173 + 192 + 218 = 583 (100%)
R 173 von 583 ~ 29.67%
G 192 von 583 ~ 32.93%
B 218 von 583 ~ 37.39'%
Die Farbe #ADC0DA wird in CMYK als (21,12,0,15) definiert.
CMYK: (21,12,0,15)
C21M12Y0K15 (21%, 12%, 0%, 15%)
(0.21 / 0.12 / 0.00 / 0.15)
Farbe #ADC0DA in den populären Farbmodellen.
AD | C0 | DA | |
---|---|---|---|
RGB | 173 | 192 | 218 |
HSL | 215° | 37.82% | 76.67% |
HSB/HSV | 215° | 20.64% | 85.49% |
CMYK | 20.64% | 11.93% | 0.00% |
14.51% |
Die Farbe #ADC0DA in den populären Zahlensystemen.
Hexadezimal | AD | C0 | DA |
Dezimal | 173 | 192 | 218 |
Binär | 10101101 | 11000000 | 11011010 |
Oktal | 255 | 300 | 332 |
Dunkle Töne der Farbe #ADC0DA
Helle Töne der Farbe #ADC0DA
Beispiele css- und html für Elemente in der Farbe #ADC0DA. Bitte benutzen Sie auch rgb(173,192,218) statt hex-Code.
.myTextColor { color: #ADC0DA; }
<p style="color:#ADC0DA">This sample text font color is #ADC0DA.</p>
Die Farbe dieses Textes ist #ADC0DA.
.myBgColor { background-color: #ADC0DA; }
<div style="background-color:#ADC0DA">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #ADC0DA.
.myBorderColor { border: 1px solid #ADC0DA; }
<div style="border:3px solid #ADC0DA">Div</div>
Die Grenzen von diesem div sind in Farbe #ADC0DA.
.myOpacity80 { color: #ADC0DA; opacity: 0.8; }
<p style="color:#ADC0DA;opacity:0.8;">80%</p>
Text in Farbe #ADC0DA und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADC0DA;}
<p style="text-shadow: 3px 3px 1px #ADC0DA">Text here.</p>
Dieser Text hat den Schatten in Farbe #ADC0DA.
.textShadow {text-shadow: 3px 3px 1px #ADC0DA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADC0DA, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #ADC0DA und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADC0DA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADC0DA, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADC0DA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADC0DA;
-webkit-box-shadow: 1px 1px 3px 2px #ADC0DA;
box-shadow: 1px 1px 3px 2px #ADC0DA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADC0DA; -webkit-box-shadow: 1px 1px 3px 2px #ADC0DA; box-shadow:1px 1px 3px 2px #ADC0DA;">
Div content here
</div>
Dieser Text ist in der Farbe #ADC0DA auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #ADC0DA auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #ADC0DA.
Dieser Text ist weiß auf dem Hintergrund in Farbe #ADC0DA.
Kontrastfarbe für #hex ist #523F25.