Color spaces of #aadf10
RGB | 170 | 223 | 16 |
---|---|---|---|
HSL | 0.21 | 0.87 | 0.47 |
HSV | 75° | 93° | 87° |
CMYK | 0.24 | 0.00 | 0.93 0.13 |
XYZ | 43.0588 | 61.3588 | 10.0642 |
Yxy | 61.3588 | 0.3761 | 0.5360 |
Hunter Lab | 78.3319 | -38.9598 | 47.2146 |
CIE-Lab | 82.5713 | -40.8643 | 79.5224 |
#aadf10 color RGB value is (170,223,16).
#aadf10 hex color red value is 170, green value is 223 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #aadf10 hue: 0.21 , saturation: 0.87 and the lightness value of aadf10 is 0.47.
The process color (four color CMYK) of #aadf10 color hex is 0.24, 0.00, 0.93, 0.13. Web safe color of #aadf10 is #99cc00. Color #aadf10 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 11011111 | 00010000 |
Octal | 252 | 337 | 20 |
Decimal | 170 | 223 | 16 |
Hex | AA | DF | 10 |
Shades of #aadf10
Tints of #aadf10
RGB Percentages of Color #aadf10
CMYK Percentages of Color #aadf10
Complementary Color
#aadf10 | #4510df |
#aadf10 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aadf10 Color Preview on White Background
Lorem ipsum dolor sit amet.
#aadf10 Color CSS Codes
.mybgcolor {background-color:#aadf10; } .myforecolor {color:#aadf10; } .mybordercolor {border:3px solid #aadf10; }
#aadf10 Text Font Color
<p style="color:#aadf10">Text here</p>
This sample text font color is #aadf10
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.
#aadf10 Background Color
<div style="background-color:#aadf10">
Div content here</div>
This div background color is #aadf10
#aadf10 Border Color
<div style="border:3px solid #aadf10">
Div here</div>
This div border color is #aadf10
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,223,16, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aadf10; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aadf10; -webkit-box-shadow: 1px 1px 3px 2px #aadf10; box-shadow: 1px 1px 3px 2px #aadf10; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,223,16, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aadf10">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aadf10; -webkit-box-shadow: 1px 1px 3px 2px #aadf10; box-shadow: 1px 1px 3px 2px #aadf10;">
Div content here</div>
This div box has shadow with color #aadf10
Comments
No comments written yet.
Please login to write comment.