HEX: #C5ADEC
RGB: (197,173,236)
#C5ADEC enthält hauptsächlich rote und blaue Farbe. Für #C5ADEC ist eine «websichere» Webfarbe #CC99FF (oder kurz #C9F).
Die Farbe #C5ADEC wird in RGB als (197,173,236) definiert.
RGB: (197,173,236)
(77%, 68%, 93%)
R 197 von 255 = 77%
G 173 von 255 = 68%
B 236 von 255 = 93%
R + G + B ~ 79%. #C5ADEC ziemlich helle Farbe.
R + G + B = 197 + 173 + 236 = 606 (100%)
R 197 von 606 ~ 32.51%
G 173 von 606 ~ 28.55%
B 236 von 606 ~ 38.94'%
Die Farbe #C5ADEC wird in CMYK als (17,27,0,7) definiert.
CMYK: (17,27,0,7)
C17M27Y0K7 (17%, 27%, 0%, 7%)
(0.17 / 0.27 / 0.00 / 0.07)
Farbe #C5ADEC in den populären Farbmodellen.
C5 | AD | EC | |
---|---|---|---|
RGB | 197 | 173 | 236 |
HSL | 263° | 62.38% | 80.20% |
HSB/HSV | 263° | 26.69% | 92.55% |
CMYK | 16.53% | 26.69% | 0.00% |
7.45% |
Die Farbe #C5ADEC in den populären Zahlensystemen.
Hexadezimal | C5 | AD | EC |
Dezimal | 197 | 173 | 236 |
Binär | 11000101 | 10101101 | 11101100 |
Oktal | 305 | 255 | 354 |
Dunkle Töne der Farbe #C5ADEC
Helle Töne der Farbe #C5ADEC
Beispiele css- und html für Elemente in der Farbe #C5ADEC. Bitte benutzen Sie auch rgb(197,173,236) statt hex-Code.
.myTextColor { color: #C5ADEC; }
<p style="color:#C5ADEC">This sample text font color is #C5ADEC.</p>
Die Farbe dieses Textes ist #C5ADEC.
.myBgColor { background-color: #C5ADEC; }
<div style="background-color:#C5ADEC">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C5ADEC.
.myBorderColor { border: 1px solid #C5ADEC; }
<div style="border:3px solid #C5ADEC">Div</div>
Die Grenzen von diesem div sind in Farbe #C5ADEC.
.myOpacity80 { color: #C5ADEC; opacity: 0.8; }
<p style="color:#C5ADEC;opacity:0.8;">80%</p>
Text in Farbe #C5ADEC und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C5ADEC;}
<p style="text-shadow: 3px 3px 1px #C5ADEC">Text here.</p>
Dieser Text hat den Schatten in Farbe #C5ADEC.
.textShadow {text-shadow: 3px 3px 1px #C5ADEC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C5ADEC, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C5ADEC und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C5ADEC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C5ADEC, Direction=45, Strength=4)">Text</p>
This text has shadow with #C5ADEC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C5ADEC;
-webkit-box-shadow: 1px 1px 3px 2px #C5ADEC;
box-shadow: 1px 1px 3px 2px #C5ADEC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C5ADEC; -webkit-box-shadow: 1px 1px 3px 2px #C5ADEC; box-shadow:1px 1px 3px 2px #C5ADEC;">
Div content here
</div>
Dieser Text ist in der Farbe #C5ADEC auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C5ADEC auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C5ADEC.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C5ADEC.
Kontrastfarbe für #hex ist #3A5213.