HEX: #ADBEF5
RGB: (173,190,245)
#ADBEF5 enthält hauptsächlich grüne und blaue Farbe. Für #ADBEF5 ist eine «websichere» Webfarbe #99CCFF (oder kurz #9CF).
Die Farbe #ADBEF5 wird in RGB als (173,190,245) definiert.
RGB: (173,190,245) (68%,75%,96%)
R 173 von 255 = 68%
G 190 von 255 = 75%
B 245 von 255 = 96%
R + G + B ~ 80%. #ADBEF5 ziemlich helle Farbe.
R + G + B =
173 + 190 + 245 = 608 (100%)
R 173 von 608 ~ 28.45%
G 190 von 608 ~ 31.25%
B 245 von 608 ~ 40.3%
Die Farbe #ADBEF5 wird in CMYK als (29,22,0,4) definiert.
CMYK: (29,22,0,4) C29M22Y0K4 (29%,22%,0%,4%) (0.29/0.22/0.00/0.04)
AD | BE | F5 | |
---|---|---|---|
RGB | 173 | 190 | 245 |
HSL | 226° | 78.26% | 81.96% |
HSB/HSV | 226° | 29.39% | 96.08% |
CMYK | 29.39% | 22.45% | 0.00% |
3.92% |
Hexadezimal | AD | BE | F5 |
Dezimal | 173 | 190 | 245 |
Binär | 10101101 | 10111110 | 11110101 |
Oktal | 255 | 276 | 365 |
Beispiele css- und html für Elemente in der Farbe #ADBEF5. Bitte benutzen Sie auch rgb(173,190,245) statt hex-Code.
.myTextColor { color: #ADBEF5; }
<p style="color:#ADBEF5">This sample text font color is #ADBEF5.</p>
Die Farbe dieses Textes ist #ADBEF5.
.myBgColor { background-color: #ADBEF5; }
<div style="background-color:#ADBEF5">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #ADBEF5.
.myBorderColor { border: 1px solid #ADBEF5; }
<div style="border:3px solid #ADBEF5">Div</div>
Die Grenzen von diesem div sind in Farbe #ADBEF5.
.myOpacity80 { color: #ADBEF5; opacity: 0.8; }
<p style="color:#ADBEF5;opacity:0.8;">80%</p>
Text in Farbe #ADBEF5 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADBEF5;}
<p style="text-shadow: 3px 3px 1px #ADBEF5">Text here.</p>
Dieser Text hat den Schatten in Farbe #ADBEF5.
.textShadow {text-shadow: 3px 3px 1px #ADBEF5, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADBEF5, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #ADBEF5 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADBEF5, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADBEF5, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADBEF5 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ADBEF5; -webkit-box-shadow: 1px 1px 3px 2px #ADBEF5; box-shadow: 1px 1px 3px 2px #ADBEF5; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #ADBEF5; -webkit-box-shadow: 1px 1px 3px 2px #ADBEF5; box-shadow:1px 1px 3px 2px #ADBEF5;">
Div content here</div>
Dieser Text ist in der Farbe #ADBEF5 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #ADBEF5 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #ADBEF5.
Dieser Text ist weiß auf dem Hintergrund in Farbe #ADBEF5.