Color spaces of #abd7ac
RGB | 171 | 215 | 172 |
---|---|---|---|
HSL | 0.34 | 0.35 | 0.76 |
HSV | 121° | 20° | 84° |
CMYK | 0.20 | 0.00 | 0.20 0.16 |
XYZ | 48.5414 | 60.2374 | 48.0983 |
Yxy | 60.2374 | 0.3094 | 0.3840 |
Hunter Lab | 77.6128 | -24.1829 | 17.5856 |
CIE-Lab | 81.9671 | -22.6082 | 16.5900 |
#abd7ac color RGB value is (171,215,172).
#abd7ac hex color red value is 171, green value is 215 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #abd7ac hue: 0.34 , saturation: 0.35 and the lightness value of abd7ac is 0.76.
The process color (four color CMYK) of #abd7ac color hex is 0.20, 0.00, 0.20, 0.16. Web safe color of #abd7ac is #99cc99. Color #abd7ac contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 11010111 | 10101100 |
Octal | 253 | 327 | 254 |
Decimal | 171 | 215 | 172 |
Hex | AB | D7 | AC |
Shades of #abd7ac
Tints of #abd7ac
RGB Percentages of Color #abd7ac
CMYK Percentages of Color #abd7ac
Complementary Color
#abd7ac | #d7abd6 |
#abd7ac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#abd7ac Color Preview on White Background
Lorem ipsum dolor sit amet.
#abd7ac Color CSS Codes
.mybgcolor {background-color:#abd7ac; } .myforecolor {color:#abd7ac; } .mybordercolor {border:3px solid #abd7ac; }
#abd7ac Text Font Color
<p style="color:#abd7ac">Text here</p>
This sample text font color is #abd7ac
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.
#abd7ac Background Color
<div style="background-color:#abd7ac">
Div content here</div>
This div background color is #abd7ac
#abd7ac Border Color
<div style="border:3px solid #abd7ac">
Div here</div>
This div border color is #abd7ac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,215,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #abd7ac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #abd7ac; -webkit-box-shadow: 1px 1px 3px 2px #abd7ac; box-shadow: 1px 1px 3px 2px #abd7ac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,215,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #abd7ac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #abd7ac; -webkit-box-shadow: 1px 1px 3px 2px #abd7ac; box-shadow: 1px 1px 3px 2px #abd7ac;">
Div content here</div>
This div box has shadow with color #abd7ac
Comments
No comments written yet.
Please login to write comment.