Color spaces of #aef420
RGB | 174 | 244 | 32 |
---|---|---|---|
HSL | 0.22 | 0.91 | 0.54 |
HSV | 80° | 87° | 96° |
CMYK | 0.29 | 0.00 | 0.87 0.04 |
XYZ | 50.0670 | 73.8043 | 12.9734 |
Yxy | 73.8043 | 0.3659 | 0.5393 |
Hunter Lab | 85.9094 | -46.3138 | 51.1831 |
CIE-Lab | 88.8299 | -48.0456 | 82.3262 |
#aef420 color RGB value is (174,244,32).
#aef420 hex color red value is 174, green value is 244 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #aef420 hue: 0.22 , saturation: 0.91 and the lightness value of aef420 is 0.54.
The process color (four color CMYK) of #aef420 color hex is 0.29, 0.00, 0.87, 0.04. Web safe color of #aef420 is #99ff33. Color #aef420 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 11110100 | 00100000 |
Octal | 256 | 364 | 40 |
Decimal | 174 | 244 | 32 |
Hex | AE | F4 | 20 |
Shades of #aef420
Tints of #aef420
RGB Percentages of Color #aef420
CMYK Percentages of Color #aef420
Complementary Color
#aef420 | #6620f4 |
#aef420 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aef420 Color Preview on White Background
Lorem ipsum dolor sit amet.
#aef420 Color CSS Codes
.mybgcolor {background-color:#aef420; } .myforecolor {color:#aef420; } .mybordercolor {border:3px solid #aef420; }
#aef420 Text Font Color
<p style="color:#aef420">Text here</p>
This sample text font color is #aef420
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.
#aef420 Background Color
<div style="background-color:#aef420">
Div content here</div>
This div background color is #aef420
#aef420 Border Color
<div style="border:3px solid #aef420">
Div here</div>
This div border color is #aef420
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,244,32, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aef420; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aef420; -webkit-box-shadow: 1px 1px 3px 2px #aef420; box-shadow: 1px 1px 3px 2px #aef420; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,244,32, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aef420">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aef420; -webkit-box-shadow: 1px 1px 3px 2px #aef420; box-shadow: 1px 1px 3px 2px #aef420;">
Div content here</div>
This div box has shadow with color #aef420
Comments
No comments written yet.
Please login to write comment.