Color spaces of #cbac87
RGB | 203 | 172 | 135 |
---|---|---|---|
HSL | 0.09 | 0.40 | 0.66 |
HSV | 33° | 33° | 80° |
CMYK | 0.00 | 0.15 | 0.33 0.20 |
XYZ | 43.7543 | 43.9508 | 29.0989 |
Yxy | 43.9508 | 0.3746 | 0.3763 |
Hunter Lab | 66.2954 | 1.7913 | 20.3827 |
CIE-Lab | 72.1956 | 5.9148 | 23.2358 |
#cbac87 color RGB value is (203,172,135).
#cbac87 hex color red value is 203, green value is 172 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #cbac87 hue: 0.09 , saturation: 0.40 and the lightness value of cbac87 is 0.66.
The process color (four color CMYK) of #cbac87 color hex is 0.00, 0.15, 0.33, 0.20. Web safe color of #cbac87 is #cc9999. Color #cbac87 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 10101100 | 10000111 |
Octal | 313 | 254 | 207 |
Decimal | 203 | 172 | 135 |
Hex | CB | AC | 87 |
Shades of #cbac87
Tints of #cbac87
RGB Percentages of Color #cbac87
CMYK Percentages of Color #cbac87
Complementary Color
#cbac87 | #87a6cb |
#cbac87 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbac87 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbac87 Color CSS Codes
.mybgcolor {background-color:#cbac87; } .myforecolor {color:#cbac87; } .mybordercolor {border:3px solid #cbac87; }
#cbac87 Text Font Color
<p style="color:#cbac87">Text here</p>
This sample text font color is #cbac87
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.
#cbac87 Background Color
<div style="background-color:#cbac87">
Div content here</div>
This div background color is #cbac87
#cbac87 Border Color
<div style="border:3px solid #cbac87">
Div here</div>
This div border color is #cbac87
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,172,135, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbac87; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbac87; -webkit-box-shadow: 1px 1px 3px 2px #cbac87; box-shadow: 1px 1px 3px 2px #cbac87; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,172,135, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cbac87">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbac87; -webkit-box-shadow: 1px 1px 3px 2px #cbac87; box-shadow: 1px 1px 3px 2px #cbac87;">
Div content here</div>
This div box has shadow with color #cbac87
Comments
No comments written yet.
Please login to write comment.