Color spaces of #aaf66d
RGB | 170 | 246 | 109 |
---|---|---|---|
HSL | 0.26 | 0.88 | 0.70 |
HSV | 93° | 56° | 96° |
CMYK | 0.31 | 0.00 | 0.56 0.04 |
XYZ | 52.2936 | 75.5617 | 26.2967 |
Yxy | 75.5617 | 0.3392 | 0.4902 |
Hunter Lab | 86.9262 | -44.7378 | 42.9121 |
CIE-Lab | 89.6554 | -45.7044 | 57.6146 |
#aaf66d color RGB value is (170,246,109).
#aaf66d hex color red value is 170, green value is 246 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #aaf66d hue: 0.26 , saturation: 0.88 and the lightness value of aaf66d is 0.70.
The process color (four color CMYK) of #aaf66d color hex is 0.31, 0.00, 0.56, 0.04. Web safe color of #aaf66d is #99ff66. Color #aaf66d contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 11110110 | 01101101 |
Octal | 252 | 366 | 155 |
Decimal | 170 | 246 | 109 |
Hex | AA | F6 | 6D |
Shades of #aaf66d
Tints of #aaf66d
RGB Percentages of Color #aaf66d
CMYK Percentages of Color #aaf66d
Complementary Color
#aaf66d | #b96df6 |
#aaf66d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aaf66d Color Preview on White Background
Lorem ipsum dolor sit amet.
#aaf66d Color CSS Codes
.mybgcolor {background-color:#aaf66d; } .myforecolor {color:#aaf66d; } .mybordercolor {border:3px solid #aaf66d; }
#aaf66d Text Font Color
<p style="color:#aaf66d">Text here</p>
This sample text font color is #aaf66d
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.
#aaf66d Background Color
<div style="background-color:#aaf66d">
Div content here</div>
This div background color is #aaf66d
#aaf66d Border Color
<div style="border:3px solid #aaf66d">
Div here</div>
This div border color is #aaf66d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,246,109, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aaf66d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aaf66d; -webkit-box-shadow: 1px 1px 3px 2px #aaf66d; box-shadow: 1px 1px 3px 2px #aaf66d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,246,109, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aaf66d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aaf66d; -webkit-box-shadow: 1px 1px 3px 2px #aaf66d; box-shadow: 1px 1px 3px 2px #aaf66d;">
Div content here</div>
This div box has shadow with color #aaf66d
Comments
No comments written yet.
Please login to write comment.