Color spaces of #cbb335
RGB | 203 | 179 | 53 |
---|---|---|---|
HSL | 0.14 | 0.59 | 0.50 |
HSV | 50° | 74° | 80° |
CMYK | 0.00 | 0.12 | 0.74 0.20 |
XYZ | 41.3913 | 45.1938 | 9.9099 |
Yxy | 45.1938 | 0.4289 | 0.4684 |
Hunter Lab | 67.2263 | -7.7435 | 38.3184 |
CIE-Lab | 73.0193 | -4.7147 | 63.5181 |
#cbb335 color RGB value is (203,179,53).
#cbb335 hex color red value is 203, green value is 179 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #cbb335 hue: 0.14 , saturation: 0.59 and the lightness value of cbb335 is 0.50.
The process color (four color CMYK) of #cbb335 color hex is 0.00, 0.12, 0.74, 0.20. Web safe color of #cbb335 is #cccc33. Color #cbb335 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 10110011 | 00110101 |
Octal | 313 | 263 | 65 |
Decimal | 203 | 179 | 53 |
Hex | CB | B3 | 35 |
Shades of #cbb335
Tints of #cbb335
RGB Percentages of Color #cbb335
CMYK Percentages of Color #cbb335
Complementary Color
#cbb335 | #354dcb |
#cbb335 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbb335 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbb335 Color CSS Codes
.mybgcolor {background-color:#cbb335; } .myforecolor {color:#cbb335; } .mybordercolor {border:3px solid #cbb335; }
#cbb335 Text Font Color
<p style="color:#cbb335">Text here</p>
This sample text font color is #cbb335
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.
#cbb335 Background Color
<div style="background-color:#cbb335">
Div content here</div>
This div background color is #cbb335
#cbb335 Border Color
<div style="border:3px solid #cbb335">
Div here</div>
This div border color is #cbb335
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,179,53, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbb335; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbb335; -webkit-box-shadow: 1px 1px 3px 2px #cbb335; box-shadow: 1px 1px 3px 2px #cbb335; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,179,53, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cbb335">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbb335; -webkit-box-shadow: 1px 1px 3px 2px #cbb335; box-shadow: 1px 1px 3px 2px #cbb335;">
Div content here</div>
This div box has shadow with color #cbb335
Comments
No comments written yet.
Please login to write comment.