Color spaces of #cbc85e
RGB | 203 | 200 | 94 |
---|---|---|---|
HSL | 0.16 | 0.51 | 0.58 |
HSV | 58° | 54° | 80° |
CMYK | 0.00 | 0.01 | 0.54 0.20 |
XYZ | 47.3033 | 54.8132 | 18.6765 |
Yxy | 54.8132 | 0.3916 | 0.4538 |
Hunter Lab | 74.0359 | -15.5150 | 36.8685 |
CIE-Lab | 78.9335 | -12.9599 | 52.5544 |
#cbc85e color RGB value is (203,200,94).
#cbc85e hex color red value is 203, green value is 200 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #cbc85e hue: 0.16 , saturation: 0.51 and the lightness value of cbc85e is 0.58.
The process color (four color CMYK) of #cbc85e color hex is 0.00, 0.01, 0.54, 0.20. Web safe color of #cbc85e is #cccc66. Color #cbc85e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 11001000 | 01011110 |
Octal | 313 | 310 | 136 |
Decimal | 203 | 200 | 94 |
Hex | CB | C8 | 5E |
Shades of #cbc85e
Tints of #cbc85e
RGB Percentages of Color #cbc85e
CMYK Percentages of Color #cbc85e
Complementary Color
#cbc85e | #5e61cb |
#cbc85e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbc85e Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbc85e Color CSS Codes
.mybgcolor {background-color:#cbc85e; } .myforecolor {color:#cbc85e; } .mybordercolor {border:3px solid #cbc85e; }
#cbc85e Text Font Color
<p style="color:#cbc85e">Text here</p>
This sample text font color is #cbc85e
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.
#cbc85e Background Color
<div style="background-color:#cbc85e">
Div content here</div>
This div background color is #cbc85e
#cbc85e Border Color
<div style="border:3px solid #cbc85e">
Div here</div>
This div border color is #cbc85e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,200,94, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbc85e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbc85e; -webkit-box-shadow: 1px 1px 3px 2px #cbc85e; box-shadow: 1px 1px 3px 2px #cbc85e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,200,94, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cbc85e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbc85e; -webkit-box-shadow: 1px 1px 3px 2px #cbc85e; box-shadow: 1px 1px 3px 2px #cbc85e;">
Div content here</div>
This div box has shadow with color #cbc85e
Comments
No comments written yet.
Please login to write comment.