Color spaces of #acc9bd
RGB | 172 | 201 | 189 |
---|---|---|---|
HSL | 0.43 | 0.21 | 0.73 |
HSV | 155° | 14° | 79° |
CMYK | 0.14 | 0.00 | 0.06 0.21 |
XYZ | 47.0852 | 54.2181 | 56.1276 |
Yxy | 54.2181 | 0.2991 | 0.3444 |
Hunter Lab | 73.6329 | -14.7143 | 6.3485 |
CIE-Lab | 78.5887 | -12.0836 | 2.7218 |
#acc9bd color RGB value is (172,201,189).
#acc9bd hex color red value is 172, green value is 201 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #acc9bd hue: 0.43 , saturation: 0.21 and the lightness value of acc9bd is 0.73.
The process color (four color CMYK) of #acc9bd color hex is 0.14, 0.00, 0.06, 0.21. Web safe color of #acc9bd is #99cccc. Color #acc9bd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 11001001 | 10111101 |
Octal | 254 | 311 | 275 |
Decimal | 172 | 201 | 189 |
Hex | AC | C9 | BD |
Shades of #acc9bd
Tints of #acc9bd
RGB Percentages of Color #acc9bd
CMYK Percentages of Color #acc9bd
Complementary Color
#acc9bd | #c9acb8 |
#acc9bd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#acc9bd Color Preview on White Background
Lorem ipsum dolor sit amet.
#acc9bd Color CSS Codes
.mybgcolor {background-color:#acc9bd; } .myforecolor {color:#acc9bd; } .mybordercolor {border:3px solid #acc9bd; }
#acc9bd Text Font Color
<p style="color:#acc9bd">Text here</p>
This sample text font color is #acc9bd
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.
#acc9bd Background Color
<div style="background-color:#acc9bd">
Div content here</div>
This div background color is #acc9bd
#acc9bd Border Color
<div style="border:3px solid #acc9bd">
Div here</div>
This div border color is #acc9bd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,201,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #acc9bd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #acc9bd; -webkit-box-shadow: 1px 1px 3px 2px #acc9bd; box-shadow: 1px 1px 3px 2px #acc9bd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,201,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #acc9bd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #acc9bd; -webkit-box-shadow: 1px 1px 3px 2px #acc9bd; box-shadow: 1px 1px 3px 2px #acc9bd;">
Div content here</div>
This div box has shadow with color #acc9bd
Comments
No comments written yet.
Please login to write comment.