Color spaces of #aababa
RGB | 170 | 186 | 186 |
---|---|---|---|
HSL | 0.50 | 0.10 | 0.70 |
HSV | 180° | 9° | 73° |
CMYK | 0.09 | 0.00 | 0.00 0.27 |
XYZ | 42.9994 | 47.2090 | 53.3003 |
Yxy | 47.2090 | 0.2996 | 0.3290 |
Hunter Lab | 68.7088 | -8.5314 | 2.1024 |
CIE-Lab | 74.3233 | -5.4893 | -1.8933 |
#aababa color RGB value is (170,186,186).
#aababa hex color red value is 170, green value is 186 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #aababa hue: 0.50 , saturation: 0.10 and the lightness value of aababa is 0.70.
The process color (four color CMYK) of #aababa color hex is 0.09, 0.00, 0.00, 0.27. Web safe color of #aababa is #99cccc. Color #aababa contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 10111010 | 10111010 |
Octal | 252 | 272 | 272 |
Decimal | 170 | 186 | 186 |
Hex | AA | BA | BA |
Shades of #aababa
Tints of #aababa
RGB Percentages of Color #aababa
CMYK Percentages of Color #aababa
Complementary Color
#aababa | #baaaaa |
#aababa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aababa Color Preview on White Background
Lorem ipsum dolor sit amet.
#aababa Color CSS Codes
.mybgcolor {background-color:#aababa; } .myforecolor {color:#aababa; } .mybordercolor {border:3px solid #aababa; }
#aababa Text Font Color
<p style="color:#aababa">Text here</p>
This sample text font color is #aababa
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.
#aababa Background Color
<div style="background-color:#aababa">
Div content here</div>
This div background color is #aababa
#aababa Border Color
<div style="border:3px solid #aababa">
Div here</div>
This div border color is #aababa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,186,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aababa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aababa; -webkit-box-shadow: 1px 1px 3px 2px #aababa; box-shadow: 1px 1px 3px 2px #aababa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,186,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aababa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aababa; -webkit-box-shadow: 1px 1px 3px 2px #aababa; box-shadow: 1px 1px 3px 2px #aababa;">
Div content here</div>
This div box has shadow with color #aababa
#aababa Color Palettes
Comments
No comments written yet.
Please login to write comment.