Color spaces of #aae400
RGB | 170 | 228 | 0 |
---|---|---|---|
HSL | 0.21 | 1.00 | 0.45 |
HSV | 75° | 100° | 89° |
CMYK | 0.25 | 0.00 | 1.00 0.11 |
XYZ | 44.3210 | 64.0329 | 10.0236 |
Yxy | 64.0329 | 0.3744 | 0.5409 |
Hunter Lab | 80.0206 | -41.1702 | 48.5876 |
CIE-Lab | 83.9829 | -43.2329 | 82.0780 |
#aae400 color RGB value is (170,228,0).
#aae400 hex color red value is 170, green value is 228 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #aae400 hue: 0.21 , saturation: 1.00 and the lightness value of aae400 is 0.45.
The process color (four color CMYK) of #aae400 color hex is 0.25, 0.00, 1.00, 0.11. Web safe color of #aae400 is #99cc00. Color #aae400 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 11100100 | 00000000 |
Octal | 252 | 344 | 0 |
Decimal | 170 | 228 | 0 |
Hex | AA | E4 | 0 |
Shades of #aae400
Tints of #aae400
RGB Percentages of Color #aae400
CMYK Percentages of Color #aae400
Complementary Color
#aae400 | #3a00e4 |
#aae400 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aae400 Color Preview on White Background
Lorem ipsum dolor sit amet.
#aae400 Color CSS Codes
.mybgcolor {background-color:#aae400; } .myforecolor {color:#aae400; } .mybordercolor {border:3px solid #aae400; }
#aae400 Text Font Color
<p style="color:#aae400">Text here</p>
This sample text font color is #aae400
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.
#aae400 Background Color
<div style="background-color:#aae400">
Div content here</div>
This div background color is #aae400
#aae400 Border Color
<div style="border:3px solid #aae400">
Div here</div>
This div border color is #aae400
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,228,0, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aae400; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aae400; -webkit-box-shadow: 1px 1px 3px 2px #aae400; box-shadow: 1px 1px 3px 2px #aae400; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,228,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 #aae400">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aae400; -webkit-box-shadow: 1px 1px 3px 2px #aae400; box-shadow: 1px 1px 3px 2px #aae400;">
Div content here</div>
This div box has shadow with color #aae400
Comments
No comments written yet.
Please login to write comment.