Color spaces of #ccbaac
RGB | 204 | 186 | 172 |
---|---|---|---|
HSL | 0.07 | 0.24 | 0.74 |
HSV | 26° | 16° | 80° |
CMYK | 0.00 | 0.09 | 0.16 0.20 |
XYZ | 49.9071 | 50.9337 | 46.2305 |
Yxy | 50.9337 | 0.3393 | 0.3463 |
Hunter Lab | 71.3678 | -0.0698 | 11.5508 |
CIE-Lab | 76.6388 | 4.0719 | 9.4012 |
#ccbaac color RGB value is (204,186,172).
#ccbaac hex color red value is 204, green value is 186 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #ccbaac hue: 0.07 , saturation: 0.24 and the lightness value of ccbaac is 0.74.
The process color (four color CMYK) of #ccbaac color hex is 0.00, 0.09, 0.16, 0.20. Web safe color of #ccbaac is #cccc99. Color #ccbaac contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 10111010 | 10101100 |
Octal | 314 | 272 | 254 |
Decimal | 204 | 186 | 172 |
Hex | CC | BA | AC |
Shades of #ccbaac
Tints of #ccbaac
RGB Percentages of Color #ccbaac
CMYK Percentages of Color #ccbaac
Complementary Color
#ccbaac | #acbecc |
#ccbaac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ccbaac Color Preview on White Background
Lorem ipsum dolor sit amet.
#ccbaac Color CSS Codes
.mybgcolor {background-color:#ccbaac; } .myforecolor {color:#ccbaac; } .mybordercolor {border:3px solid #ccbaac; }
#ccbaac Text Font Color
<p style="color:#ccbaac">Text here</p>
This sample text font color is #ccbaac
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.
#ccbaac Background Color
<div style="background-color:#ccbaac">
Div content here</div>
This div background color is #ccbaac
#ccbaac Border Color
<div style="border:3px solid #ccbaac">
Div here</div>
This div border color is #ccbaac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,186,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ccbaac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ccbaac; -webkit-box-shadow: 1px 1px 3px 2px #ccbaac; box-shadow: 1px 1px 3px 2px #ccbaac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,186,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ccbaac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ccbaac; -webkit-box-shadow: 1px 1px 3px 2px #ccbaac; box-shadow: 1px 1px 3px 2px #ccbaac;">
Div content here</div>
This div box has shadow with color #ccbaac
#ccbaac Color Palettes
Comments
No comments written yet.
Please login to write comment.