Color spaces of #aecd40
RGB | 174 | 205 | 64 |
---|---|---|---|
HSL | 0.20 | 0.59 | 0.53 |
HSV | 73° | 69° | 80° |
CMYK | 0.15 | 0.00 | 0.69 0.20 |
XYZ | 40.2123 | 53.0315 | 12.9672 |
Yxy | 53.0315 | 0.3786 | 0.4993 |
Hunter Lab | 72.8227 | -28.8731 | 40.4184 |
CIE-Lab | 77.8936 | -29.3576 | 63.4862 |
#aecd40 color RGB value is (174,205,64).
#aecd40 hex color red value is 174, green value is 205 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #aecd40 hue: 0.20 , saturation: 0.59 and the lightness value of aecd40 is 0.53.
The process color (four color CMYK) of #aecd40 color hex is 0.15, 0.00, 0.69, 0.20. Web safe color of #aecd40 is #99cc33. Color #aecd40 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 11001101 | 01000000 |
Octal | 256 | 315 | 100 |
Decimal | 174 | 205 | 64 |
Hex | AE | CD | 40 |
Shades of #aecd40
Tints of #aecd40
RGB Percentages of Color #aecd40
CMYK Percentages of Color #aecd40
Complementary Color
#aecd40 | #5f40cd |
#aecd40 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aecd40 Color Preview on White Background
Lorem ipsum dolor sit amet.
#aecd40 Color CSS Codes
.mybgcolor {background-color:#aecd40; } .myforecolor {color:#aecd40; } .mybordercolor {border:3px solid #aecd40; }
#aecd40 Text Font Color
<p style="color:#aecd40">Text here</p>
This sample text font color is #aecd40
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.
#aecd40 Background Color
<div style="background-color:#aecd40">
Div content here</div>
This div background color is #aecd40
#aecd40 Border Color
<div style="border:3px solid #aecd40">
Div here</div>
This div border color is #aecd40
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,205,64, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aecd40; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aecd40; -webkit-box-shadow: 1px 1px 3px 2px #aecd40; box-shadow: 1px 1px 3px 2px #aecd40; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,205,64, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aecd40">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aecd40; -webkit-box-shadow: 1px 1px 3px 2px #aecd40; box-shadow: 1px 1px 3px 2px #aecd40;">
Div content here</div>
This div box has shadow with color #aecd40
Comments
No comments written yet.
Please login to write comment.