Color spaces of #cbc42a
RGB | 203 | 196 | 42 |
---|---|---|---|
HSL | 0.16 | 0.66 | 0.48 |
HSV | 57° | 79° | 80° |
CMYK | 0.00 | 0.03 | 0.79 0.20 |
XYZ | 44.7864 | 52.3435 | 9.9333 |
Yxy | 52.3435 | 0.4183 | 0.4889 |
Hunter Lab | 72.3488 | -16.1128 | 42.5038 |
CIE-Lab | 77.4858 | -13.8757 | 71.1481 |
#cbc42a color RGB value is (203,196,42).
#cbc42a hex color red value is 203, green value is 196 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #cbc42a hue: 0.16 , saturation: 0.66 and the lightness value of cbc42a is 0.48.
The process color (four color CMYK) of #cbc42a color hex is 0.00, 0.03, 0.79, 0.20. Web safe color of #cbc42a is #cccc33. Color #cbc42a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 11000100 | 00101010 |
Octal | 313 | 304 | 52 |
Decimal | 203 | 196 | 42 |
Hex | CB | C4 | 2A |
Shades of #cbc42a
Tints of #cbc42a
RGB Percentages of Color #cbc42a
CMYK Percentages of Color #cbc42a
Complementary Color
#cbc42a | #2a31cb |
#cbc42a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbc42a Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbc42a Color CSS Codes
.mybgcolor {background-color:#cbc42a; } .myforecolor {color:#cbc42a; } .mybordercolor {border:3px solid #cbc42a; }
#cbc42a Text Font Color
<p style="color:#cbc42a">Text here</p>
This sample text font color is #cbc42a
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.
#cbc42a Background Color
<div style="background-color:#cbc42a">
Div content here</div>
This div background color is #cbc42a
#cbc42a Border Color
<div style="border:3px solid #cbc42a">
Div here</div>
This div border color is #cbc42a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,196,42, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbc42a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbc42a; -webkit-box-shadow: 1px 1px 3px 2px #cbc42a; box-shadow: 1px 1px 3px 2px #cbc42a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,196,42, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cbc42a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbc42a; -webkit-box-shadow: 1px 1px 3px 2px #cbc42a; box-shadow: 1px 1px 3px 2px #cbc42a;">
Div content here</div>
This div box has shadow with color #cbc42a
Comments
No comments written yet.
Please login to write comment.