HEX: #ABE97D
RGB: (171,233,125)
#ABE97D enthält hauptsächlich grüne Farbe. Für #ABE97D ist eine «websichere» Webfarbe #99FF66 (oder kurz #9F6).
Die Farbe #ABE97D wird in RGB als (171,233,125) definiert.
RGB: (171,233,125) (67%,91%,49%)
R 171 von 255 = 67%
G 233 von 255 = 91%
B 125 von 255 = 49%
R + G + B ~ 69%. #ABE97D ziemlich helle Farbe.
R + G + B =
171 + 233 + 125 = 529 (100%)
R 171 von 529 ~ 32.33%
G 233 von 529 ~ 44.05%
B 125 von 529 ~ 23.63%
Die Farbe #ABE97D wird in CMYK als (27,0,46,9) definiert.
CMYK: (27,0,46,9) C27M0Y46K9 (27%,0%,46%,9%) (0.27/0.00/0.46/0.09)
AB | E9 | 7D | |
---|---|---|---|
RGB | 171 | 233 | 125 |
HSL | 94° | 71.05% | 70.20% |
HSB/HSV | 94° | 46.35% | 91.37% |
CMYK | 26.61% | 0.00% | 46.35% |
8.63% |
Hexadezimal | AB | E9 | 7D |
Dezimal | 171 | 233 | 125 |
Binär | 10101011 | 11101001 | 1111101 |
Oktal | 253 | 351 | 175 |
Beispiele css- und html für Elemente in der Farbe #ABE97D. Bitte benutzen Sie auch rgb(171,233,125) statt hex-Code.
.myTextColor { color: #ABE97D; }
<p style="color:#ABE97D">This sample text font color is #ABE97D.</p>
Die Farbe dieses Textes ist #ABE97D.
.myBgColor { background-color: #ABE97D; }
<div style="background-color:#ABE97D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #ABE97D.
.myBorderColor { border: 1px solid #ABE97D; }
<div style="border:3px solid #ABE97D">Div</div>
Die Grenzen von diesem div sind in Farbe #ABE97D.
.myOpacity80 { color: #ABE97D; opacity: 0.8; }
<p style="color:#ABE97D;opacity:0.8;">80%</p>
Text in Farbe #ABE97D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ABE97D;}
<p style="text-shadow: 3px 3px 1px #ABE97D">Text here.</p>
Dieser Text hat den Schatten in Farbe #ABE97D.
.textShadow {text-shadow: 3px 3px 1px #ABE97D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ABE97D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #ABE97D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ABE97D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ABE97D, Direction=45, Strength=4)">Text</p>
This text has shadow with #ABE97D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ABE97D; -webkit-box-shadow: 1px 1px 3px 2px #ABE97D; box-shadow: 1px 1px 3px 2px #ABE97D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #ABE97D; -webkit-box-shadow: 1px 1px 3px 2px #ABE97D; box-shadow:1px 1px 3px 2px #ABE97D;">
Div content here</div>
Dieser Text ist in der Farbe #ABE97D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #ABE97D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #ABE97D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #ABE97D.