Color spaces of #aad03b
RGB | 170 | 208 | 59 |
---|---|---|---|
HSL | 0.21 | 0.61 | 0.52 |
HSV | 75° | 72° | 82° |
CMYK | 0.18 | 0.00 | 0.72 0.18 |
XYZ | 39.9229 | 53.9736 | 12.4515 |
Yxy | 53.9736 | 0.3754 | 0.5075 |
Hunter Lab | 73.4667 | -31.5672 | 41.3780 |
CIE-Lab | 78.4463 | -32.6428 | 65.7613 |
#aad03b color RGB value is (170,208,59).
#aad03b hex color red value is 170, green value is 208 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #aad03b hue: 0.21 , saturation: 0.61 and the lightness value of aad03b is 0.52.
The process color (four color CMYK) of #aad03b color hex is 0.18, 0.00, 0.72, 0.18. Web safe color of #aad03b is #99cc33. Color #aad03b contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 11010000 | 00111011 |
Octal | 252 | 320 | 73 |
Decimal | 170 | 208 | 59 |
Hex | AA | D0 | 3B |
Shades of #aad03b
Tints of #aad03b
RGB Percentages of Color #aad03b
CMYK Percentages of Color #aad03b
Complementary Color
#aad03b | #613bd0 |
#aad03b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aad03b Color Preview on White Background
Lorem ipsum dolor sit amet.
#aad03b Color CSS Codes
.mybgcolor {background-color:#aad03b; } .myforecolor {color:#aad03b; } .mybordercolor {border:3px solid #aad03b; }
#aad03b Text Font Color
<p style="color:#aad03b">Text here</p>
This sample text font color is #aad03b
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.
#aad03b Background Color
<div style="background-color:#aad03b">
Div content here</div>
This div background color is #aad03b
#aad03b Border Color
<div style="border:3px solid #aad03b">
Div here</div>
This div border color is #aad03b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,208,59, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aad03b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aad03b; -webkit-box-shadow: 1px 1px 3px 2px #aad03b; box-shadow: 1px 1px 3px 2px #aad03b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,208,59, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aad03b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aad03b; -webkit-box-shadow: 1px 1px 3px 2px #aad03b; box-shadow: 1px 1px 3px 2px #aad03b;">
Div content here</div>
This div box has shadow with color #aad03b
Comments
No comments written yet.
Please login to write comment.