Color spaces of #cbb940
RGB | 203 | 185 | 64 |
---|---|---|---|
HSL | 0.15 | 0.57 | 0.52 |
HSV | 52° | 68° | 80° |
CMYK | 0.00 | 0.09 | 0.68 0.20 |
XYZ | 42.9030 | 47.7646 | 11.8087 |
Yxy | 47.7646 | 0.4187 | 0.4661 |
Hunter Lab | 69.1119 | -10.1375 | 38.2479 |
CIE-Lab | 74.6762 | -7.2977 | 60.9612 |
#cbb940 color RGB value is (203,185,64).
#cbb940 hex color red value is 203, green value is 185 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #cbb940 hue: 0.15 , saturation: 0.57 and the lightness value of cbb940 is 0.52.
The process color (four color CMYK) of #cbb940 color hex is 0.00, 0.09, 0.68, 0.20. Web safe color of #cbb940 is #cccc33. Color #cbb940 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 10111001 | 01000000 |
Octal | 313 | 271 | 100 |
Decimal | 203 | 185 | 64 |
Hex | CB | B9 | 40 |
Shades of #cbb940
Tints of #cbb940
RGB Percentages of Color #cbb940
CMYK Percentages of Color #cbb940
Complementary Color
#cbb940 | #4052cb |
#cbb940 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbb940 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbb940 Color CSS Codes
.mybgcolor {background-color:#cbb940; } .myforecolor {color:#cbb940; } .mybordercolor {border:3px solid #cbb940; }
#cbb940 Text Font Color
<p style="color:#cbb940">Text here</p>
This sample text font color is #cbb940
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.
#cbb940 Background Color
<div style="background-color:#cbb940">
Div content here</div>
This div background color is #cbb940
#cbb940 Border Color
<div style="border:3px solid #cbb940">
Div here</div>
This div border color is #cbb940
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,185,64, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbb940; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbb940; -webkit-box-shadow: 1px 1px 3px 2px #cbb940; box-shadow: 1px 1px 3px 2px #cbb940; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,185,64, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cbb940">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbb940; -webkit-box-shadow: 1px 1px 3px 2px #cbb940; box-shadow: 1px 1px 3px 2px #cbb940;">
Div content here</div>
This div box has shadow with color #cbb940
#cbb940 Color Palettes
Comments
No comments written yet.
Please login to write comment.