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