Color spaces of #aeaaba
RGB | 174 | 170 | 186 |
---|---|---|---|
HSL | 0.71 | 0.10 | 0.70 |
HSV | 255° | 9° | 73° |
CMYK | 0.06 | 0.09 | 0.00 0.27 |
XYZ | 40.6932 | 41.2933 | 52.2800 |
Yxy | 41.2933 | 0.3031 | 0.3075 |
Hunter Lab | 64.2599 | 0.5821 | -3.2548 |
CIE-Lab | 70.3809 | 4.5149 | -7.6782 |
#aeaaba color RGB value is (174,170,186).
#aeaaba hex color red value is 174, green value is 170 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #aeaaba hue: 0.71 , saturation: 0.10 and the lightness value of aeaaba is 0.70.
The process color (four color CMYK) of #aeaaba color hex is 0.06, 0.09, 0.00, 0.27. Web safe color of #aeaaba is #9999cc. Color #aeaaba contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 10101010 | 10111010 |
Octal | 256 | 252 | 272 |
Decimal | 174 | 170 | 186 |
Hex | AE | AA | BA |
Shades of #aeaaba
Tints of #aeaaba
RGB Percentages of Color #aeaaba
CMYK Percentages of Color #aeaaba
Complementary Color
#aeaaba | #b6baaa |
#aeaaba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aeaaba Color Preview on White Background
Lorem ipsum dolor sit amet.
#aeaaba Color CSS Codes
.mybgcolor {background-color:#aeaaba; } .myforecolor {color:#aeaaba; } .mybordercolor {border:3px solid #aeaaba; }
#aeaaba Text Font Color
<p style="color:#aeaaba">Text here</p>
This sample text font color is #aeaaba
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.
#aeaaba Background Color
<div style="background-color:#aeaaba">
Div content here</div>
This div background color is #aeaaba
#aeaaba Border Color
<div style="border:3px solid #aeaaba">
Div here</div>
This div border color is #aeaaba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,170,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aeaaba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aeaaba; -webkit-box-shadow: 1px 1px 3px 2px #aeaaba; box-shadow: 1px 1px 3px 2px #aeaaba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,170,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 #aeaaba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aeaaba; -webkit-box-shadow: 1px 1px 3px 2px #aeaaba; box-shadow: 1px 1px 3px 2px #aeaaba;">
Div content here</div>
This div box has shadow with color #aeaaba
Comments
No comments written yet.
Please login to write comment.