Color spaces of #cbc47b
RGB | 203 | 196 | 123 |
---|---|---|---|
HSL | 0.15 | 0.43 | 0.64 |
HSV | 55° | 39° | 80° |
CMYK | 0.00 | 0.03 | 0.39 0.20 |
XYZ | 47.9437 | 53.6064 | 26.5591 |
Yxy | 53.6064 | 0.3742 | 0.4184 |
Hunter Lab | 73.2164 | -11.2430 | 29.7441 |
CIE-Lab | 78.2317 | -8.1545 | 37.5055 |
#cbc47b color RGB value is (203,196,123).
#cbc47b hex color red value is 203, green value is 196 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #cbc47b hue: 0.15 , saturation: 0.43 and the lightness value of cbc47b is 0.64.
The process color (four color CMYK) of #cbc47b color hex is 0.00, 0.03, 0.39, 0.20. Web safe color of #cbc47b is #cccc66. Color #cbc47b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 11000100 | 01111011 |
Octal | 313 | 304 | 173 |
Decimal | 203 | 196 | 123 |
Hex | CB | C4 | 7B |
Shades of #cbc47b
Tints of #cbc47b
RGB Percentages of Color #cbc47b
CMYK Percentages of Color #cbc47b
Complementary Color
#cbc47b | #7b82cb |
#cbc47b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbc47b Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbc47b Color CSS Codes
.mybgcolor {background-color:#cbc47b; } .myforecolor {color:#cbc47b; } .mybordercolor {border:3px solid #cbc47b; }
#cbc47b Text Font Color
<p style="color:#cbc47b">Text here</p>
This sample text font color is #cbc47b
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.
#cbc47b Background Color
<div style="background-color:#cbc47b">
Div content here</div>
This div background color is #cbc47b
#cbc47b Border Color
<div style="border:3px solid #cbc47b">
Div here</div>
This div border color is #cbc47b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,196,123, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbc47b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbc47b; -webkit-box-shadow: 1px 1px 3px 2px #cbc47b; box-shadow: 1px 1px 3px 2px #cbc47b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,196,123, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cbc47b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbc47b; -webkit-box-shadow: 1px 1px 3px 2px #cbc47b; box-shadow: 1px 1px 3px 2px #cbc47b;">
Div content here</div>
This div box has shadow with color #cbc47b
Comments
No comments written yet.
Please login to write comment.