Color spaces of #a7cbaa
RGB | 167 | 203 | 170 |
---|---|---|---|
HSL | 0.35 | 0.26 | 0.73 |
HSV | 125° | 18° | 80° |
CMYK | 0.18 | 0.00 | 0.16 0.20 |
XYZ | 44.5480 | 53.8296 | 46.0724 |
Yxy | 53.8296 | 0.3084 | 0.3727 |
Hunter Lab | 73.3687 | -20.0135 | 14.1265 |
CIE-Lab | 78.3623 | -18.3452 | 12.5442 |
#a7cbaa color RGB value is (167,203,170).
#a7cbaa hex color red value is 167, green value is 203 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a7cbaa hue: 0.35 , saturation: 0.26 and the lightness value of a7cbaa is 0.73.
The process color (four color CMYK) of #a7cbaa color hex is 0.18, 0.00, 0.16, 0.20. Web safe color of #a7cbaa is #99cc99. Color #a7cbaa contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100111 | 11001011 | 10101010 |
Octal | 247 | 313 | 252 |
Decimal | 167 | 203 | 170 |
Hex | A7 | CB | AA |
Shades of #a7cbaa
Tints of #a7cbaa
RGB Percentages of Color #a7cbaa
CMYK Percentages of Color #a7cbaa
Complementary Color
#a7cbaa | #cba7c8 |
#a7cbaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a7cbaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#a7cbaa Color CSS Codes
.mybgcolor {background-color:#a7cbaa; } .myforecolor {color:#a7cbaa; } .mybordercolor {border:3px solid #a7cbaa; }
#a7cbaa Text Font Color
<p style="color:#a7cbaa">Text here</p>
This sample text font color is #a7cbaa
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.
#a7cbaa Background Color
<div style="background-color:#a7cbaa">
Div content here</div>
This div background color is #a7cbaa
#a7cbaa Border Color
<div style="border:3px solid #a7cbaa">
Div here</div>
This div border color is #a7cbaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(167,203,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a7cbaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a7cbaa; -webkit-box-shadow: 1px 1px 3px 2px #a7cbaa; box-shadow: 1px 1px 3px 2px #a7cbaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(167,203,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a7cbaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a7cbaa; -webkit-box-shadow: 1px 1px 3px 2px #a7cbaa; box-shadow: 1px 1px 3px 2px #a7cbaa;">
Div content here</div>
This div box has shadow with color #a7cbaa
Comments
No comments written yet.
Please login to write comment.