Color spaces of #aac5eb
RGB | 170 | 197 | 235 |
---|---|---|---|
HSL | 0.60 | 0.62 | 0.79 |
HSV | 215° | 28° | 92° |
CMYK | 0.28 | 0.16 | 0.00 0.08 |
XYZ | 51.5392 | 54.4767 | 86.3959 |
Yxy | 54.4767 | 0.2679 | 0.2831 |
Hunter Lab | 73.8083 | -4.5208 | -17.7357 |
CIE-Lab | 78.7389 | -0.6300 | -21.8145 |
#aac5eb color RGB value is (170,197,235).
#aac5eb hex color red value is 170, green value is 197 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #aac5eb hue: 0.60 , saturation: 0.62 and the lightness value of aac5eb is 0.79.
The process color (four color CMYK) of #aac5eb color hex is 0.28, 0.16, 0.00, 0.08. Web safe color of #aac5eb is #99ccff. Color #aac5eb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 11000101 | 11101011 |
Octal | 252 | 305 | 353 |
Decimal | 170 | 197 | 235 |
Hex | AA | C5 | EB |
Shades of #aac5eb
Tints of #aac5eb
RGB Percentages of Color #aac5eb
CMYK Percentages of Color #aac5eb
Complementary Color
#aac5eb | #ebd0aa |
#aac5eb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aac5eb Color Preview on White Background
Lorem ipsum dolor sit amet.
#aac5eb Color CSS Codes
.mybgcolor {background-color:#aac5eb; } .myforecolor {color:#aac5eb; } .mybordercolor {border:3px solid #aac5eb; }
#aac5eb Text Font Color
<p style="color:#aac5eb">Text here</p>
This sample text font color is #aac5eb
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.
#aac5eb Background Color
<div style="background-color:#aac5eb">
Div content here</div>
This div background color is #aac5eb
#aac5eb Border Color
<div style="border:3px solid #aac5eb">
Div here</div>
This div border color is #aac5eb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,197,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aac5eb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aac5eb; -webkit-box-shadow: 1px 1px 3px 2px #aac5eb; box-shadow: 1px 1px 3px 2px #aac5eb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,197,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aac5eb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aac5eb; -webkit-box-shadow: 1px 1px 3px 2px #aac5eb; box-shadow: 1px 1px 3px 2px #aac5eb;">
Div content here</div>
This div box has shadow with color #aac5eb
Comments
No comments written yet.
Please login to write comment.