HEX: #ADE4FE
RGB: (173,228,254)
#ADE4FE enthält hauptsächlich grüne und blaue Farbe. Für #ADE4FE ist eine «websichere» Webfarbe #99CCFF (oder kurz #9CF).
Die Farbe #ADE4FE wird in RGB als (173,228,254) definiert.
RGB: (173,228,254)
(68%, 89%, 100%)
R 173 von 255 = 68%
G 228 von 255 = 89%
B 254 von 255 = 100%
R + G + B ~ 86%. #ADE4FE helle Farbe.
R + G + B = 173 + 228 + 254 = 655 (100%)
R 173 von 655 ~ 26.41%
G 228 von 655 ~ 34.81%
B 254 von 655 ~ 38.78'%
Die Farbe #ADE4FE wird in CMYK als (32,10,0,0) definiert.
CMYK: (32,10,0,0)
C32M10Y0K0 (32%, 10%, 0%, 0%)
(0.32 / 0.10 / 0.00 / 0.00)
Farbe #ADE4FE in den populären Farbmodellen.
AD | E4 | FE | |
---|---|---|---|
RGB | 173 | 228 | 254 |
HSL | 199° | 97.59% | 83.73% |
HSB/HSV | 199° | 31.89% | 99.61% |
CMYK | 31.89% | 10.24% | 0.00% |
0.39% |
Die Farbe #ADE4FE in den populären Zahlensystemen.
Hexadezimal | AD | E4 | FE |
Dezimal | 173 | 228 | 254 |
Binär | 10101101 | 11100100 | 11111110 |
Oktal | 255 | 344 | 376 |
Dunkle Töne der Farbe #ADE4FE
Helle Töne der Farbe #ADE4FE
Beispiele css- und html für Elemente in der Farbe #ADE4FE. Bitte benutzen Sie auch rgb(173,228,254) statt hex-Code.
.myTextColor { color: #ADE4FE; }
<p style="color:#ADE4FE">This sample text font color is #ADE4FE.</p>
Die Farbe dieses Textes ist #ADE4FE.
.myBgColor { background-color: #ADE4FE; }
<div style="background-color:#ADE4FE">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #ADE4FE.
.myBorderColor { border: 1px solid #ADE4FE; }
<div style="border:3px solid #ADE4FE">Div</div>
Die Grenzen von diesem div sind in Farbe #ADE4FE.
.myOpacity80 { color: #ADE4FE; opacity: 0.8; }
<p style="color:#ADE4FE;opacity:0.8;">80%</p>
Text in Farbe #ADE4FE und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADE4FE;}
<p style="text-shadow: 3px 3px 1px #ADE4FE">Text here.</p>
Dieser Text hat den Schatten in Farbe #ADE4FE.
.textShadow {text-shadow: 3px 3px 1px #ADE4FE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADE4FE, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #ADE4FE und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADE4FE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADE4FE, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADE4FE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADE4FE;
-webkit-box-shadow: 1px 1px 3px 2px #ADE4FE;
box-shadow: 1px 1px 3px 2px #ADE4FE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADE4FE; -webkit-box-shadow: 1px 1px 3px 2px #ADE4FE; box-shadow:1px 1px 3px 2px #ADE4FE;">
Div content here
</div>
Dieser Text ist in der Farbe #ADE4FE auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #ADE4FE auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #ADE4FE.
Dieser Text ist weiß auf dem Hintergrund in Farbe #ADE4FE.
Kontrastfarbe für #hex ist #521B01.