HEX: #ADE1EF
RGB: (173,225,239)
#ADE1EF enthält hauptsächlich grüne und blaue Farbe. Für #ADE1EF ist eine «websichere» Webfarbe #99CCFF (oder kurz #9CF).
Die Farbe #ADE1EF wird in RGB als (173,225,239) definiert.
RGB: (173,225,239)
(68%, 88%, 94%)
R 173 von 255 = 68%
G 225 von 255 = 88%
B 239 von 255 = 94%
R + G + B ~ 83%. #ADE1EF ziemlich helle Farbe.
R + G + B = 173 + 225 + 239 = 637 (100%)
R 173 von 637 ~ 27.16%
G 225 von 637 ~ 35.32%
B 239 von 637 ~ 37.52'%
Die Farbe #ADE1EF wird in CMYK als (28,6,0,6) definiert.
CMYK: (28,6,0,6)
C28M6Y0K6 (28%, 6%, 0%, 6%)
(0.28 / 0.06 / 0.00 / 0.06)
Farbe #ADE1EF in den populären Farbmodellen.
AD | E1 | EF | |
---|---|---|---|
RGB | 173 | 225 | 239 |
HSL | 193° | 67.35% | 80.78% |
HSB/HSV | 193° | 27.62% | 93.73% |
CMYK | 27.62% | 5.86% | 0.00% |
6.27% |
Die Farbe #ADE1EF in den populären Zahlensystemen.
Hexadezimal | AD | E1 | EF |
Dezimal | 173 | 225 | 239 |
Binär | 10101101 | 11100001 | 11101111 |
Oktal | 255 | 341 | 357 |
Dunkle Töne der Farbe #ADE1EF
Helle Töne der Farbe #ADE1EF
Beispiele css- und html für Elemente in der Farbe #ADE1EF. Bitte benutzen Sie auch rgb(173,225,239) statt hex-Code.
.myTextColor { color: #ADE1EF; }
<p style="color:#ADE1EF">This sample text font color is #ADE1EF.</p>
Die Farbe dieses Textes ist #ADE1EF.
.myBgColor { background-color: #ADE1EF; }
<div style="background-color:#ADE1EF">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #ADE1EF.
.myBorderColor { border: 1px solid #ADE1EF; }
<div style="border:3px solid #ADE1EF">Div</div>
Die Grenzen von diesem div sind in Farbe #ADE1EF.
.myOpacity80 { color: #ADE1EF; opacity: 0.8; }
<p style="color:#ADE1EF;opacity:0.8;">80%</p>
Text in Farbe #ADE1EF und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADE1EF;}
<p style="text-shadow: 3px 3px 1px #ADE1EF">Text here.</p>
Dieser Text hat den Schatten in Farbe #ADE1EF.
.textShadow {text-shadow: 3px 3px 1px #ADE1EF', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADE1EF, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #ADE1EF und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADE1EF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADE1EF, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADE1EF and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADE1EF;
-webkit-box-shadow: 1px 1px 3px 2px #ADE1EF;
box-shadow: 1px 1px 3px 2px #ADE1EF;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADE1EF; -webkit-box-shadow: 1px 1px 3px 2px #ADE1EF; box-shadow:1px 1px 3px 2px #ADE1EF;">
Div content here
</div>
Dieser Text ist in der Farbe #ADE1EF auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #ADE1EF auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #ADE1EF.
Dieser Text ist weiß auf dem Hintergrund in Farbe #ADE1EF.
Kontrastfarbe für #hex ist #521E10.