HEX: #ACDAE6
RGB: (172,218,230)
#ACDAE6 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #ACDAE6 ist eine «websichere» Webfarbe #99CCCC (oder kurz #9CC).
Die Farbe #ACDAE6 wird in RGB als (172,218,230) definiert.
RGB: (172,218,230)
(67%, 85%, 90%)
R 172 von 255 = 67%
G 218 von 255 = 85%
B 230 von 255 = 90%
R + G + B ~ 81%. #ACDAE6 ziemlich helle Farbe.
R + G + B = 172 + 218 + 230 = 620 (100%)
R 172 von 620 ~ 27.74%
G 218 von 620 ~ 35.16%
B 230 von 620 ~ 37.1'%
Die Farbe #ACDAE6 wird in CMYK als (25,5,0,10) definiert.
CMYK: (25,5,0,10)
C25M5Y0K10 (25%, 5%, 0%, 10%)
(0.25 / 0.05 / 0.00 / 0.10)
Farbe #ACDAE6 in den populären Farbmodellen.
AC | DA | E6 | |
---|---|---|---|
RGB | 172 | 218 | 230 |
HSL | 192° | 53.70% | 78.82% |
HSB/HSV | 192° | 25.22% | 90.20% |
CMYK | 25.22% | 5.22% | 0.00% |
9.80% |
Die Farbe #ACDAE6 in den populären Zahlensystemen.
Hexadezimal | AC | DA | E6 |
Dezimal | 172 | 218 | 230 |
Binär | 10101100 | 11011010 | 11100110 |
Oktal | 254 | 332 | 346 |
Dunkle Töne der Farbe #ACDAE6
Helle Töne der Farbe #ACDAE6
Beispiele css- und html für Elemente in der Farbe #ACDAE6. Bitte benutzen Sie auch rgb(172,218,230) statt hex-Code.
.myTextColor { color: #ACDAE6; }
<p style="color:#ACDAE6">This sample text font color is #ACDAE6.</p>
Die Farbe dieses Textes ist #ACDAE6.
.myBgColor { background-color: #ACDAE6; }
<div style="background-color:#ACDAE6">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #ACDAE6.
.myBorderColor { border: 1px solid #ACDAE6; }
<div style="border:3px solid #ACDAE6">Div</div>
Die Grenzen von diesem div sind in Farbe #ACDAE6.
.myOpacity80 { color: #ACDAE6; opacity: 0.8; }
<p style="color:#ACDAE6;opacity:0.8;">80%</p>
Text in Farbe #ACDAE6 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ACDAE6;}
<p style="text-shadow: 3px 3px 1px #ACDAE6">Text here.</p>
Dieser Text hat den Schatten in Farbe #ACDAE6.
.textShadow {text-shadow: 3px 3px 1px #ACDAE6', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ACDAE6, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #ACDAE6 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ACDAE6, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ACDAE6, Direction=45, Strength=4)">Text</p>
This text has shadow with #ACDAE6 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ACDAE6;
-webkit-box-shadow: 1px 1px 3px 2px #ACDAE6;
box-shadow: 1px 1px 3px 2px #ACDAE6;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ACDAE6; -webkit-box-shadow: 1px 1px 3px 2px #ACDAE6; box-shadow:1px 1px 3px 2px #ACDAE6;">
Div content here
</div>
Dieser Text ist in der Farbe #ACDAE6 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #ACDAE6 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #ACDAE6.
Dieser Text ist weiß auf dem Hintergrund in Farbe #ACDAE6.
Kontrastfarbe für #hex ist #532519.