HEX: #ADE6C5
RGB: (173,230,197)
#ADE6C5 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #ADE6C5 ist eine «websichere» Webfarbe #99CCCC (oder kurz #9CC).
Die Farbe #ADE6C5 wird in RGB als (173,230,197) definiert.
RGB: (173,230,197)
(68%, 90%, 77%)
R 173 von 255 = 68%
G 230 von 255 = 90%
B 197 von 255 = 77%
R + G + B ~ 78%. #ADE6C5 ziemlich helle Farbe.
R + G + B = 173 + 230 + 197 = 600 (100%)
R 173 von 600 ~ 28.83%
G 230 von 600 ~ 38.33%
B 197 von 600 ~ 32.83'%
Die Farbe #ADE6C5 wird in CMYK als (25,0,14,10) definiert.
CMYK: (25,0,14,10) C25M0Y14K10 (25%,0%,14%,10%) (0.25/0.00/0.14/0.10)
Farbe #ADE6C5 in den populären Farbmodellen.
AD | E6 | C5 | |
---|---|---|---|
RGB | 173 | 230 | 197 |
HSL | 145° | 53.27% | 79.02% |
HSB/HSV | 145° | 24.78% | 90.20% |
CMYK | 24.78% | 0.00% | 14.35% |
9.80% |
Die Farbe #ADE6C5 in den populären Zahlensystemen.
Hexadezimal | AD | E6 | C5 |
Dezimal | 173 | 230 | 197 |
Binär | 10101101 | 11100110 | 11000101 |
Oktal | 255 | 346 | 305 |
Dunkle Töne der Farbe #ADE6C5
Helle Töne der Farbe #ADE6C5
Beispiele css- und html für Elemente in der Farbe #ADE6C5. Bitte benutzen Sie auch rgb(173,230,197) statt hex-Code.
.myTextColor { color: #ADE6C5; }
<p style="color:#ADE6C5">This sample text font color is #ADE6C5.</p>
Die Farbe dieses Textes ist #ADE6C5.
.myBgColor { background-color: #ADE6C5; }
<div style="background-color:#ADE6C5">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #ADE6C5.
.myBorderColor { border: 1px solid #ADE6C5; }
<div style="border:3px solid #ADE6C5">Div</div>
Die Grenzen von diesem div sind in Farbe #ADE6C5.
.myOpacity80 { color: #ADE6C5; opacity: 0.8; }
<p style="color:#ADE6C5;opacity:0.8;">80%</p>
Text in Farbe #ADE6C5 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADE6C5;}
<p style="text-shadow: 3px 3px 1px #ADE6C5">Text here.</p>
Dieser Text hat den Schatten in Farbe #ADE6C5.
.textShadow {text-shadow: 3px 3px 1px #ADE6C5', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADE6C5, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #ADE6C5 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADE6C5, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADE6C5, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADE6C5 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADE6C5;
-webkit-box-shadow: 1px 1px 3px 2px #ADE6C5;
box-shadow: 1px 1px 3px 2px #ADE6C5;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADE6C5; -webkit-box-shadow: 1px 1px 3px 2px #ADE6C5; box-shadow:1px 1px 3px 2px #ADE6C5;">
Div content here
</div>
Dieser Text ist in der Farbe #ADE6C5 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #ADE6C5 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #ADE6C5.
Dieser Text ist weiß auf dem Hintergrund in Farbe #ADE6C5.
Kontrastfarbe für #hex ist #52193A.