Color spaces of #a7ccab
RGB | 167 | 204 | 171 |
---|---|---|---|
HSL | 0.35 | 0.27 | 0.73 |
HSV | 126° | 18° | 80° |
CMYK | 0.18 | 0.00 | 0.16 0.20 |
XYZ | 44.8799 | 54.3415 | 46.6516 |
Yxy | 54.3415 | 0.3077 | 0.3725 |
Hunter Lab | 73.7167 | -20.3305 | 14.0800 |
CIE-Lab | 78.6604 | -18.6683 | 12.4317 |
#a7ccab color RGB value is (167,204,171).
#a7ccab hex color red value is 167, green value is 204 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #a7ccab hue: 0.35 , saturation: 0.27 and the lightness value of a7ccab is 0.73.
The process color (four color CMYK) of #a7ccab color hex is 0.18, 0.00, 0.16, 0.20. Web safe color of #a7ccab is #99cc99. Color #a7ccab contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100111 | 11001100 | 10101011 |
Octal | 247 | 314 | 253 |
Decimal | 167 | 204 | 171 |
Hex | A7 | CC | AB |
Shades of #a7ccab
Tints of #a7ccab
RGB Percentages of Color #a7ccab
CMYK Percentages of Color #a7ccab
Complementary Color
#a7ccab | #cca7c8 |
#a7ccab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a7ccab Color Preview on White Background
Lorem ipsum dolor sit amet.
#a7ccab Color CSS Codes
.mybgcolor {background-color:#a7ccab; } .myforecolor {color:#a7ccab; } .mybordercolor {border:3px solid #a7ccab; }
#a7ccab Text Font Color
<p style="color:#a7ccab">Text here</p>
This sample text font color is #a7ccab
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.
#a7ccab Background Color
<div style="background-color:#a7ccab">
Div content here</div>
This div background color is #a7ccab
#a7ccab Border Color
<div style="border:3px solid #a7ccab">
Div here</div>
This div border color is #a7ccab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(167,204,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a7ccab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a7ccab; -webkit-box-shadow: 1px 1px 3px 2px #a7ccab; box-shadow: 1px 1px 3px 2px #a7ccab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(167,204,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a7ccab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a7ccab; -webkit-box-shadow: 1px 1px 3px 2px #a7ccab; box-shadow: 1px 1px 3px 2px #a7ccab;">
Div content here</div>
This div box has shadow with color #a7ccab
Comments
No comments written yet.
Please login to write comment.