Color spaces of #cbc36f
RGB | 203 | 195 | 111 |
---|---|---|---|
HSL | 0.15 | 0.47 | 0.62 |
HSV | 55° | 45° | 80° |
CMYK | 0.00 | 0.04 | 0.45 0.20 |
XYZ | 47.0130 | 52.8744 | 22.7669 |
Yxy | 52.8744 | 0.3833 | 0.4311 |
Hunter Lab | 72.7148 | -11.8435 | 32.3367 |
CIE-Lab | 77.8008 | -8.8896 | 43.0181 |
#cbc36f color RGB value is (203,195,111).
#cbc36f hex color red value is 203, green value is 195 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #cbc36f hue: 0.15 , saturation: 0.47 and the lightness value of cbc36f is 0.62.
The process color (four color CMYK) of #cbc36f color hex is 0.00, 0.04, 0.45, 0.20. Web safe color of #cbc36f is #cccc66. Color #cbc36f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 11000011 | 01101111 |
Octal | 313 | 303 | 157 |
Decimal | 203 | 195 | 111 |
Hex | CB | C3 | 6F |
Shades of #cbc36f
Tints of #cbc36f
RGB Percentages of Color #cbc36f
CMYK Percentages of Color #cbc36f
Complementary Color
#cbc36f | #6f77cb |
#cbc36f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbc36f Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbc36f Color CSS Codes
.mybgcolor {background-color:#cbc36f; } .myforecolor {color:#cbc36f; } .mybordercolor {border:3px solid #cbc36f; }
#cbc36f Text Font Color
<p style="color:#cbc36f">Text here</p>
This sample text font color is #cbc36f
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.
#cbc36f Background Color
<div style="background-color:#cbc36f">
Div content here</div>
This div background color is #cbc36f
#cbc36f Border Color
<div style="border:3px solid #cbc36f">
Div here</div>
This div border color is #cbc36f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,195,111, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbc36f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbc36f; -webkit-box-shadow: 1px 1px 3px 2px #cbc36f; box-shadow: 1px 1px 3px 2px #cbc36f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,195,111, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cbc36f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbc36f; -webkit-box-shadow: 1px 1px 3px 2px #cbc36f; box-shadow: 1px 1px 3px 2px #cbc36f;">
Div content here</div>
This div box has shadow with color #cbc36f
Comments
No comments written yet.
Please login to write comment.