HEX: #ABD457
RGB: (171,212,87)
#ABD457 enthält hauptsächlich rote und grüne Farbe. Für #ABD457 ist eine «websichere» Webfarbe #99CC66 (oder kurz #9C6).
Die Farbe #ABD457 wird in RGB als (171,212,87) definiert.
RGB: (171,212,87) (67%,83%,34%)
R 171 von 255 = 67%
G 212 von 255 = 83%
B 87 von 255 = 34%
R + G + B ~ 61%. #ABD457 ziemlich helle Farbe.
R + G + B =
171 + 212 + 87 = 470 (100%)
R 171 von 470 ~ 36.38%
G 212 von 470 ~ 45.11%
B 87 von 470 ~ 18.51%
Die Farbe #ABD457 wird in CMYK als (19,0,59,17) definiert.
CMYK: (19,0,59,17) C19M0Y59K17 (19%,0%,59%,17%) (0.19/0.00/0.59/0.17)
AB | D4 | 57 | |
---|---|---|---|
RGB | 171 | 212 | 87 |
HSL | 80° | 59.24% | 58.63% |
HSB/HSV | 80° | 58.96% | 83.14% |
CMYK | 19.34% | 0.00% | 58.96% |
16.86% |
Hexadezimal | AB | D4 | 57 |
Dezimal | 171 | 212 | 87 |
Binär | 10101011 | 11010100 | 1010111 |
Oktal | 253 | 324 | 127 |
Beispiele css- und html für Elemente in der Farbe #ABD457. Bitte benutzen Sie auch rgb(171,212,87) statt hex-Code.
.myTextColor { color: #ABD457; }
<p style="color:#ABD457">This sample text font color is #ABD457.</p>
Die Farbe dieses Textes ist #ABD457.
.myBgColor { background-color: #ABD457; }
<div style="background-color:#ABD457">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #ABD457.
.myBorderColor { border: 1px solid #ABD457; }
<div style="border:3px solid #ABD457">Div</div>
Die Grenzen von diesem div sind in Farbe #ABD457.
.myOpacity80 { color: #ABD457; opacity: 0.8; }
<p style="color:#ABD457;opacity:0.8;">80%</p>
Text in Farbe #ABD457 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ABD457;}
<p style="text-shadow: 3px 3px 1px #ABD457">Text here.</p>
Dieser Text hat den Schatten in Farbe #ABD457.
.textShadow {text-shadow: 3px 3px 1px #ABD457, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ABD457, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #ABD457 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ABD457, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ABD457, Direction=45, Strength=4)">Text</p>
This text has shadow with #ABD457 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ABD457; -webkit-box-shadow: 1px 1px 3px 2px #ABD457; box-shadow: 1px 1px 3px 2px #ABD457; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #ABD457; -webkit-box-shadow: 1px 1px 3px 2px #ABD457; box-shadow:1px 1px 3px 2px #ABD457;">
Div content here</div>
Dieser Text ist in der Farbe #ABD457 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #ABD457 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #ABD457.
Dieser Text ist weiß auf dem Hintergrund in Farbe #ABD457.