Color spaces of #cbc70d
RGB | 203 | 199 | 13 |
---|---|---|---|
HSL | 0.16 | 0.88 | 0.42 |
HSV | 59° | 94° | 80° |
CMYK | 0.00 | 0.02 | 0.94 0.20 |
XYZ | 45.1247 | 53.5724 | 8.3430 |
Yxy | 53.5724 | 0.4216 | 0.5005 |
Hunter Lab | 73.1932 | -18.0401 | 44.4770 |
CIE-Lab | 78.2117 | -16.0276 | 77.4865 |
#cbc70d color RGB value is (203,199,13).
#cbc70d hex color red value is 203, green value is 199 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #cbc70d hue: 0.16 , saturation: 0.88 and the lightness value of cbc70d is 0.42.
The process color (four color CMYK) of #cbc70d color hex is 0.00, 0.02, 0.94, 0.20. Web safe color of #cbc70d is #cccc00. Color #cbc70d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 11000111 | 00001101 |
Octal | 313 | 307 | 15 |
Decimal | 203 | 199 | 13 |
Hex | CB | C7 | D |
Shades of #cbc70d
Tints of #cbc70d
RGB Percentages of Color #cbc70d
CMYK Percentages of Color #cbc70d
Complementary Color
#cbc70d | #0d11cb |
#cbc70d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbc70d Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbc70d Color CSS Codes
.mybgcolor {background-color:#cbc70d; } .myforecolor {color:#cbc70d; } .mybordercolor {border:3px solid #cbc70d; }
#cbc70d Text Font Color
<p style="color:#cbc70d">Text here</p>
This sample text font color is #cbc70d
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.
#cbc70d Background Color
<div style="background-color:#cbc70d">
Div content here</div>
This div background color is #cbc70d
#cbc70d Border Color
<div style="border:3px solid #cbc70d">
Div here</div>
This div border color is #cbc70d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,199,13, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbc70d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbc70d; -webkit-box-shadow: 1px 1px 3px 2px #cbc70d; box-shadow: 1px 1px 3px 2px #cbc70d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,199,13, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cbc70d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbc70d; -webkit-box-shadow: 1px 1px 3px 2px #cbc70d; box-shadow: 1px 1px 3px 2px #cbc70d;">
Div content here</div>
This div box has shadow with color #cbc70d
Comments
No comments written yet.
Please login to write comment.