Color spaces of #aaf512
RGB | 170 | 245 | 18 |
---|---|---|---|
HSL | 0.22 | 0.92 | 0.52 |
HSV | 80° | 93° | 96° |
CMYK | 0.31 | 0.00 | 0.93 0.04 |
XYZ | 49.3392 | 73.8945 | 12.2349 |
Yxy | 73.8945 | 0.3642 | 0.5455 |
Hunter Lab | 85.9619 | -47.9804 | 51.7346 |
CIE-Lab | 88.8726 | -50.1958 | 84.3038 |
#aaf512 color RGB value is (170,245,18).
#aaf512 hex color red value is 170, green value is 245 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #aaf512 hue: 0.22 , saturation: 0.92 and the lightness value of aaf512 is 0.52.
The process color (four color CMYK) of #aaf512 color hex is 0.31, 0.00, 0.93, 0.04. Web safe color of #aaf512 is #99ff00. Color #aaf512 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 11110101 | 00010010 |
Octal | 252 | 365 | 22 |
Decimal | 170 | 245 | 18 |
Hex | AA | F5 | 12 |
Shades of #aaf512
Tints of #aaf512
RGB Percentages of Color #aaf512
CMYK Percentages of Color #aaf512
Complementary Color
#aaf512 | #5d12f5 |
#aaf512 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aaf512 Color Preview on White Background
Lorem ipsum dolor sit amet.
#aaf512 Color CSS Codes
.mybgcolor {background-color:#aaf512; } .myforecolor {color:#aaf512; } .mybordercolor {border:3px solid #aaf512; }
#aaf512 Text Font Color
<p style="color:#aaf512">Text here</p>
This sample text font color is #aaf512
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.
#aaf512 Background Color
<div style="background-color:#aaf512">
Div content here</div>
This div background color is #aaf512
#aaf512 Border Color
<div style="border:3px solid #aaf512">
Div here</div>
This div border color is #aaf512
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,245,18, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aaf512; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aaf512; -webkit-box-shadow: 1px 1px 3px 2px #aaf512; box-shadow: 1px 1px 3px 2px #aaf512; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,245,18, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aaf512">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aaf512; -webkit-box-shadow: 1px 1px 3px 2px #aaf512; box-shadow: 1px 1px 3px 2px #aaf512;">
Div content here</div>
This div box has shadow with color #aaf512
Comments
No comments written yet.
Please login to write comment.