Color spaces of #aaf85e
RGB | 170 | 248 | 94 |
---|---|---|---|
HSL | 0.25 | 0.92 | 0.67 |
HSV | 90° | 62° | 97° |
CMYK | 0.31 | 0.00 | 0.62 0.03 |
XYZ | 52.1653 | 76.4890 | 22.6041 |
Yxy | 76.4890 | 0.3449 | 0.5057 |
Hunter Lab | 87.4580 | -46.5832 | 45.8967 |
CIE-Lab | 90.0859 | -47.8951 | 64.4829 |
#aaf85e color RGB value is (170,248,94).
#aaf85e hex color red value is 170, green value is 248 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #aaf85e hue: 0.25 , saturation: 0.92 and the lightness value of aaf85e is 0.67.
The process color (four color CMYK) of #aaf85e color hex is 0.31, 0.00, 0.62, 0.03. Web safe color of #aaf85e is #99ff66. Color #aaf85e contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 11111000 | 01011110 |
Octal | 252 | 370 | 136 |
Decimal | 170 | 248 | 94 |
Hex | AA | F8 | 5E |
Shades of #aaf85e
Tints of #aaf85e
RGB Percentages of Color #aaf85e
CMYK Percentages of Color #aaf85e
Complementary Color
#aaf85e | #ac5ef8 |
#aaf85e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aaf85e Color Preview on White Background
Lorem ipsum dolor sit amet.
#aaf85e Color CSS Codes
.mybgcolor {background-color:#aaf85e; } .myforecolor {color:#aaf85e; } .mybordercolor {border:3px solid #aaf85e; }
#aaf85e Text Font Color
<p style="color:#aaf85e">Text here</p>
This sample text font color is #aaf85e
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.
#aaf85e Background Color
<div style="background-color:#aaf85e">
Div content here</div>
This div background color is #aaf85e
#aaf85e Border Color
<div style="border:3px solid #aaf85e">
Div here</div>
This div border color is #aaf85e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,248,94, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aaf85e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aaf85e; -webkit-box-shadow: 1px 1px 3px 2px #aaf85e; box-shadow: 1px 1px 3px 2px #aaf85e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,248,94, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aaf85e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aaf85e; -webkit-box-shadow: 1px 1px 3px 2px #aaf85e; box-shadow: 1px 1px 3px 2px #aaf85e;">
Div content here</div>
This div box has shadow with color #aaf85e
Comments
No comments written yet.
Please login to write comment.