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