Color spaces of #aaf6dd
RGB | 170 | 246 | 221 |
---|---|---|---|
HSL | 0.45 | 0.81 | 0.82 |
HSV | 160° | 31° | 96° |
CMYK | 0.31 | 0.00 | 0.10 0.04 |
XYZ | 62.5845 | 79.6780 | 80.4875 |
Yxy | 79.6780 | 0.2810 | 0.3577 |
Hunter Lab | 89.2625 | -31.0580 | 9.0223 |
CIE-Lab | 91.5402 | -28.5451 | 4.5776 |
#aaf6dd color RGB value is (170,246,221).
#aaf6dd hex color red value is 170, green value is 246 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #aaf6dd hue: 0.45 , saturation: 0.81 and the lightness value of aaf6dd is 0.82.
The process color (four color CMYK) of #aaf6dd color hex is 0.31, 0.00, 0.10, 0.04. Web safe color of #aaf6dd is #99ffcc. Color #aaf6dd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 11110110 | 11011101 |
Octal | 252 | 366 | 335 |
Decimal | 170 | 246 | 221 |
Hex | AA | F6 | DD |
Shades of #aaf6dd
Tints of #aaf6dd
RGB Percentages of Color #aaf6dd
CMYK Percentages of Color #aaf6dd
Complementary Color
#aaf6dd | #f6aac3 |
#aaf6dd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aaf6dd Color Preview on White Background
Lorem ipsum dolor sit amet.
#aaf6dd Color CSS Codes
.mybgcolor {background-color:#aaf6dd; } .myforecolor {color:#aaf6dd; } .mybordercolor {border:3px solid #aaf6dd; }
#aaf6dd Text Font Color
<p style="color:#aaf6dd">Text here</p>
This sample text font color is #aaf6dd
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.
#aaf6dd Background Color
<div style="background-color:#aaf6dd">
Div content here</div>
This div background color is #aaf6dd
#aaf6dd Border Color
<div style="border:3px solid #aaf6dd">
Div here</div>
This div border color is #aaf6dd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,246,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aaf6dd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aaf6dd; -webkit-box-shadow: 1px 1px 3px 2px #aaf6dd; box-shadow: 1px 1px 3px 2px #aaf6dd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,246,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aaf6dd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aaf6dd; -webkit-box-shadow: 1px 1px 3px 2px #aaf6dd; box-shadow: 1px 1px 3px 2px #aaf6dd;">
Div content here</div>
This div box has shadow with color #aaf6dd
Comments
No comments written yet.
Please login to write comment.