Color spaces of #aee71f
RGB | 174 | 231 | 31 |
---|---|---|---|
HSL | 0.21 | 0.81 | 0.51 |
HSV | 77° | 87° | 91° |
CMYK | 0.25 | 0.00 | 0.87 0.09 |
XYZ | 46.2788 | 66.2494 | 11.6446 |
Yxy | 66.2494 | 0.3727 | 0.5335 |
Hunter Lab | 81.3937 | -40.9476 | 48.4933 |
CIE-Lab | 85.1235 | -42.5221 | 79.4176 |
#aee71f color RGB value is (174,231,31).
#aee71f hex color red value is 174, green value is 231 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #aee71f hue: 0.21 , saturation: 0.81 and the lightness value of aee71f is 0.51.
The process color (four color CMYK) of #aee71f color hex is 0.25, 0.00, 0.87, 0.09. Web safe color of #aee71f is #99ff33. Color #aee71f contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 11100111 | 00011111 |
Octal | 256 | 347 | 37 |
Decimal | 174 | 231 | 31 |
Hex | AE | E7 | 1F |
Shades of #aee71f
Tints of #aee71f
RGB Percentages of Color #aee71f
CMYK Percentages of Color #aee71f
Complementary Color
#aee71f | #581fe7 |
#aee71f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aee71f Color Preview on White Background
Lorem ipsum dolor sit amet.
#aee71f Color CSS Codes
.mybgcolor {background-color:#aee71f; } .myforecolor {color:#aee71f; } .mybordercolor {border:3px solid #aee71f; }
#aee71f Text Font Color
<p style="color:#aee71f">Text here</p>
This sample text font color is #aee71f
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.
#aee71f Background Color
<div style="background-color:#aee71f">
Div content here</div>
This div background color is #aee71f
#aee71f Border Color
<div style="border:3px solid #aee71f">
Div here</div>
This div border color is #aee71f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,231,31, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aee71f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aee71f; -webkit-box-shadow: 1px 1px 3px 2px #aee71f; box-shadow: 1px 1px 3px 2px #aee71f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,231,31, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aee71f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aee71f; -webkit-box-shadow: 1px 1px 3px 2px #aee71f; box-shadow: 1px 1px 3px 2px #aee71f;">
Div content here</div>
This div box has shadow with color #aee71f
Comments
No comments written yet.
Please login to write comment.