Color spaces of #aed39c
RGB | 174 | 211 | 156 |
---|---|---|---|
HSL | 0.28 | 0.38 | 0.72 |
HSV | 100° | 26° | 83° |
CMYK | 0.18 | 0.00 | 0.26 0.17 |
XYZ | 46.7506 | 57.9875 | 40.1812 |
Yxy | 57.9875 | 0.3226 | 0.4001 |
Hunter Lab | 76.1495 | -23.6749 | 22.0196 |
CIE-Lab | 80.7318 | -22.2605 | 23.3234 |
#aed39c color RGB value is (174,211,156).
#aed39c hex color red value is 174, green value is 211 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #aed39c hue: 0.28 , saturation: 0.38 and the lightness value of aed39c is 0.72.
The process color (four color CMYK) of #aed39c color hex is 0.18, 0.00, 0.26, 0.17. Web safe color of #aed39c is #99cc99. Color #aed39c contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 11010011 | 10011100 |
Octal | 256 | 323 | 234 |
Decimal | 174 | 211 | 156 |
Hex | AE | D3 | 9C |
Shades of #aed39c
Tints of #aed39c
RGB Percentages of Color #aed39c
CMYK Percentages of Color #aed39c
Complementary Color
#aed39c | #c19cd3 |
#aed39c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aed39c Color Preview on White Background
Lorem ipsum dolor sit amet.
#aed39c Color CSS Codes
.mybgcolor {background-color:#aed39c; } .myforecolor {color:#aed39c; } .mybordercolor {border:3px solid #aed39c; }
#aed39c Text Font Color
<p style="color:#aed39c">Text here</p>
This sample text font color is #aed39c
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.
#aed39c Background Color
<div style="background-color:#aed39c">
Div content here</div>
This div background color is #aed39c
#aed39c Border Color
<div style="border:3px solid #aed39c">
Div here</div>
This div border color is #aed39c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,211,156, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aed39c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aed39c; -webkit-box-shadow: 1px 1px 3px 2px #aed39c; box-shadow: 1px 1px 3px 2px #aed39c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,211,156, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aed39c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aed39c; -webkit-box-shadow: 1px 1px 3px 2px #aed39c; box-shadow: 1px 1px 3px 2px #aed39c;">
Div content here</div>
This div box has shadow with color #aed39c
Comments
No comments written yet.
Please login to write comment.