Color spaces of #aaea0d
RGB | 170 | 234 | 13 |
---|---|---|---|
HSL | 0.21 | 0.89 | 0.48 |
HSV | 77° | 94° | 92° |
CMYK | 0.27 | 0.00 | 0.94 0.08 |
XYZ | 46.0730 | 67.4207 | 10.9660 |
Yxy | 67.4207 | 0.3702 | 0.5417 |
Hunter Lab | 82.1101 | -43.5341 | 49.5588 |
CIE-Lab | 85.7160 | -45.6599 | 82.3203 |
#aaea0d color RGB value is (170,234,13).
#aaea0d hex color red value is 170, green value is 234 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #aaea0d hue: 0.21 , saturation: 0.89 and the lightness value of aaea0d is 0.48.
The process color (four color CMYK) of #aaea0d color hex is 0.27, 0.00, 0.94, 0.08. Web safe color of #aaea0d is #99ff00. Color #aaea0d contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 11101010 | 00001101 |
Octal | 252 | 352 | 15 |
Decimal | 170 | 234 | 13 |
Hex | AA | EA | D |
Shades of #aaea0d
Tints of #aaea0d
RGB Percentages of Color #aaea0d
CMYK Percentages of Color #aaea0d
Complementary Color
#aaea0d | #4d0dea |
#aaea0d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aaea0d Color Preview on White Background
Lorem ipsum dolor sit amet.
#aaea0d Color CSS Codes
.mybgcolor {background-color:#aaea0d; } .myforecolor {color:#aaea0d; } .mybordercolor {border:3px solid #aaea0d; }
#aaea0d Text Font Color
<p style="color:#aaea0d">Text here</p>
This sample text font color is #aaea0d
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.
#aaea0d Background Color
<div style="background-color:#aaea0d">
Div content here</div>
This div background color is #aaea0d
#aaea0d Border Color
<div style="border:3px solid #aaea0d">
Div here</div>
This div border color is #aaea0d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,234,13, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aaea0d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aaea0d; -webkit-box-shadow: 1px 1px 3px 2px #aaea0d; box-shadow: 1px 1px 3px 2px #aaea0d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,234,13, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aaea0d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aaea0d; -webkit-box-shadow: 1px 1px 3px 2px #aaea0d; box-shadow: 1px 1px 3px 2px #aaea0d;">
Div content here</div>
This div box has shadow with color #aaea0d
Comments
No comments written yet.
Please login to write comment.