Color spaces of #aae58c
RGB | 170 | 229 | 140 |
---|---|---|---|
HSL | 0.28 | 0.63 | 0.72 |
HSV | 100° | 39° | 90° |
CMYK | 0.26 | 0.00 | 0.39 0.10 |
XYZ | 49.3305 | 66.4781 | 35.0425 |
Yxy | 66.4781 | 0.3270 | 0.4407 |
Hunter Lab | 81.5341 | -34.6870 | 31.5917 |
CIE-Lab | 85.2397 | -34.5603 | 37.4920 |
#aae58c color RGB value is (170,229,140).
#aae58c hex color red value is 170, green value is 229 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #aae58c hue: 0.28 , saturation: 0.63 and the lightness value of aae58c is 0.72.
The process color (four color CMYK) of #aae58c color hex is 0.26, 0.00, 0.39, 0.10. Web safe color of #aae58c is #99cc99. Color #aae58c contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 11100101 | 10001100 |
Octal | 252 | 345 | 214 |
Decimal | 170 | 229 | 140 |
Hex | AA | E5 | 8C |
Shades of #aae58c
Tints of #aae58c
RGB Percentages of Color #aae58c
CMYK Percentages of Color #aae58c
Complementary Color
#aae58c | #c78ce5 |
#aae58c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aae58c Color Preview on White Background
Lorem ipsum dolor sit amet.
#aae58c Color CSS Codes
.mybgcolor {background-color:#aae58c; } .myforecolor {color:#aae58c; } .mybordercolor {border:3px solid #aae58c; }
#aae58c Text Font Color
<p style="color:#aae58c">Text here</p>
This sample text font color is #aae58c
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.
#aae58c Background Color
<div style="background-color:#aae58c">
Div content here</div>
This div background color is #aae58c
#aae58c Border Color
<div style="border:3px solid #aae58c">
Div here</div>
This div border color is #aae58c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,229,140, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aae58c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aae58c; -webkit-box-shadow: 1px 1px 3px 2px #aae58c; box-shadow: 1px 1px 3px 2px #aae58c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,229,140, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aae58c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aae58c; -webkit-box-shadow: 1px 1px 3px 2px #aae58c; box-shadow: 1px 1px 3px 2px #aae58c;">
Div content here</div>
This div box has shadow with color #aae58c
Comments
No comments written yet.
Please login to write comment.