HEX: #84ADCC
RGB: (132,173,204)
#84ADCC enthält hauptsächlich grüne und blaue Farbe. Für #84ADCC ist eine «websichere» Webfarbe #9999CC (oder kurz #99C).
Die Farbe #84ADCC wird in RGB als (132,173,204) definiert.
RGB: (132,173,204)
(52%, 68%, 80%)
R 132 von 255 = 52%
G 173 von 255 = 68%
B 204 von 255 = 80%
R + G + B ~ 67%. #84ADCC ziemlich helle Farbe.
R + G + B = 132 + 173 + 204 = 509 (100%)
R 132 von 509 ~ 25.93%
G 173 von 509 ~ 33.99%
B 204 von 509 ~ 40.08'%
Die Farbe #84ADCC wird in CMYK als (35,15,0,20) definiert.
CMYK: (35,15,0,20)
C35M15Y0K20 (35%, 15%, 0%, 20%)
(0.35 / 0.15 / 0.00 / 0.20)
Farbe #84ADCC in den populären Farbmodellen.
84 | AD | CC | |
---|---|---|---|
RGB | 132 | 173 | 204 |
HSL | 206° | 41.38% | 65.88% |
HSB/HSV | 206° | 35.29% | 80.00% |
CMYK | 35.29% | 15.20% | 0.00% |
20.00% |
Die Farbe #84ADCC in den populären Zahlensystemen.
Hexadezimal | 84 | AD | CC |
Dezimal | 132 | 173 | 204 |
Binär | 10000100 | 10101101 | 11001100 |
Oktal | 204 | 255 | 314 |
Dunkle Töne der Farbe #84ADCC
Helle Töne der Farbe #84ADCC
Beispiele css- und html für Elemente in der Farbe #84ADCC. Bitte benutzen Sie auch rgb(132,173,204) statt hex-Code.
.myTextColor { color: #84ADCC; }
<p style="color:#84ADCC">This sample text font color is #84ADCC.</p>
Die Farbe dieses Textes ist #84ADCC.
.myBgColor { background-color: #84ADCC; }
<div style="background-color:#84ADCC">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #84ADCC.
.myBorderColor { border: 1px solid #84ADCC; }
<div style="border:3px solid #84ADCC">Div</div>
Die Grenzen von diesem div sind in Farbe #84ADCC.
.myOpacity80 { color: #84ADCC; opacity: 0.8; }
<p style="color:#84ADCC;opacity:0.8;">80%</p>
Text in Farbe #84ADCC und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #84ADCC;}
<p style="text-shadow: 3px 3px 1px #84ADCC">Text here.</p>
Dieser Text hat den Schatten in Farbe #84ADCC.
.textShadow {text-shadow: 3px 3px 1px #84ADCC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #84ADCC, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #84ADCC und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#84ADCC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#84ADCC, Direction=45, Strength=4)">Text</p>
This text has shadow with #84ADCC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #84ADCC;
-webkit-box-shadow: 1px 1px 3px 2px #84ADCC;
box-shadow: 1px 1px 3px 2px #84ADCC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #84ADCC; -webkit-box-shadow: 1px 1px 3px 2px #84ADCC; box-shadow:1px 1px 3px 2px #84ADCC;">
Div content here
</div>
Dieser Text ist in der Farbe #84ADCC auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #84ADCC auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #84ADCC.
Dieser Text ist weiß auf dem Hintergrund in Farbe #84ADCC.
Kontrastfarbe für #hex ist #7B5233.