Color spaces of #aaeef6
RGB | 170 | 238 | 246 |
---|---|---|---|
HSL | 0.52 | 0.81 | 0.82 |
HSV | 186° | 31° | 96° |
CMYK | 0.31 | 0.03 | 0.00 0.04 |
XYZ | 63.7867 | 76.3489 | 98.5637 |
Yxy | 76.3489 | 0.2672 | 0.3199 |
Hunter Lab | 87.3779 | -22.6045 | -5.7156 |
CIE-Lab | 90.0211 | -19.2296 | -10.6759 |
#aaeef6 color RGB value is (170,238,246).
#aaeef6 hex color red value is 170, green value is 238 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #aaeef6 hue: 0.52 , saturation: 0.81 and the lightness value of aaeef6 is 0.82.
The process color (four color CMYK) of #aaeef6 color hex is 0.31, 0.03, 0.00, 0.04. Web safe color of #aaeef6 is #99ffff. Color #aaeef6 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 11101110 | 11110110 |
Octal | 252 | 356 | 366 |
Decimal | 170 | 238 | 246 |
Hex | AA | EE | F6 |
Shades of #aaeef6
Tints of #aaeef6
RGB Percentages of Color #aaeef6
CMYK Percentages of Color #aaeef6
Complementary Color
#aaeef6 | #f6b2aa |
#aaeef6 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aaeef6 Color Preview on White Background
Lorem ipsum dolor sit amet.
#aaeef6 Color CSS Codes
.mybgcolor {background-color:#aaeef6; } .myforecolor {color:#aaeef6; } .mybordercolor {border:3px solid #aaeef6; }
#aaeef6 Text Font Color
<p style="color:#aaeef6">Text here</p>
This sample text font color is #aaeef6
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.
#aaeef6 Background Color
<div style="background-color:#aaeef6">
Div content here</div>
This div background color is #aaeef6
#aaeef6 Border Color
<div style="border:3px solid #aaeef6">
Div here</div>
This div border color is #aaeef6
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,238,246, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aaeef6; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aaeef6; -webkit-box-shadow: 1px 1px 3px 2px #aaeef6; box-shadow: 1px 1px 3px 2px #aaeef6; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,238,246, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aaeef6">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aaeef6; -webkit-box-shadow: 1px 1px 3px 2px #aaeef6; box-shadow: 1px 1px 3px 2px #aaeef6;">
Div content here</div>
This div box has shadow with color #aaeef6
Comments
No comments written yet.
Please login to write comment.