Color spaces of #acedbf
RGB | 172 | 237 | 191 |
---|---|---|---|
HSL | 0.38 | 0.64 | 0.80 |
HSV | 138° | 27° | 93° |
CMYK | 0.27 | 0.00 | 0.19 0.07 |
XYZ | 56.7014 | 73.1006 | 60.4116 |
Yxy | 73.1006 | 0.2981 | 0.3843 |
Hunter Lab | 85.4989 | -31.2449 | 17.9562 |
CIE-Lab | 88.4957 | -29.5031 | 15.8224 |
#acedbf color RGB value is (172,237,191).
#acedbf hex color red value is 172, green value is 237 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #acedbf hue: 0.38 , saturation: 0.64 and the lightness value of acedbf is 0.80.
The process color (four color CMYK) of #acedbf color hex is 0.27, 0.00, 0.19, 0.07. Web safe color of #acedbf is #99ffcc. Color #acedbf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 11101101 | 10111111 |
Octal | 254 | 355 | 277 |
Decimal | 172 | 237 | 191 |
Hex | AC | ED | BF |
Shades of #acedbf
Tints of #acedbf
RGB Percentages of Color #acedbf
CMYK Percentages of Color #acedbf
Complementary Color
#acedbf | #edacda |
#acedbf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#acedbf Color Preview on White Background
Lorem ipsum dolor sit amet.
#acedbf Color CSS Codes
.mybgcolor {background-color:#acedbf; } .myforecolor {color:#acedbf; } .mybordercolor {border:3px solid #acedbf; }
#acedbf Text Font Color
<p style="color:#acedbf">Text here</p>
This sample text font color is #acedbf
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.
#acedbf Background Color
<div style="background-color:#acedbf">
Div content here</div>
This div background color is #acedbf
#acedbf Border Color
<div style="border:3px solid #acedbf">
Div here</div>
This div border color is #acedbf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,237,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #acedbf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #acedbf; -webkit-box-shadow: 1px 1px 3px 2px #acedbf; box-shadow: 1px 1px 3px 2px #acedbf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,237,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #acedbf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #acedbf; -webkit-box-shadow: 1px 1px 3px 2px #acedbf; box-shadow: 1px 1px 3px 2px #acedbf;">
Div content here</div>
This div box has shadow with color #acedbf
Comments
No comments written yet.
Please login to write comment.