Color spaces of #aea8bb
RGB | 174 | 168 | 187 |
---|---|---|---|
HSL | 0.72 | 0.12 | 0.70 |
HSV | 259° | 10° | 73° |
CMYK | 0.07 | 0.10 | 0.00 0.27 |
XYZ | 40.4278 | 40.5918 | 52.7179 |
Yxy | 40.5918 | 0.3023 | 0.3035 |
Hunter Lab | 63.7117 | 1.7704 | -4.4610 |
CIE-Lab | 69.8890 | 5.8143 | -8.9624 |
#aea8bb color RGB value is (174,168,187).
#aea8bb hex color red value is 174, green value is 168 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #aea8bb hue: 0.72 , saturation: 0.12 and the lightness value of aea8bb is 0.70.
The process color (four color CMYK) of #aea8bb color hex is 0.07, 0.10, 0.00, 0.27. Web safe color of #aea8bb is #9999cc. Color #aea8bb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 10101000 | 10111011 |
Octal | 256 | 250 | 273 |
Decimal | 174 | 168 | 187 |
Hex | AE | A8 | BB |
Shades of #aea8bb
Tints of #aea8bb
RGB Percentages of Color #aea8bb
CMYK Percentages of Color #aea8bb
Complementary Color
#aea8bb | #b5bba8 |
#aea8bb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aea8bb Color Preview on White Background
Lorem ipsum dolor sit amet.
#aea8bb Color CSS Codes
.mybgcolor {background-color:#aea8bb; } .myforecolor {color:#aea8bb; } .mybordercolor {border:3px solid #aea8bb; }
#aea8bb Text Font Color
<p style="color:#aea8bb">Text here</p>
This sample text font color is #aea8bb
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.
#aea8bb Background Color
<div style="background-color:#aea8bb">
Div content here</div>
This div background color is #aea8bb
#aea8bb Border Color
<div style="border:3px solid #aea8bb">
Div here</div>
This div border color is #aea8bb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,168,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aea8bb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aea8bb; -webkit-box-shadow: 1px 1px 3px 2px #aea8bb; box-shadow: 1px 1px 3px 2px #aea8bb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,168,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aea8bb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aea8bb; -webkit-box-shadow: 1px 1px 3px 2px #aea8bb; box-shadow: 1px 1px 3px 2px #aea8bb;">
Div content here</div>
This div box has shadow with color #aea8bb
Comments
No comments written yet.
Please login to write comment.