Color spaces of #acedbb
RGB | 172 | 237 | 187 |
---|---|---|---|
HSL | 0.37 | 0.64 | 0.80 |
HSV | 134° | 27° | 93° |
CMYK | 0.27 | 0.00 | 0.21 0.07 |
XYZ | 56.2671 | 72.9269 | 58.1244 |
Yxy | 72.9269 | 0.3004 | 0.3893 |
Hunter Lab | 85.3972 | -31.8339 | 19.4232 |
CIE-Lab | 88.4128 | -30.2235 | 17.7803 |
#acedbb color RGB value is (172,237,187).
#acedbb hex color red value is 172, green value is 237 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #acedbb hue: 0.37 , saturation: 0.64 and the lightness value of acedbb is 0.80.
The process color (four color CMYK) of #acedbb color hex is 0.27, 0.00, 0.21, 0.07. Web safe color of #acedbb is #99ffcc. Color #acedbb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 11101101 | 10111011 |
Octal | 254 | 355 | 273 |
Decimal | 172 | 237 | 187 |
Hex | AC | ED | BB |
Shades of #acedbb
Tints of #acedbb
RGB Percentages of Color #acedbb
CMYK Percentages of Color #acedbb
Complementary Color
#acedbb | #edacde |
#acedbb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#acedbb Color Preview on White Background
Lorem ipsum dolor sit amet.
#acedbb Color CSS Codes
.mybgcolor {background-color:#acedbb; } .myforecolor {color:#acedbb; } .mybordercolor {border:3px solid #acedbb; }
#acedbb Text Font Color
<p style="color:#acedbb">Text here</p>
This sample text font color is #acedbb
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.
#acedbb Background Color
<div style="background-color:#acedbb">
Div content here</div>
This div background color is #acedbb
#acedbb Border Color
<div style="border:3px solid #acedbb">
Div here</div>
This div border color is #acedbb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,237,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #acedbb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #acedbb; -webkit-box-shadow: 1px 1px 3px 2px #acedbb; box-shadow: 1px 1px 3px 2px #acedbb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,237,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #acedbb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #acedbb; -webkit-box-shadow: 1px 1px 3px 2px #acedbb; box-shadow: 1px 1px 3px 2px #acedbb;">
Div content here</div>
This div box has shadow with color #acedbb
Comments
No comments written yet.
Please login to write comment.