Color spaces of #aa8edf
RGB | 170 | 142 | 223 |
---|---|---|---|
HSL | 0.72 | 0.56 | 0.72 |
HSV | 261° | 36° | 87° |
CMYK | 0.24 | 0.36 | 0.00 0.13 |
XYZ | 39.5698 | 33.2198 | 74.1385 |
Yxy | 33.2198 | 0.2693 | 0.2261 |
Hunter Lab | 57.6366 | 21.6832 | -35.9196 |
CIE-Lab | 64.3385 | 27.0597 | -37.4362 |
#aa8edf color RGB value is (170,142,223).
#aa8edf hex color red value is 170, green value is 142 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #aa8edf hue: 0.72 , saturation: 0.56 and the lightness value of aa8edf is 0.72.
The process color (four color CMYK) of #aa8edf color hex is 0.24, 0.36, 0.00, 0.13. Web safe color of #aa8edf is #9999cc. Color #aa8edf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 10001110 | 11011111 |
Octal | 252 | 216 | 337 |
Decimal | 170 | 142 | 223 |
Hex | AA | 8E | DF |
Shades of #aa8edf
Tints of #aa8edf
RGB Percentages of Color #aa8edf
CMYK Percentages of Color #aa8edf
Complementary Color
#aa8edf | #c3df8e |
#aa8edf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aa8edf Color Preview on White Background
Lorem ipsum dolor sit amet.
#aa8edf Color CSS Codes
.mybgcolor {background-color:#aa8edf; } .myforecolor {color:#aa8edf; } .mybordercolor {border:3px solid #aa8edf; }
#aa8edf Text Font Color
<p style="color:#aa8edf">Text here</p>
This sample text font color is #aa8edf
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.
#aa8edf Background Color
<div style="background-color:#aa8edf">
Div content here</div>
This div background color is #aa8edf
#aa8edf Border Color
<div style="border:3px solid #aa8edf">
Div here</div>
This div border color is #aa8edf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,142,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aa8edf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aa8edf; -webkit-box-shadow: 1px 1px 3px 2px #aa8edf; box-shadow: 1px 1px 3px 2px #aa8edf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,142,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aa8edf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aa8edf; -webkit-box-shadow: 1px 1px 3px 2px #aa8edf; box-shadow: 1px 1px 3px 2px #aa8edf;">
Div content here</div>
This div box has shadow with color #aa8edf
Comments
No comments written yet.
Please login to write comment.