Color spaces of #aad005
RGB | 170 | 208 | 5 |
---|---|---|---|
HSL | 0.20 | 0.95 | 0.42 |
HSV | 71° | 98° | 82° |
CMYK | 0.18 | 0.00 | 0.98 0.18 |
XYZ | 39.1608 | 53.6688 | 8.4387 |
Yxy | 53.6688 | 0.3867 | 0.5300 |
Hunter Lab | 73.2590 | -32.7856 | 44.4517 |
CIE-Lab | 78.2682 | -34.2730 | 77.2603 |
#aad005 color RGB value is (170,208,5).
#aad005 hex color red value is 170, green value is 208 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #aad005 hue: 0.20 , saturation: 0.95 and the lightness value of aad005 is 0.42.
The process color (four color CMYK) of #aad005 color hex is 0.18, 0.00, 0.98, 0.18. Web safe color of #aad005 is #99cc00. Color #aad005 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 11010000 | 00000101 |
Octal | 252 | 320 | 5 |
Decimal | 170 | 208 | 5 |
Hex | AA | D0 | 5 |
Shades of #aad005
Tints of #aad005
RGB Percentages of Color #aad005
CMYK Percentages of Color #aad005
Complementary Color
#aad005 | #2b05d0 |
#aad005 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aad005 Color Preview on White Background
Lorem ipsum dolor sit amet.
#aad005 Color CSS Codes
.mybgcolor {background-color:#aad005; } .myforecolor {color:#aad005; } .mybordercolor {border:3px solid #aad005; }
#aad005 Text Font Color
<p style="color:#aad005">Text here</p>
This sample text font color is #aad005
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.
#aad005 Background Color
<div style="background-color:#aad005">
Div content here</div>
This div background color is #aad005
#aad005 Border Color
<div style="border:3px solid #aad005">
Div here</div>
This div border color is #aad005
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,208,5, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aad005; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aad005; -webkit-box-shadow: 1px 1px 3px 2px #aad005; box-shadow: 1px 1px 3px 2px #aad005; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,208,5, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aad005">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aad005; -webkit-box-shadow: 1px 1px 3px 2px #aad005; box-shadow: 1px 1px 3px 2px #aad005;">
Div content here</div>
This div box has shadow with color #aad005
Comments
No comments written yet.
Please login to write comment.