Color spaces of #cbc64d
RGB | 203 | 198 | 77 |
---|---|---|---|
HSL | 0.16 | 0.55 | 0.55 |
HSV | 58° | 62° | 80° |
CMYK | 0.00 | 0.02 | 0.62 0.20 |
XYZ | 46.1622 | 53.6205 | 14.9380 |
Yxy | 53.6205 | 0.4024 | 0.4674 |
Hunter Lab | 73.2260 | -15.6179 | 39.1631 |
CIE-Lab | 78.2399 | -13.1823 | 59.3315 |
#cbc64d color RGB value is (203,198,77).
#cbc64d hex color red value is 203, green value is 198 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #cbc64d hue: 0.16 , saturation: 0.55 and the lightness value of cbc64d is 0.55.
The process color (four color CMYK) of #cbc64d color hex is 0.00, 0.02, 0.62, 0.20. Web safe color of #cbc64d is #cccc66. Color #cbc64d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 11000110 | 01001101 |
Octal | 313 | 306 | 115 |
Decimal | 203 | 198 | 77 |
Hex | CB | C6 | 4D |
Shades of #cbc64d
Tints of #cbc64d
RGB Percentages of Color #cbc64d
CMYK Percentages of Color #cbc64d
Complementary Color
#cbc64d | #4d52cb |
#cbc64d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbc64d Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbc64d Color CSS Codes
.mybgcolor {background-color:#cbc64d; } .myforecolor {color:#cbc64d; } .mybordercolor {border:3px solid #cbc64d; }
#cbc64d Text Font Color
<p style="color:#cbc64d">Text here</p>
This sample text font color is #cbc64d
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.
#cbc64d Background Color
<div style="background-color:#cbc64d">
Div content here</div>
This div background color is #cbc64d
#cbc64d Border Color
<div style="border:3px solid #cbc64d">
Div here</div>
This div border color is #cbc64d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,198,77, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbc64d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbc64d; -webkit-box-shadow: 1px 1px 3px 2px #cbc64d; box-shadow: 1px 1px 3px 2px #cbc64d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,198,77, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cbc64d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbc64d; -webkit-box-shadow: 1px 1px 3px 2px #cbc64d; box-shadow: 1px 1px 3px 2px #cbc64d;">
Div content here</div>
This div box has shadow with color #cbc64d
Comments
No comments written yet.
Please login to write comment.