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