Color spaces of #cbc742
RGB | 203 | 199 | 66 |
---|---|---|---|
HSL | 0.16 | 0.57 | 0.53 |
HSV | 58° | 67° | 80° |
CMYK | 0.00 | 0.02 | 0.67 0.20 |
XYZ | 46.0354 | 53.9367 | 13.1388 |
Yxy | 53.9367 | 0.4070 | 0.4768 |
Hunter Lab | 73.4416 | -16.6337 | 40.8021 |
CIE-Lab | 78.4248 | -14.3394 | 63.9699 |
#cbc742 color RGB value is (203,199,66).
#cbc742 hex color red value is 203, green value is 199 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #cbc742 hue: 0.16 , saturation: 0.57 and the lightness value of cbc742 is 0.53.
The process color (four color CMYK) of #cbc742 color hex is 0.00, 0.02, 0.67, 0.20. Web safe color of #cbc742 is #cccc33. Color #cbc742 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 11000111 | 01000010 |
Octal | 313 | 307 | 102 |
Decimal | 203 | 199 | 66 |
Hex | CB | C7 | 42 |
Shades of #cbc742
Tints of #cbc742
RGB Percentages of Color #cbc742
CMYK Percentages of Color #cbc742
Complementary Color
#cbc742 | #4246cb |
#cbc742 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbc742 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbc742 Color CSS Codes
.mybgcolor {background-color:#cbc742; } .myforecolor {color:#cbc742; } .mybordercolor {border:3px solid #cbc742; }
#cbc742 Text Font Color
<p style="color:#cbc742">Text here</p>
This sample text font color is #cbc742
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.
#cbc742 Background Color
<div style="background-color:#cbc742">
Div content here</div>
This div background color is #cbc742
#cbc742 Border Color
<div style="border:3px solid #cbc742">
Div here</div>
This div border color is #cbc742
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,199,66, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbc742; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbc742; -webkit-box-shadow: 1px 1px 3px 2px #cbc742; box-shadow: 1px 1px 3px 2px #cbc742; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,199,66, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cbc742">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbc742; -webkit-box-shadow: 1px 1px 3px 2px #cbc742; box-shadow: 1px 1px 3px 2px #cbc742;">
Div content here</div>
This div box has shadow with color #cbc742
Comments
No comments written yet.
Please login to write comment.