HEX: #ADE2EE
RGB: (173,226,238)
#ADE2EE enthält hauptsächlich grüne und blaue Farbe. Für #ADE2EE ist eine «websichere» Webfarbe #99CCFF (oder kurz #9CF).
Die Farbe #ADE2EE wird in RGB als (173,226,238) definiert.
RGB: (173,226,238) (68%,89%,93%)
R 173 von 255 = 68%
G 226 von 255 = 89%
B 238 von 255 = 93%
R + G + B ~ 83%. #ADE2EE ziemlich helle Farbe.
R + G + B =
173 + 226 + 238 = 637 (100%)
R 173 von 637 ~ 27.16%
G 226 von 637 ~ 35.48%
B 238 von 637 ~ 37.36%
Die Farbe #ADE2EE wird in CMYK als (27,5,0,7) definiert.
CMYK: (27,5,0,7) C27M5Y0K7 (27%,5%,0%,7%) (0.27/0.05/0.00/0.07)
AD | E2 | EE | |
---|---|---|---|
RGB | 173 | 226 | 238 |
HSL | 191° | 65.66% | 80.59% |
HSB/HSV | 191° | 27.31% | 93.33% |
CMYK | 27.31% | 5.04% | 0.00% |
6.67% |
Hexadezimal | AD | E2 | EE |
Dezimal | 173 | 226 | 238 |
Binär | 10101101 | 11100010 | 11101110 |
Oktal | 255 | 342 | 356 |
Beispiele css- und html für Elemente in der Farbe #ADE2EE. Bitte benutzen Sie auch rgb(173,226,238) statt hex-Code.
.myTextColor { color: #ADE2EE; }
<p style="color:#ADE2EE">This sample text font color is #ADE2EE.</p>
Die Farbe dieses Textes ist #ADE2EE.
.myBgColor { background-color: #ADE2EE; }
<div style="background-color:#ADE2EE">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #ADE2EE.
.myBorderColor { border: 1px solid #ADE2EE; }
<div style="border:3px solid #ADE2EE">Div</div>
Die Grenzen von diesem div sind in Farbe #ADE2EE.
.myOpacity80 { color: #ADE2EE; opacity: 0.8; }
<p style="color:#ADE2EE;opacity:0.8;">80%</p>
Text in Farbe #ADE2EE und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADE2EE;}
<p style="text-shadow: 3px 3px 1px #ADE2EE">Text here.</p>
Dieser Text hat den Schatten in Farbe #ADE2EE.
.textShadow {text-shadow: 3px 3px 1px #ADE2EE, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADE2EE, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #ADE2EE und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADE2EE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADE2EE, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADE2EE and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ADE2EE; -webkit-box-shadow: 1px 1px 3px 2px #ADE2EE; box-shadow: 1px 1px 3px 2px #ADE2EE; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #ADE2EE; -webkit-box-shadow: 1px 1px 3px 2px #ADE2EE; box-shadow:1px 1px 3px 2px #ADE2EE;">
Div content here</div>
Dieser Text ist in der Farbe #ADE2EE auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #ADE2EE auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #ADE2EE.
Dieser Text ist weiß auf dem Hintergrund in Farbe #ADE2EE.