Color spaces of #acedb5
RGB | 172 | 237 | 181 |
---|---|---|---|
HSL | 0.36 | 0.64 | 0.80 |
HSV | 128° | 27° | 93° |
CMYK | 0.27 | 0.00 | 0.24 0.07 |
XYZ | 55.6379 | 72.6752 | 54.8114 |
Yxy | 72.6752 | 0.3038 | 0.3969 |
Hunter Lab | 85.2498 | -32.6898 | 21.5543 |
CIE-Lab | 88.2926 | -31.2759 | 20.7160 |
#acedb5 color RGB value is (172,237,181).
#acedb5 hex color red value is 172, green value is 237 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #acedb5 hue: 0.36 , saturation: 0.64 and the lightness value of acedb5 is 0.80.
The process color (four color CMYK) of #acedb5 color hex is 0.27, 0.00, 0.24, 0.07. Web safe color of #acedb5 is #99ffcc. Color #acedb5 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 11101101 | 10110101 |
Octal | 254 | 355 | 265 |
Decimal | 172 | 237 | 181 |
Hex | AC | ED | B5 |
Shades of #acedb5
Tints of #acedb5
RGB Percentages of Color #acedb5
CMYK Percentages of Color #acedb5
Complementary Color
#acedb5 | #edace4 |
#acedb5 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#acedb5 Color Preview on White Background
Lorem ipsum dolor sit amet.
#acedb5 Color CSS Codes
.mybgcolor {background-color:#acedb5; } .myforecolor {color:#acedb5; } .mybordercolor {border:3px solid #acedb5; }
#acedb5 Text Font Color
<p style="color:#acedb5">Text here</p>
This sample text font color is #acedb5
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.
#acedb5 Background Color
<div style="background-color:#acedb5">
Div content here</div>
This div background color is #acedb5
#acedb5 Border Color
<div style="border:3px solid #acedb5">
Div here</div>
This div border color is #acedb5
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,237,181, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #acedb5; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #acedb5; -webkit-box-shadow: 1px 1px 3px 2px #acedb5; box-shadow: 1px 1px 3px 2px #acedb5; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,237,181, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #acedb5">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #acedb5; -webkit-box-shadow: 1px 1px 3px 2px #acedb5; box-shadow: 1px 1px 3px 2px #acedb5;">
Div content here</div>
This div box has shadow with color #acedb5
Comments
No comments written yet.
Please login to write comment.