Color spaces of #aaedd4
RGB | 170 | 237 | 212 |
---|---|---|---|
HSL | 0.44 | 0.65 | 0.80 |
HSV | 158° | 28° | 93° |
CMYK | 0.28 | 0.00 | 0.11 0.07 |
XYZ | 58.7454 | 73.8679 | 73.4491 |
Yxy | 73.8679 | 0.2851 | 0.3585 |
Hunter Lab | 85.9464 | -28.3994 | 9.4938 |
CIE-Lab | 88.8600 | -26.0754 | 5.3894 |
#aaedd4 color RGB value is (170,237,212).
#aaedd4 hex color red value is 170, green value is 237 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #aaedd4 hue: 0.44 , saturation: 0.65 and the lightness value of aaedd4 is 0.80.
The process color (four color CMYK) of #aaedd4 color hex is 0.28, 0.00, 0.11, 0.07. Web safe color of #aaedd4 is #99ffcc. Color #aaedd4 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 11101101 | 11010100 |
Octal | 252 | 355 | 324 |
Decimal | 170 | 237 | 212 |
Hex | AA | ED | D4 |
Shades of #aaedd4
Tints of #aaedd4
RGB Percentages of Color #aaedd4
CMYK Percentages of Color #aaedd4
Complementary Color
#aaedd4 | #edaac3 |
#aaedd4 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aaedd4 Color Preview on White Background
Lorem ipsum dolor sit amet.
#aaedd4 Color CSS Codes
.mybgcolor {background-color:#aaedd4; } .myforecolor {color:#aaedd4; } .mybordercolor {border:3px solid #aaedd4; }
#aaedd4 Text Font Color
<p style="color:#aaedd4">Text here</p>
This sample text font color is #aaedd4
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.
#aaedd4 Background Color
<div style="background-color:#aaedd4">
Div content here</div>
This div background color is #aaedd4
#aaedd4 Border Color
<div style="border:3px solid #aaedd4">
Div here</div>
This div border color is #aaedd4
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,237,212, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aaedd4; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aaedd4; -webkit-box-shadow: 1px 1px 3px 2px #aaedd4; box-shadow: 1px 1px 3px 2px #aaedd4; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,237,212, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aaedd4">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aaedd4; -webkit-box-shadow: 1px 1px 3px 2px #aaedd4; box-shadow: 1px 1px 3px 2px #aaedd4;">
Div content here</div>
This div box has shadow with color #aaedd4
Comments
No comments written yet.
Please login to write comment.