Color spaces of #aed93a
RGB | 174 | 217 | 58 |
---|---|---|---|
HSL | 0.21 | 0.68 | 0.54 |
HSV | 76° | 73° | 85° |
CMYK | 0.20 | 0.00 | 0.73 0.15 |
XYZ | 43.0321 | 58.9299 | 13.1096 |
Yxy | 58.9299 | 0.3740 | 0.5121 |
Hunter Lab | 76.7658 | -34.2796 | 43.6109 |
CIE-Lab | 81.2530 | -35.2618 | 68.9195 |
#aed93a color RGB value is (174,217,58).
#aed93a hex color red value is 174, green value is 217 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #aed93a hue: 0.21 , saturation: 0.68 and the lightness value of aed93a is 0.54.
The process color (four color CMYK) of #aed93a color hex is 0.20, 0.00, 0.73, 0.15. Web safe color of #aed93a is #99cc33. Color #aed93a contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 11011001 | 00111010 |
Octal | 256 | 331 | 72 |
Decimal | 174 | 217 | 58 |
Hex | AE | D9 | 3A |
Shades of #aed93a
Tints of #aed93a
RGB Percentages of Color #aed93a
CMYK Percentages of Color #aed93a
Complementary Color
#aed93a | #653ad9 |
#aed93a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aed93a Color Preview on White Background
Lorem ipsum dolor sit amet.
#aed93a Color CSS Codes
.mybgcolor {background-color:#aed93a; } .myforecolor {color:#aed93a; } .mybordercolor {border:3px solid #aed93a; }
#aed93a Text Font Color
<p style="color:#aed93a">Text here</p>
This sample text font color is #aed93a
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.
#aed93a Background Color
<div style="background-color:#aed93a">
Div content here</div>
This div background color is #aed93a
#aed93a Border Color
<div style="border:3px solid #aed93a">
Div here</div>
This div border color is #aed93a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,217,58, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aed93a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aed93a; -webkit-box-shadow: 1px 1px 3px 2px #aed93a; box-shadow: 1px 1px 3px 2px #aed93a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,217,58, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aed93a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aed93a; -webkit-box-shadow: 1px 1px 3px 2px #aed93a; box-shadow: 1px 1px 3px 2px #aed93a;">
Div content here</div>
This div box has shadow with color #aed93a
Comments
No comments written yet.
Please login to write comment.