Color spaces of #aee302
RGB | 174 | 227 | 2 |
---|---|---|---|
HSL | 0.21 | 0.98 | 0.45 |
HSV | 74° | 99° | 89° |
CMYK | 0.23 | 0.00 | 0.99 0.11 |
XYZ | 44.9356 | 63.9412 | 10.0310 |
Yxy | 63.9412 | 0.3779 | 0.5377 |
Hunter Lab | 79.9632 | -39.6270 | 48.5366 |
CIE-Lab | 83.9351 | -41.2431 | 81.9735 |
#aee302 color RGB value is (174,227,2).
#aee302 hex color red value is 174, green value is 227 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #aee302 hue: 0.21 , saturation: 0.98 and the lightness value of aee302 is 0.45.
The process color (four color CMYK) of #aee302 color hex is 0.23, 0.00, 0.99, 0.11. Web safe color of #aee302 is #99cc00. Color #aee302 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 11100011 | 00000010 |
Octal | 256 | 343 | 2 |
Decimal | 174 | 227 | 2 |
Hex | AE | E3 | 2 |
Shades of #aee302
Tints of #aee302
RGB Percentages of Color #aee302
CMYK Percentages of Color #aee302
Complementary Color
#aee302 | #3702e3 |
#aee302 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aee302 Color Preview on White Background
Lorem ipsum dolor sit amet.
#aee302 Color CSS Codes
.mybgcolor {background-color:#aee302; } .myforecolor {color:#aee302; } .mybordercolor {border:3px solid #aee302; }
#aee302 Text Font Color
<p style="color:#aee302">Text here</p>
This sample text font color is #aee302
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.
#aee302 Background Color
<div style="background-color:#aee302">
Div content here</div>
This div background color is #aee302
#aee302 Border Color
<div style="border:3px solid #aee302">
Div here</div>
This div border color is #aee302
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,227,2, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aee302; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aee302; -webkit-box-shadow: 1px 1px 3px 2px #aee302; box-shadow: 1px 1px 3px 2px #aee302; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,227,2, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aee302">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aee302; -webkit-box-shadow: 1px 1px 3px 2px #aee302; box-shadow: 1px 1px 3px 2px #aee302;">
Div content here</div>
This div box has shadow with color #aee302
Comments
No comments written yet.
Please login to write comment.