Color spaces of #aac8ed
RGB | 170 | 200 | 237 |
---|---|---|---|
HSL | 0.59 | 0.65 | 0.80 |
HSV | 213° | 28° | 93° |
CMYK | 0.28 | 0.16 | 0.00 0.07 |
XYZ | 52.5179 | 55.9690 | 88.1559 |
Yxy | 55.9690 | 0.2671 | 0.2846 |
Hunter Lab | 74.8124 | -5.6158 | -17.4962 |
CIE-Lab | 79.5962 | -1.7605 | -21.5852 |
#aac8ed color RGB value is (170,200,237).
#aac8ed hex color red value is 170, green value is 200 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #aac8ed hue: 0.59 , saturation: 0.65 and the lightness value of aac8ed is 0.80.
The process color (four color CMYK) of #aac8ed color hex is 0.28, 0.16, 0.00, 0.07. Web safe color of #aac8ed is #99ccff. Color #aac8ed contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 11001000 | 11101101 |
Octal | 252 | 310 | 355 |
Decimal | 170 | 200 | 237 |
Hex | AA | C8 | ED |
Shades of #aac8ed
Tints of #aac8ed
RGB Percentages of Color #aac8ed
CMYK Percentages of Color #aac8ed
Complementary Color
#aac8ed | #edcfaa |
#aac8ed Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aac8ed Color Preview on White Background
Lorem ipsum dolor sit amet.
#aac8ed Color CSS Codes
.mybgcolor {background-color:#aac8ed; } .myforecolor {color:#aac8ed; } .mybordercolor {border:3px solid #aac8ed; }
#aac8ed Text Font Color
<p style="color:#aac8ed">Text here</p>
This sample text font color is #aac8ed
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.
#aac8ed Background Color
<div style="background-color:#aac8ed">
Div content here</div>
This div background color is #aac8ed
#aac8ed Border Color
<div style="border:3px solid #aac8ed">
Div here</div>
This div border color is #aac8ed
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,200,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aac8ed; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aac8ed; -webkit-box-shadow: 1px 1px 3px 2px #aac8ed; box-shadow: 1px 1px 3px 2px #aac8ed; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,200,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aac8ed">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aac8ed; -webkit-box-shadow: 1px 1px 3px 2px #aac8ed; box-shadow: 1px 1px 3px 2px #aac8ed;">
Div content here</div>
This div box has shadow with color #aac8ed
Comments
No comments written yet.
Please login to write comment.