Color spaces of #ccb29d
RGB | 204 | 178 | 157 |
---|---|---|---|
HSL | 0.07 | 0.32 | 0.71 |
HSV | 27° | 23° | 80° |
CMYK | 0.00 | 0.13 | 0.23 0.20 |
XYZ | 46.9080 | 47.1125 | 38.5196 |
Yxy | 47.1125 | 0.3539 | 0.3555 |
Hunter Lab | 68.6385 | 1.8705 | 14.7737 |
CIE-Lab | 74.2617 | 6.0706 | 14.1733 |
#ccb29d color RGB value is (204,178,157).
#ccb29d hex color red value is 204, green value is 178 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #ccb29d hue: 0.07 , saturation: 0.32 and the lightness value of ccb29d is 0.71.
The process color (four color CMYK) of #ccb29d color hex is 0.00, 0.13, 0.23, 0.20. Web safe color of #ccb29d is #cc9999. Color #ccb29d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 10110010 | 10011101 |
Octal | 314 | 262 | 235 |
Decimal | 204 | 178 | 157 |
Hex | CC | B2 | 9D |
Shades of #ccb29d
Tints of #ccb29d
RGB Percentages of Color #ccb29d
CMYK Percentages of Color #ccb29d
Complementary Color
#ccb29d | #9db7cc |
#ccb29d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ccb29d Color Preview on White Background
Lorem ipsum dolor sit amet.
#ccb29d Color CSS Codes
.mybgcolor {background-color:#ccb29d; } .myforecolor {color:#ccb29d; } .mybordercolor {border:3px solid #ccb29d; }
#ccb29d Text Font Color
<p style="color:#ccb29d">Text here</p>
This sample text font color is #ccb29d
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.
#ccb29d Background Color
<div style="background-color:#ccb29d">
Div content here</div>
This div background color is #ccb29d
#ccb29d Border Color
<div style="border:3px solid #ccb29d">
Div here</div>
This div border color is #ccb29d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,178,157, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ccb29d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ccb29d; -webkit-box-shadow: 1px 1px 3px 2px #ccb29d; box-shadow: 1px 1px 3px 2px #ccb29d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,178,157, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ccb29d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ccb29d; -webkit-box-shadow: 1px 1px 3px 2px #ccb29d; box-shadow: 1px 1px 3px 2px #ccb29d;">
Div content here</div>
This div box has shadow with color #ccb29d
#ccb29d Color Palettes
Comments
No comments written yet.
Please login to write comment.