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