Color spaces of #abd168
RGB | 171 | 209 | 104 |
---|---|---|---|
HSL | 0.23 | 0.53 | 0.61 |
HSV | 82° | 50° | 82° |
CMYK | 0.18 | 0.00 | 0.50 0.18 |
XYZ | 42.0937 | 55.2583 | 21.5441 |
Yxy | 55.2583 | 0.3540 | 0.4648 |
Hunter Lab | 74.3359 | -29.0099 | 34.8517 |
CIE-Lab | 79.1898 | -29.1799 | 47.5774 |
#abd168 color RGB value is (171,209,104).
#abd168 hex color red value is 171, green value is 209 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #abd168 hue: 0.23 , saturation: 0.53 and the lightness value of abd168 is 0.61.
The process color (four color CMYK) of #abd168 color hex is 0.18, 0.00, 0.50, 0.18. Web safe color of #abd168 is #99cc66. Color #abd168 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 11010001 | 01101000 |
Octal | 253 | 321 | 150 |
Decimal | 171 | 209 | 104 |
Hex | AB | D1 | 68 |
Shades of #abd168
Tints of #abd168
RGB Percentages of Color #abd168
CMYK Percentages of Color #abd168
Complementary Color
#abd168 | #8e68d1 |
#abd168 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#abd168 Color Preview on White Background
Lorem ipsum dolor sit amet.
#abd168 Color CSS Codes
.mybgcolor {background-color:#abd168; } .myforecolor {color:#abd168; } .mybordercolor {border:3px solid #abd168; }
#abd168 Text Font Color
<p style="color:#abd168">Text here</p>
This sample text font color is #abd168
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.
#abd168 Background Color
<div style="background-color:#abd168">
Div content here</div>
This div background color is #abd168
#abd168 Border Color
<div style="border:3px solid #abd168">
Div here</div>
This div border color is #abd168
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,209,104, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #abd168; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #abd168; -webkit-box-shadow: 1px 1px 3px 2px #abd168; box-shadow: 1px 1px 3px 2px #abd168; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,209,104, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #abd168">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #abd168; -webkit-box-shadow: 1px 1px 3px 2px #abd168; box-shadow: 1px 1px 3px 2px #abd168;">
Div content here</div>
This div box has shadow with color #abd168
Comments
No comments written yet.
Please login to write comment.