Color spaces of #aaeaff
RGB | 170 | 234 | 255 |
---|---|---|---|
HSL | 0.54 | 1.00 | 0.83 |
HSV | 195° | 33° | 100° |
CMYK | 0.33 | 0.08 | 0.00 0.00 |
XYZ | 64.0504 | 74.6117 | 105.6334 |
Yxy | 74.6117 | 0.2622 | 0.3054 |
Hunter Lab | 86.3781 | -18.8017 | -12.0422 |
CIE-Lab | 89.2108 | -15.1346 | -16.5923 |
#aaeaff color RGB value is (170,234,255).
#aaeaff hex color red value is 170, green value is 234 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #aaeaff hue: 0.54 , saturation: 1.00 and the lightness value of aaeaff is 0.83.
The process color (four color CMYK) of #aaeaff color hex is 0.33, 0.08, 0.00, 0.00. Web safe color of #aaeaff is #99ffff. Color #aaeaff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 11101010 | 11111111 |
Octal | 252 | 352 | 377 |
Decimal | 170 | 234 | 255 |
Hex | AA | EA | FF |
Shades of #aaeaff
Tints of #aaeaff
RGB Percentages of Color #aaeaff
CMYK Percentages of Color #aaeaff
Complementary Color
#aaeaff | #ffbfaa |
#aaeaff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aaeaff Color Preview on White Background
Lorem ipsum dolor sit amet.
#aaeaff Color CSS Codes
.mybgcolor {background-color:#aaeaff; } .myforecolor {color:#aaeaff; } .mybordercolor {border:3px solid #aaeaff; }
#aaeaff Text Font Color
<p style="color:#aaeaff">Text here</p>
This sample text font color is #aaeaff
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.
#aaeaff Background Color
<div style="background-color:#aaeaff">
Div content here</div>
This div background color is #aaeaff
#aaeaff Border Color
<div style="border:3px solid #aaeaff">
Div here</div>
This div border color is #aaeaff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,234,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aaeaff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aaeaff; -webkit-box-shadow: 1px 1px 3px 2px #aaeaff; box-shadow: 1px 1px 3px 2px #aaeaff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,234,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aaeaff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aaeaff; -webkit-box-shadow: 1px 1px 3px 2px #aaeaff; box-shadow: 1px 1px 3px 2px #aaeaff;">
Div content here</div>
This div box has shadow with color #aaeaff
Comments
No comments written yet.
Please login to write comment.