HEX: #ACEB6B
RGB: (172,235,107)
#ACEB6B enthält hauptsächlich grüne Farbe. Für #ACEB6B ist eine «websichere» Webfarbe #99FF66 (oder kurz #9F6).
Die Farbe #ACEB6B wird in RGB als (172,235,107) definiert.
RGB: (172,235,107)
(67%, 92%, 42%)
R 172 von 255 = 67%
G 235 von 255 = 92%
B 107 von 255 = 42%
R + G + B ~ 67%. #ACEB6B ziemlich helle Farbe.
R + G + B = 172 + 235 + 107 = 514 (100%)
R 172 von 514 ~ 33.46%
G 235 von 514 ~ 45.72%
B 107 von 514 ~ 20.82'%
Die Farbe #ACEB6B wird in CMYK als (27,0,54,8) definiert.
CMYK: (27,0,54,8)
C27M0Y54K8 (27%, 0%, 54%, 8%)
(0.27 / 0.00 / 0.54 / 0.08)
Farbe #ACEB6B in den populären Farbmodellen.
AC | EB | 6B | |
---|---|---|---|
RGB | 172 | 235 | 107 |
HSL | 90° | 76.19% | 67.06% |
HSB/HSV | 90° | 54.47% | 92.16% |
CMYK | 26.81% | 0.00% | 54.47% |
7.84% |
Die Farbe #ACEB6B in den populären Zahlensystemen.
Hexadezimal | AC | EB | 6B |
Dezimal | 172 | 235 | 107 |
Binär | 10101100 | 11101011 | 1101011 |
Oktal | 254 | 353 | 153 |
Dunkle Töne der Farbe #ACEB6B
Helle Töne der Farbe #ACEB6B
Beispiele css- und html für Elemente in der Farbe #ACEB6B. Bitte benutzen Sie auch rgb(172,235,107) statt hex-Code.
.myTextColor { color: #ACEB6B; }
<p style="color:#ACEB6B">This sample text font color is #ACEB6B.</p>
Die Farbe dieses Textes ist #ACEB6B.
.myBgColor { background-color: #ACEB6B; }
<div style="background-color:#ACEB6B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #ACEB6B.
.myBorderColor { border: 1px solid #ACEB6B; }
<div style="border:3px solid #ACEB6B">Div</div>
Die Grenzen von diesem div sind in Farbe #ACEB6B.
.myOpacity80 { color: #ACEB6B; opacity: 0.8; }
<p style="color:#ACEB6B;opacity:0.8;">80%</p>
Text in Farbe #ACEB6B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ACEB6B;}
<p style="text-shadow: 3px 3px 1px #ACEB6B">Text here.</p>
Dieser Text hat den Schatten in Farbe #ACEB6B.
.textShadow {text-shadow: 3px 3px 1px #ACEB6B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ACEB6B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #ACEB6B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ACEB6B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ACEB6B, Direction=45, Strength=4)">Text</p>
This text has shadow with #ACEB6B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ACEB6B;
-webkit-box-shadow: 1px 1px 3px 2px #ACEB6B;
box-shadow: 1px 1px 3px 2px #ACEB6B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ACEB6B; -webkit-box-shadow: 1px 1px 3px 2px #ACEB6B; box-shadow:1px 1px 3px 2px #ACEB6B;">
Div content here
</div>
Dieser Text ist in der Farbe #ACEB6B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #ACEB6B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #ACEB6B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #ACEB6B.
Kontrastfarbe für #hex ist #531494.