Color spaces of #adcaa7
RGB | 173 | 202 | 167 |
---|---|---|---|
HSL | 0.30 | 0.25 | 0.72 |
HSV | 110° | 17° | 79° |
CMYK | 0.14 | 0.00 | 0.17 0.21 |
XYZ | 45.3292 | 53.9153 | 44.5768 |
Yxy | 53.9153 | 0.3152 | 0.3749 |
Hunter Lab | 73.4270 | -18.3027 | 15.4046 |
CIE-Lab | 78.4123 | -16.3038 | 14.2731 |
#adcaa7 color RGB value is (173,202,167).
#adcaa7 hex color red value is 173, green value is 202 and the blue value of its RGB is 167. Cylindrical-coordinate representations (also known as HSL) of color #adcaa7 hue: 0.30 , saturation: 0.25 and the lightness value of adcaa7 is 0.72.
The process color (four color CMYK) of #adcaa7 color hex is 0.14, 0.00, 0.17, 0.21. Web safe color of #adcaa7 is #99cc99. Color #adcaa7 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 11001010 | 10100111 |
Octal | 255 | 312 | 247 |
Decimal | 173 | 202 | 167 |
Hex | AD | CA | A7 |
Shades of #adcaa7
Tints of #adcaa7
RGB Percentages of Color #adcaa7
CMYK Percentages of Color #adcaa7
Complementary Color
#adcaa7 | #c4a7ca |
#adcaa7 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#adcaa7 Color Preview on White Background
Lorem ipsum dolor sit amet.
#adcaa7 Color CSS Codes
.mybgcolor {background-color:#adcaa7; } .myforecolor {color:#adcaa7; } .mybordercolor {border:3px solid #adcaa7; }
#adcaa7 Text Font Color
<p style="color:#adcaa7">Text here</p>
This sample text font color is #adcaa7
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.
#adcaa7 Background Color
<div style="background-color:#adcaa7">
Div content here</div>
This div background color is #adcaa7
#adcaa7 Border Color
<div style="border:3px solid #adcaa7">
Div here</div>
This div border color is #adcaa7
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,202,167, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #adcaa7; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #adcaa7; -webkit-box-shadow: 1px 1px 3px 2px #adcaa7; box-shadow: 1px 1px 3px 2px #adcaa7; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,202,167, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #adcaa7">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #adcaa7; -webkit-box-shadow: 1px 1px 3px 2px #adcaa7; box-shadow: 1px 1px 3px 2px #adcaa7;">
Div content here</div>
This div box has shadow with color #adcaa7
Comments
No comments written yet.
Please login to write comment.