Color spaces of #aef721
RGB | 174 | 247 | 33 |
---|---|---|---|
HSL | 0.22 | 0.93 | 0.55 |
HSV | 80° | 87° | 97° |
CMYK | 0.30 | 0.00 | 0.87 0.03 |
XYZ | 50.9908 | 75.6300 | 13.3494 |
Yxy | 75.6300 | 0.3643 | 0.5403 |
Hunter Lab | 86.9655 | -47.5291 | 51.7747 |
CIE-Lab | 89.6873 | -49.2726 | 82.8627 |
#aef721 color RGB value is (174,247,33).
#aef721 hex color red value is 174, green value is 247 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #aef721 hue: 0.22 , saturation: 0.93 and the lightness value of aef721 is 0.55.
The process color (four color CMYK) of #aef721 color hex is 0.30, 0.00, 0.87, 0.03. Web safe color of #aef721 is #99ff33. Color #aef721 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 11110111 | 00100001 |
Octal | 256 | 367 | 41 |
Decimal | 174 | 247 | 33 |
Hex | AE | F7 | 21 |
Shades of #aef721
Tints of #aef721
RGB Percentages of Color #aef721
CMYK Percentages of Color #aef721
Complementary Color
#aef721 | #6a21f7 |
#aef721 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aef721 Color Preview on White Background
Lorem ipsum dolor sit amet.
#aef721 Color CSS Codes
.mybgcolor {background-color:#aef721; } .myforecolor {color:#aef721; } .mybordercolor {border:3px solid #aef721; }
#aef721 Text Font Color
<p style="color:#aef721">Text here</p>
This sample text font color is #aef721
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.
#aef721 Background Color
<div style="background-color:#aef721">
Div content here</div>
This div background color is #aef721
#aef721 Border Color
<div style="border:3px solid #aef721">
Div here</div>
This div border color is #aef721
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,247,33, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aef721; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aef721; -webkit-box-shadow: 1px 1px 3px 2px #aef721; box-shadow: 1px 1px 3px 2px #aef721; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,247,33, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aef721">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aef721; -webkit-box-shadow: 1px 1px 3px 2px #aef721; box-shadow: 1px 1px 3px 2px #aef721;">
Div content here</div>
This div box has shadow with color #aef721
Comments
No comments written yet.
Please login to write comment.