Color spaces of #aaada7
RGB | 170 | 173 | 167 |
---|---|---|---|
HSL | 0.25 | 0.04 | 0.67 |
HSV | 90° | 3° | 68° |
CMYK | 0.02 | 0.00 | 0.03 0.32 |
XYZ | 38.4962 | 41.2232 | 42.4871 |
Yxy | 41.2232 | 0.3150 | 0.3373 |
Hunter Lab | 64.2053 | -5.3343 | 5.7092 |
CIE-Lab | 70.3320 | -2.1820 | 2.6994 |
#aaada7 color RGB value is (170,173,167).
#aaada7 hex color red value is 170, green value is 173 and the blue value of its RGB is 167. Cylindrical-coordinate representations (also known as HSL) of color #aaada7 hue: 0.25 , saturation: 0.04 and the lightness value of aaada7 is 0.67.
The process color (four color CMYK) of #aaada7 color hex is 0.02, 0.00, 0.03, 0.32. Web safe color of #aaada7 is #999999. Color #aaada7 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 10101101 | 10100111 |
Octal | 252 | 255 | 247 |
Decimal | 170 | 173 | 167 |
Hex | AA | AD | A7 |
Shades of #aaada7
Tints of #aaada7
RGB Percentages of Color #aaada7
CMYK Percentages of Color #aaada7
Complementary Color
#aaada7 | #aaa7ad |
#aaada7 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aaada7 Color Preview on White Background
Lorem ipsum dolor sit amet.
#aaada7 Color CSS Codes
.mybgcolor {background-color:#aaada7; } .myforecolor {color:#aaada7; } .mybordercolor {border:3px solid #aaada7; }
#aaada7 Text Font Color
<p style="color:#aaada7">Text here</p>
This sample text font color is #aaada7
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.
#aaada7 Background Color
<div style="background-color:#aaada7">
Div content here</div>
This div background color is #aaada7
#aaada7 Border Color
<div style="border:3px solid #aaada7">
Div here</div>
This div border color is #aaada7
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,173,167, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aaada7; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aaada7; -webkit-box-shadow: 1px 1px 3px 2px #aaada7; box-shadow: 1px 1px 3px 2px #aaada7; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,173,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 #aaada7">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aaada7; -webkit-box-shadow: 1px 1px 3px 2px #aaada7; box-shadow: 1px 1px 3px 2px #aaada7;">
Div content here</div>
This div box has shadow with color #aaada7
#aaada7 Color Palettes
Comments
No comments written yet.
Please login to write comment.