Color spaces of #aaf252
RGB | 170 | 242 | 82 |
---|---|---|---|
HSL | 0.24 | 0.86 | 0.64 |
HSV | 87° | 66° | 95° |
CMYK | 0.30 | 0.00 | 0.66 0.05 |
XYZ | 49.8527 | 72.6595 | 19.3798 |
Yxy | 72.6595 | 0.3513 | 0.5121 |
Hunter Lab | 85.2405 | -44.7757 | 46.1885 |
CIE-Lab | 88.2851 | -46.2740 | 67.3000 |
#aaf252 color RGB value is (170,242,82).
#aaf252 hex color red value is 170, green value is 242 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #aaf252 hue: 0.24 , saturation: 0.86 and the lightness value of aaf252 is 0.64.
The process color (four color CMYK) of #aaf252 color hex is 0.30, 0.00, 0.66, 0.05. Web safe color of #aaf252 is #99ff66. Color #aaf252 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 11110010 | 01010010 |
Octal | 252 | 362 | 122 |
Decimal | 170 | 242 | 82 |
Hex | AA | F2 | 52 |
Shades of #aaf252
Tints of #aaf252
RGB Percentages of Color #aaf252
CMYK Percentages of Color #aaf252
Complementary Color
#aaf252 | #9a52f2 |
#aaf252 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aaf252 Color Preview on White Background
Lorem ipsum dolor sit amet.
#aaf252 Color CSS Codes
.mybgcolor {background-color:#aaf252; } .myforecolor {color:#aaf252; } .mybordercolor {border:3px solid #aaf252; }
#aaf252 Text Font Color
<p style="color:#aaf252">Text here</p>
This sample text font color is #aaf252
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.
#aaf252 Background Color
<div style="background-color:#aaf252">
Div content here</div>
This div background color is #aaf252
#aaf252 Border Color
<div style="border:3px solid #aaf252">
Div here</div>
This div border color is #aaf252
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,242,82, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aaf252; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aaf252; -webkit-box-shadow: 1px 1px 3px 2px #aaf252; box-shadow: 1px 1px 3px 2px #aaf252; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,242,82, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aaf252">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aaf252; -webkit-box-shadow: 1px 1px 3px 2px #aaf252; box-shadow: 1px 1px 3px 2px #aaf252;">
Div content here</div>
This div box has shadow with color #aaf252
Comments
No comments written yet.
Please login to write comment.