HEX: #ADE7EB
RGB: (173,231,235)
#ADE7EB enthält hauptsächlich grüne und blaue Farbe. Für #ADE7EB ist eine «websichere» Webfarbe #99FFFF (oder kurz #9FF).
Die Farbe #ADE7EB wird in RGB als (173,231,235) definiert.
RGB: (173,231,235)
(68%, 91%, 92%)
R 173 von 255 = 68%
G 231 von 255 = 91%
B 235 von 255 = 92%
R + G + B ~ 84%. #ADE7EB ziemlich helle Farbe.
R + G + B = 173 + 231 + 235 = 639 (100%)
R 173 von 639 ~ 27.07%
G 231 von 639 ~ 36.15%
B 235 von 639 ~ 36.78'%
Die Farbe #ADE7EB wird in CMYK als (26,2,0,8) definiert.
CMYK: (26,2,0,8)
C26M2Y0K8 (26%, 2%, 0%, 8%)
(0.26 / 0.02 / 0.00 / 0.08)
Farbe #ADE7EB in den populären Farbmodellen.
AD | E7 | EB | |
---|---|---|---|
RGB | 173 | 231 | 235 |
HSL | 184° | 60.78% | 80.00% |
HSB/HSV | 184° | 26.38% | 92.16% |
CMYK | 26.38% | 1.70% | 0.00% |
7.84% |
Die Farbe #ADE7EB in den populären Zahlensystemen.
Hexadezimal | AD | E7 | EB |
Dezimal | 173 | 231 | 235 |
Binär | 10101101 | 11100111 | 11101011 |
Oktal | 255 | 347 | 353 |
Dunkle Töne der Farbe #ADE7EB
Helle Töne der Farbe #ADE7EB
Beispiele css- und html für Elemente in der Farbe #ADE7EB. Bitte benutzen Sie auch rgb(173,231,235) statt hex-Code.
.myTextColor { color: #ADE7EB; }
<p style="color:#ADE7EB">This sample text font color is #ADE7EB.</p>
Die Farbe dieses Textes ist #ADE7EB.
.myBgColor { background-color: #ADE7EB; }
<div style="background-color:#ADE7EB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #ADE7EB.
.myBorderColor { border: 1px solid #ADE7EB; }
<div style="border:3px solid #ADE7EB">Div</div>
Die Grenzen von diesem div sind in Farbe #ADE7EB.
.myOpacity80 { color: #ADE7EB; opacity: 0.8; }
<p style="color:#ADE7EB;opacity:0.8;">80%</p>
Text in Farbe #ADE7EB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADE7EB;}
<p style="text-shadow: 3px 3px 1px #ADE7EB">Text here.</p>
Dieser Text hat den Schatten in Farbe #ADE7EB.
.textShadow {text-shadow: 3px 3px 1px #ADE7EB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADE7EB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #ADE7EB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADE7EB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADE7EB, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADE7EB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADE7EB;
-webkit-box-shadow: 1px 1px 3px 2px #ADE7EB;
box-shadow: 1px 1px 3px 2px #ADE7EB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADE7EB; -webkit-box-shadow: 1px 1px 3px 2px #ADE7EB; box-shadow:1px 1px 3px 2px #ADE7EB;">
Div content here
</div>
Dieser Text ist in der Farbe #ADE7EB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #ADE7EB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #ADE7EB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #ADE7EB.
Kontrastfarbe für #hex ist #521814.