Color spaces of #abed9f
RGB | 171 | 237 | 159 |
---|---|---|---|
HSL | 0.31 | 0.68 | 0.78 |
HSV | 111° | 33° | 93° |
CMYK | 0.28 | 0.00 | 0.33 0.07 |
XYZ | 53.3368 | 71.7295 | 43.8349 |
Yxy | 71.7295 | 0.3158 | 0.4247 |
Hunter Lab | 84.6933 | -35.8003 | 28.5984 |
CIE-Lab | 87.8382 | -35.1651 | 31.3531 |
#abed9f color RGB value is (171,237,159).
#abed9f hex color red value is 171, green value is 237 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #abed9f hue: 0.31 , saturation: 0.68 and the lightness value of abed9f is 0.78.
The process color (four color CMYK) of #abed9f color hex is 0.28, 0.00, 0.33, 0.07. Web safe color of #abed9f is #99ff99. Color #abed9f contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 11101101 | 10011111 |
Octal | 253 | 355 | 237 |
Decimal | 171 | 237 | 159 |
Hex | AB | ED | 9F |
Shades of #abed9f
Tints of #abed9f
RGB Percentages of Color #abed9f
CMYK Percentages of Color #abed9f
Complementary Color
#abed9f | #e19fed |
#abed9f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#abed9f Color Preview on White Background
Lorem ipsum dolor sit amet.
#abed9f Color CSS Codes
.mybgcolor {background-color:#abed9f; } .myforecolor {color:#abed9f; } .mybordercolor {border:3px solid #abed9f; }
#abed9f Text Font Color
<p style="color:#abed9f">Text here</p>
This sample text font color is #abed9f
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#abed9f Background Color
<div style="background-color:#abed9f">
Div content here</div>
This div background color is #abed9f
#abed9f Border Color
<div style="border:3px solid #abed9f">
Div here</div>
This div border color is #abed9f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,237,159, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #abed9f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #abed9f; -webkit-box-shadow: 1px 1px 3px 2px #abed9f; box-shadow: 1px 1px 3px 2px #abed9f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,237,159, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #abed9f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #abed9f; -webkit-box-shadow: 1px 1px 3px 2px #abed9f; box-shadow: 1px 1px 3px 2px #abed9f;">
Div content here</div>
This div box has shadow with color #abed9f
Comments
No comments written yet.
Please login to write comment.