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