Color spaces of #aced8b
RGB | 172 | 237 | 139 |
---|---|---|---|
HSL | 0.28 | 0.73 | 0.74 |
HSV | 100° | 41° | 93° |
CMYK | 0.27 | 0.00 | 0.41 0.07 |
XYZ | 51.9576 | 71.2031 | 35.4312 |
Yxy | 71.2031 | 0.3276 | 0.4490 |
Hunter Lab | 84.3819 | -37.7582 | 34.1720 |
CIE-Lab | 87.5836 | -37.6534 | 41.0282 |
#aced8b color RGB value is (172,237,139).
#aced8b hex color red value is 172, green value is 237 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #aced8b hue: 0.28 , saturation: 0.73 and the lightness value of aced8b is 0.74.
The process color (four color CMYK) of #aced8b color hex is 0.27, 0.00, 0.41, 0.07. Web safe color of #aced8b is #99ff99. Color #aced8b contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 11101101 | 10001011 |
Octal | 254 | 355 | 213 |
Decimal | 172 | 237 | 139 |
Hex | AC | ED | 8B |
Shades of #aced8b
Tints of #aced8b
RGB Percentages of Color #aced8b
CMYK Percentages of Color #aced8b
Complementary Color
#aced8b | #cc8bed |
#aced8b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aced8b Color Preview on White Background
Lorem ipsum dolor sit amet.
#aced8b Color CSS Codes
.mybgcolor {background-color:#aced8b; } .myforecolor {color:#aced8b; } .mybordercolor {border:3px solid #aced8b; }
#aced8b Text Font Color
<p style="color:#aced8b">Text here</p>
This sample text font color is #aced8b
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.
#aced8b Background Color
<div style="background-color:#aced8b">
Div content here</div>
This div background color is #aced8b
#aced8b Border Color
<div style="border:3px solid #aced8b">
Div here</div>
This div border color is #aced8b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,237,139, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aced8b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aced8b; -webkit-box-shadow: 1px 1px 3px 2px #aced8b; box-shadow: 1px 1px 3px 2px #aced8b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,237,139, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aced8b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aced8b; -webkit-box-shadow: 1px 1px 3px 2px #aced8b; box-shadow: 1px 1px 3px 2px #aced8b;">
Div content here</div>
This div box has shadow with color #aced8b
Comments
No comments written yet.
Please login to write comment.