Color spaces of #aaf9ee
RGB | 170 | 249 | 238 |
---|---|---|---|
HSL | 0.48 | 0.87 | 0.82 |
HSV | 172° | 32° | 98° |
CMYK | 0.32 | 0.00 | 0.04 0.02 |
XYZ | 65.8859 | 82.4705 | 93.3348 |
Yxy | 82.4705 | 0.2726 | 0.3412 |
Hunter Lab | 90.8133 | -29.4198 | 2.6330 |
CIE-Lab | 92.7821 | -26.3802 | -2.4319 |
#aaf9ee color RGB value is (170,249,238).
#aaf9ee hex color red value is 170, green value is 249 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #aaf9ee hue: 0.48 , saturation: 0.87 and the lightness value of aaf9ee is 0.82.
The process color (four color CMYK) of #aaf9ee color hex is 0.32, 0.00, 0.04, 0.02. Web safe color of #aaf9ee is #99ffff. Color #aaf9ee contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 11111001 | 11101110 |
Octal | 252 | 371 | 356 |
Decimal | 170 | 249 | 238 |
Hex | AA | F9 | EE |
Shades of #aaf9ee
Tints of #aaf9ee
RGB Percentages of Color #aaf9ee
CMYK Percentages of Color #aaf9ee
Complementary Color
#aaf9ee | #f9aab5 |
#aaf9ee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aaf9ee Color Preview on White Background
Lorem ipsum dolor sit amet.
#aaf9ee Color CSS Codes
.mybgcolor {background-color:#aaf9ee; } .myforecolor {color:#aaf9ee; } .mybordercolor {border:3px solid #aaf9ee; }
#aaf9ee Text Font Color
<p style="color:#aaf9ee">Text here</p>
This sample text font color is #aaf9ee
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.
#aaf9ee Background Color
<div style="background-color:#aaf9ee">
Div content here</div>
This div background color is #aaf9ee
#aaf9ee Border Color
<div style="border:3px solid #aaf9ee">
Div here</div>
This div border color is #aaf9ee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,249,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aaf9ee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aaf9ee; -webkit-box-shadow: 1px 1px 3px 2px #aaf9ee; box-shadow: 1px 1px 3px 2px #aaf9ee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,249,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aaf9ee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aaf9ee; -webkit-box-shadow: 1px 1px 3px 2px #aaf9ee; box-shadow: 1px 1px 3px 2px #aaf9ee;">
Div content here</div>
This div box has shadow with color #aaf9ee
Comments
No comments written yet.
Please login to write comment.