Color spaces of #aaf54f
RGB | 170 | 245 | 79 |
---|---|---|---|
HSL | 0.24 | 0.89 | 0.64 |
HSV | 87° | 68° | 96° |
CMYK | 0.31 | 0.00 | 0.68 0.04 |
XYZ | 50.6413 | 74.4154 | 19.0917 |
Yxy | 74.4154 | 0.3513 | 0.5162 |
Hunter Lab | 86.2644 | -46.1746 | 47.2632 |
CIE-Lab | 89.1184 | -47.7511 | 69.2971 |
#aaf54f color RGB value is (170,245,79).
#aaf54f hex color red value is 170, green value is 245 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #aaf54f hue: 0.24 , saturation: 0.89 and the lightness value of aaf54f is 0.64.
The process color (four color CMYK) of #aaf54f color hex is 0.31, 0.00, 0.68, 0.04. Web safe color of #aaf54f is #99ff66. Color #aaf54f contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 11110101 | 01001111 |
Octal | 252 | 365 | 117 |
Decimal | 170 | 245 | 79 |
Hex | AA | F5 | 4F |
Shades of #aaf54f
Tints of #aaf54f
RGB Percentages of Color #aaf54f
CMYK Percentages of Color #aaf54f
Complementary Color
#aaf54f | #9a4ff5 |
#aaf54f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aaf54f Color Preview on White Background
Lorem ipsum dolor sit amet.
#aaf54f Color CSS Codes
.mybgcolor {background-color:#aaf54f; } .myforecolor {color:#aaf54f; } .mybordercolor {border:3px solid #aaf54f; }
#aaf54f Text Font Color
<p style="color:#aaf54f">Text here</p>
This sample text font color is #aaf54f
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.
#aaf54f Background Color
<div style="background-color:#aaf54f">
Div content here</div>
This div background color is #aaf54f
#aaf54f Border Color
<div style="border:3px solid #aaf54f">
Div here</div>
This div border color is #aaf54f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,245,79, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aaf54f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aaf54f; -webkit-box-shadow: 1px 1px 3px 2px #aaf54f; box-shadow: 1px 1px 3px 2px #aaf54f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,245,79, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aaf54f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aaf54f; -webkit-box-shadow: 1px 1px 3px 2px #aaf54f; box-shadow: 1px 1px 3px 2px #aaf54f;">
Div content here</div>
This div box has shadow with color #aaf54f
Comments
No comments written yet.
Please login to write comment.