Color spaces of #cbc24b
RGB | 203 | 194 | 75 |
---|---|---|---|
HSL | 0.15 | 0.55 | 0.55 |
HSV | 56° | 63° | 80° |
CMYK | 0.00 | 0.04 | 0.63 0.20 |
XYZ | 45.1904 | 51.7881 | 14.2709 |
Yxy | 51.7881 | 0.4062 | 0.4655 |
Hunter Lab | 71.9639 | -13.8463 | 38.6172 |
CIE-Lab | 77.1540 | -11.2790 | 59.0181 |
#cbc24b color RGB value is (203,194,75).
#cbc24b hex color red value is 203, green value is 194 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #cbc24b hue: 0.15 , saturation: 0.55 and the lightness value of cbc24b is 0.55.
The process color (four color CMYK) of #cbc24b color hex is 0.00, 0.04, 0.63, 0.20. Web safe color of #cbc24b is #cccc33. Color #cbc24b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 11000010 | 01001011 |
Octal | 313 | 302 | 113 |
Decimal | 203 | 194 | 75 |
Hex | CB | C2 | 4B |
Shades of #cbc24b
Tints of #cbc24b
RGB Percentages of Color #cbc24b
CMYK Percentages of Color #cbc24b
Complementary Color
#cbc24b | #4b54cb |
#cbc24b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbc24b Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbc24b Color CSS Codes
.mybgcolor {background-color:#cbc24b; } .myforecolor {color:#cbc24b; } .mybordercolor {border:3px solid #cbc24b; }
#cbc24b Text Font Color
<p style="color:#cbc24b">Text here</p>
This sample text font color is #cbc24b
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.
#cbc24b Background Color
<div style="background-color:#cbc24b">
Div content here</div>
This div background color is #cbc24b
#cbc24b Border Color
<div style="border:3px solid #cbc24b">
Div here</div>
This div border color is #cbc24b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,194,75, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbc24b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbc24b; -webkit-box-shadow: 1px 1px 3px 2px #cbc24b; box-shadow: 1px 1px 3px 2px #cbc24b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,194,75, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cbc24b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbc24b; -webkit-box-shadow: 1px 1px 3px 2px #cbc24b; box-shadow: 1px 1px 3px 2px #cbc24b;">
Div content here</div>
This div box has shadow with color #cbc24b
Comments
No comments written yet.
Please login to write comment.