Color spaces of #aaec47
RGB | 170 | 236 | 71 |
---|---|---|---|
HSL | 0.23 | 0.81 | 0.60 |
HSV | 84° | 70° | 93° |
CMYK | 0.28 | 0.00 | 0.70 0.07 |
XYZ | 47.7103 | 68.9919 | 16.7634 |
Yxy | 68.9919 | 0.3575 | 0.5169 |
Hunter Lab | 83.0614 | -42.8273 | 46.1771 |
CIE-Lab | 86.5000 | -44.4410 | 69.5318 |
#aaec47 color RGB value is (170,236,71).
#aaec47 hex color red value is 170, green value is 236 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #aaec47 hue: 0.23 , saturation: 0.81 and the lightness value of aaec47 is 0.60.
The process color (four color CMYK) of #aaec47 color hex is 0.28, 0.00, 0.70, 0.07. Web safe color of #aaec47 is #99ff33. Color #aaec47 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 11101100 | 01000111 |
Octal | 252 | 354 | 107 |
Decimal | 170 | 236 | 71 |
Hex | AA | EC | 47 |
Shades of #aaec47
Tints of #aaec47
RGB Percentages of Color #aaec47
CMYK Percentages of Color #aaec47
Complementary Color
#aaec47 | #8947ec |
#aaec47 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aaec47 Color Preview on White Background
Lorem ipsum dolor sit amet.
#aaec47 Color CSS Codes
.mybgcolor {background-color:#aaec47; } .myforecolor {color:#aaec47; } .mybordercolor {border:3px solid #aaec47; }
#aaec47 Text Font Color
<p style="color:#aaec47">Text here</p>
This sample text font color is #aaec47
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.
#aaec47 Background Color
<div style="background-color:#aaec47">
Div content here</div>
This div background color is #aaec47
#aaec47 Border Color
<div style="border:3px solid #aaec47">
Div here</div>
This div border color is #aaec47
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,236,71, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aaec47; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aaec47; -webkit-box-shadow: 1px 1px 3px 2px #aaec47; box-shadow: 1px 1px 3px 2px #aaec47; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,236,71, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aaec47">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aaec47; -webkit-box-shadow: 1px 1px 3px 2px #aaec47; box-shadow: 1px 1px 3px 2px #aaec47;">
Div content here</div>
This div box has shadow with color #aaec47
Comments
No comments written yet.
Please login to write comment.