HEX: #ADEC9B
RGB: (173,236,155)
#ADEC9B enthält hauptsächlich grüne Farbe. Für #ADEC9B ist eine «websichere» Webfarbe #99FF99 (oder kurz #9F9).
Die Farbe #ADEC9B wird in RGB als (173,236,155) definiert.
RGB: (173,236,155) (68%,93%,61%)
R 173 von 255 = 68%
G 236 von 255 = 93%
B 155 von 255 = 61%
R + G + B ~ 74%. #ADEC9B ziemlich helle Farbe.
R + G + B =
173 + 236 + 155 = 564 (100%)
R 173 von 564 ~ 30.67%
G 236 von 564 ~ 41.84%
B 155 von 564 ~ 27.48%
Die Farbe #ADEC9B wird in CMYK als (27,0,34,7) definiert.
CMYK: (27,0,34,7) C27M0Y34K7 (27%,0%,34%,7%) (0.27/0.00/0.34/0.07)
AD | EC | 9B | |
---|---|---|---|
RGB | 173 | 236 | 155 |
HSL | 107° | 68.07% | 76.67% |
HSB/HSV | 107° | 34.32% | 92.55% |
CMYK | 26.69% | 0.00% | 34.32% |
7.45% |
Hexadezimal | AD | EC | 9B |
Dezimal | 173 | 236 | 155 |
Binär | 10101101 | 11101100 | 10011011 |
Oktal | 255 | 354 | 233 |
Beispiele css- und html für Elemente in der Farbe #ADEC9B. Bitte benutzen Sie auch rgb(173,236,155) statt hex-Code.
.myTextColor { color: #ADEC9B; }
<p style="color:#ADEC9B">This sample text font color is #ADEC9B.</p>
Die Farbe dieses Textes ist #ADEC9B.
.myBgColor { background-color: #ADEC9B; }
<div style="background-color:#ADEC9B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #ADEC9B.
.myBorderColor { border: 1px solid #ADEC9B; }
<div style="border:3px solid #ADEC9B">Div</div>
Die Grenzen von diesem div sind in Farbe #ADEC9B.
.myOpacity80 { color: #ADEC9B; opacity: 0.8; }
<p style="color:#ADEC9B;opacity:0.8;">80%</p>
Text in Farbe #ADEC9B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADEC9B;}
<p style="text-shadow: 3px 3px 1px #ADEC9B">Text here.</p>
Dieser Text hat den Schatten in Farbe #ADEC9B.
.textShadow {text-shadow: 3px 3px 1px #ADEC9B, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADEC9B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #ADEC9B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADEC9B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADEC9B, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADEC9B and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ADEC9B; -webkit-box-shadow: 1px 1px 3px 2px #ADEC9B; box-shadow: 1px 1px 3px 2px #ADEC9B; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #ADEC9B; -webkit-box-shadow: 1px 1px 3px 2px #ADEC9B; box-shadow:1px 1px 3px 2px #ADEC9B;">
Div content here</div>
Dieser Text ist in der Farbe #ADEC9B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #ADEC9B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #ADEC9B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #ADEC9B.