Color spaces of #c1cb3f
RGB | 193 | 203 | 63 |
---|---|---|---|
HSL | 0.18 | 0.57 | 0.52 |
HSV | 64° | 69° | 80° |
CMYK | 0.05 | 0.00 | 0.69 0.20 |
XYZ | 44.2455 | 54.4082 | 12.8725 |
Yxy | 54.4082 | 0.3967 | 0.4879 |
Hunter Lab | 73.7619 | -22.0115 | 41.2864 |
CIE-Lab | 78.6992 | -20.6784 | 65.1152 |
#c1cb3f color RGB value is (193,203,63).
#c1cb3f hex color red value is 193, green value is 203 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #c1cb3f hue: 0.18 , saturation: 0.57 and the lightness value of c1cb3f is 0.52.
The process color (four color CMYK) of #c1cb3f color hex is 0.05, 0.00, 0.69, 0.20. Web safe color of #c1cb3f is #cccc33. Color #c1cb3f contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000001 | 11001011 | 00111111 |
Octal | 301 | 313 | 77 |
Decimal | 193 | 203 | 63 |
Hex | C1 | CB | 3F |
Shades of #c1cb3f
Tints of #c1cb3f
RGB Percentages of Color #c1cb3f
CMYK Percentages of Color #c1cb3f
Complementary Color
#c1cb3f | #493fcb |
#c1cb3f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c1cb3f Color Preview on White Background
Lorem ipsum dolor sit amet.
#c1cb3f Color CSS Codes
.mybgcolor {background-color:#c1cb3f; } .myforecolor {color:#c1cb3f; } .mybordercolor {border:3px solid #c1cb3f; }
#c1cb3f Text Font Color
<p style="color:#c1cb3f">Text here</p>
This sample text font color is #c1cb3f
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.
#c1cb3f Background Color
<div style="background-color:#c1cb3f">
Div content here</div>
This div background color is #c1cb3f
#c1cb3f Border Color
<div style="border:3px solid #c1cb3f">
Div here</div>
This div border color is #c1cb3f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(193,203,63, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c1cb3f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c1cb3f; -webkit-box-shadow: 1px 1px 3px 2px #c1cb3f; box-shadow: 1px 1px 3px 2px #c1cb3f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(193,203,63, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c1cb3f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c1cb3f; -webkit-box-shadow: 1px 1px 3px 2px #c1cb3f; box-shadow: 1px 1px 3px 2px #c1cb3f;">
Div content here</div>
This div box has shadow with color #c1cb3f
Comments
No comments written yet.
Please login to write comment.