HEX: #AEBADD
RGB: (174,186,221)
#AEBADD enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #AEBADD ist eine «websichere» Webfarbe #99CCCC (oder kurz #9CC).
Die Farbe #AEBADD wird in RGB als (174,186,221) definiert.
RGB: (174,186,221) (68%,73%,87%)
R 174 von 255 = 68%
G 186 von 255 = 73%
B 221 von 255 = 87%
R + G + B ~ 76%. #AEBADD ziemlich helle Farbe.
R + G + B =
174 + 186 + 221 = 581 (100%)
R 174 von 581 ~ 29.95%
G 186 von 581 ~ 32.01%
B 221 von 581 ~ 38.04%
Die Farbe #AEBADD wird in CMYK als (21,16,0,13) definiert.
CMYK: (21,16,0,13) C21M16Y0K13 (21%,16%,0%,13%) (0.21/0.16/0.00/0.13)
AE | BA | DD | |
---|---|---|---|
RGB | 174 | 186 | 221 |
HSL | 225° | 40.87% | 77.45% |
HSB/HSV | 225° | 21.27% | 86.67% |
CMYK | 21.27% | 15.84% | 0.00% |
13.33% |
Hexadezimal | AE | BA | DD |
Dezimal | 174 | 186 | 221 |
Binär | 10101110 | 10111010 | 11011101 |
Oktal | 256 | 272 | 335 |
Beispiele css- und html für Elemente in der Farbe #AEBADD. Bitte benutzen Sie auch rgb(174,186,221) statt hex-Code.
.myTextColor { color: #AEBADD; }
<p style="color:#AEBADD">This sample text font color is #AEBADD.</p>
Die Farbe dieses Textes ist #AEBADD.
.myBgColor { background-color: #AEBADD; }
<div style="background-color:#AEBADD">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #AEBADD.
.myBorderColor { border: 1px solid #AEBADD; }
<div style="border:3px solid #AEBADD">Div</div>
Die Grenzen von diesem div sind in Farbe #AEBADD.
.myOpacity80 { color: #AEBADD; opacity: 0.8; }
<p style="color:#AEBADD;opacity:0.8;">80%</p>
Text in Farbe #AEBADD und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AEBADD;}
<p style="text-shadow: 3px 3px 1px #AEBADD">Text here.</p>
Dieser Text hat den Schatten in Farbe #AEBADD.
.textShadow {text-shadow: 3px 3px 1px #AEBADD, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AEBADD, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #AEBADD und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AEBADD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AEBADD, Direction=45, Strength=4)">Text</p>
This text has shadow with #AEBADD and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #AEBADD; -webkit-box-shadow: 1px 1px 3px 2px #AEBADD; box-shadow: 1px 1px 3px 2px #AEBADD; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #AEBADD; -webkit-box-shadow: 1px 1px 3px 2px #AEBADD; box-shadow:1px 1px 3px 2px #AEBADD;">
Div content here</div>
Dieser Text ist in der Farbe #AEBADD auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #AEBADD auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #AEBADD.
Dieser Text ist weiß auf dem Hintergrund in Farbe #AEBADD.