Color spaces of #cbc84f
RGB | 203 | 200 | 79 |
---|---|---|---|
HSL | 0.16 | 0.54 | 0.55 |
HSV | 59° | 61° | 80° |
CMYK | 0.00 | 0.01 | 0.61 0.20 |
XYZ | 46.6942 | 54.5696 | 15.4691 |
Yxy | 54.5696 | 0.4000 | 0.4675 |
Hunter Lab | 73.8712 | -16.4444 | 39.2942 |
CIE-Lab | 78.7927 | -14.0609 | 59.0763 |
#cbc84f color RGB value is (203,200,79).
#cbc84f hex color red value is 203, green value is 200 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #cbc84f hue: 0.16 , saturation: 0.54 and the lightness value of cbc84f is 0.55.
The process color (four color CMYK) of #cbc84f color hex is 0.00, 0.01, 0.61, 0.20. Web safe color of #cbc84f is #cccc66. Color #cbc84f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 11001000 | 01001111 |
Octal | 313 | 310 | 117 |
Decimal | 203 | 200 | 79 |
Hex | CB | C8 | 4F |
Shades of #cbc84f
Tints of #cbc84f
RGB Percentages of Color #cbc84f
CMYK Percentages of Color #cbc84f
Complementary Color
#cbc84f | #4f52cb |
#cbc84f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbc84f Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbc84f Color CSS Codes
.mybgcolor {background-color:#cbc84f; } .myforecolor {color:#cbc84f; } .mybordercolor {border:3px solid #cbc84f; }
#cbc84f Text Font Color
<p style="color:#cbc84f">Text here</p>
This sample text font color is #cbc84f
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.
#cbc84f Background Color
<div style="background-color:#cbc84f">
Div content here</div>
This div background color is #cbc84f
#cbc84f Border Color
<div style="border:3px solid #cbc84f">
Div here</div>
This div border color is #cbc84f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,200,79, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbc84f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbc84f; -webkit-box-shadow: 1px 1px 3px 2px #cbc84f; box-shadow: 1px 1px 3px 2px #cbc84f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,200,79, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cbc84f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbc84f; -webkit-box-shadow: 1px 1px 3px 2px #cbc84f; box-shadow: 1px 1px 3px 2px #cbc84f;">
Div content here</div>
This div box has shadow with color #cbc84f
Comments
No comments written yet.
Please login to write comment.