Color spaces of #aaf546
RGB | 170 | 245 | 70 |
---|---|---|---|
HSL | 0.24 | 0.90 | 0.62 |
HSV | 86° | 71° | 96° |
CMYK | 0.31 | 0.00 | 0.71 0.04 |
XYZ | 50.3355 | 74.2931 | 17.4814 |
Yxy | 74.2931 | 0.3542 | 0.5228 |
Hunter Lab | 86.1934 | -46.5976 | 48.3105 |
CIE-Lab | 89.0608 | -48.3203 | 72.4379 |
#aaf546 color RGB value is (170,245,70).
#aaf546 hex color red value is 170, green value is 245 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #aaf546 hue: 0.24 , saturation: 0.90 and the lightness value of aaf546 is 0.62.
The process color (four color CMYK) of #aaf546 color hex is 0.31, 0.00, 0.71, 0.04. Web safe color of #aaf546 is #99ff33. Color #aaf546 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 11110101 | 01000110 |
Octal | 252 | 365 | 106 |
Decimal | 170 | 245 | 70 |
Hex | AA | F5 | 46 |
Shades of #aaf546
Tints of #aaf546
RGB Percentages of Color #aaf546
CMYK Percentages of Color #aaf546
Complementary Color
#aaf546 | #9146f5 |
#aaf546 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aaf546 Color Preview on White Background
Lorem ipsum dolor sit amet.
#aaf546 Color CSS Codes
.mybgcolor {background-color:#aaf546; } .myforecolor {color:#aaf546; } .mybordercolor {border:3px solid #aaf546; }
#aaf546 Text Font Color
<p style="color:#aaf546">Text here</p>
This sample text font color is #aaf546
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.
#aaf546 Background Color
<div style="background-color:#aaf546">
Div content here</div>
This div background color is #aaf546
#aaf546 Border Color
<div style="border:3px solid #aaf546">
Div here</div>
This div border color is #aaf546
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,245,70, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aaf546; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aaf546; -webkit-box-shadow: 1px 1px 3px 2px #aaf546; box-shadow: 1px 1px 3px 2px #aaf546; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,245,70, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aaf546">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aaf546; -webkit-box-shadow: 1px 1px 3px 2px #aaf546; box-shadow: 1px 1px 3px 2px #aaf546;">
Div content here</div>
This div box has shadow with color #aaf546
Comments
No comments written yet.
Please login to write comment.