Color spaces of #cbac8f
RGB | 203 | 172 | 143 |
---|---|---|---|
HSL | 0.08 | 0.37 | 0.68 |
HSV | 29° | 30° | 80° |
CMYK | 0.00 | 0.15 | 0.30 0.20 |
XYZ | 44.3391 | 44.1847 | 32.1782 |
Yxy | 44.1847 | 0.3673 | 0.3661 |
Hunter Lab | 66.4716 | 2.7411 | 17.8284 |
CIE-Lab | 72.3518 | 6.9540 | 19.1124 |
#cbac8f color RGB value is (203,172,143).
#cbac8f hex color red value is 203, green value is 172 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #cbac8f hue: 0.08 , saturation: 0.37 and the lightness value of cbac8f is 0.68.
The process color (four color CMYK) of #cbac8f color hex is 0.00, 0.15, 0.30, 0.20. Web safe color of #cbac8f is #cc9999. Color #cbac8f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 10101100 | 10001111 |
Octal | 313 | 254 | 217 |
Decimal | 203 | 172 | 143 |
Hex | CB | AC | 8F |
Shades of #cbac8f
Tints of #cbac8f
RGB Percentages of Color #cbac8f
CMYK Percentages of Color #cbac8f
Complementary Color
#cbac8f | #8faecb |
#cbac8f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbac8f Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbac8f Color CSS Codes
.mybgcolor {background-color:#cbac8f; } .myforecolor {color:#cbac8f; } .mybordercolor {border:3px solid #cbac8f; }
#cbac8f Text Font Color
<p style="color:#cbac8f">Text here</p>
This sample text font color is #cbac8f
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.
#cbac8f Background Color
<div style="background-color:#cbac8f">
Div content here</div>
This div background color is #cbac8f
#cbac8f Border Color
<div style="border:3px solid #cbac8f">
Div here</div>
This div border color is #cbac8f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,172,143, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbac8f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbac8f; -webkit-box-shadow: 1px 1px 3px 2px #cbac8f; box-shadow: 1px 1px 3px 2px #cbac8f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,172,143, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cbac8f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbac8f; -webkit-box-shadow: 1px 1px 3px 2px #cbac8f; box-shadow: 1px 1px 3px 2px #cbac8f;">
Div content here</div>
This div box has shadow with color #cbac8f
Comments
No comments written yet.
Please login to write comment.