Color spaces of #c3c40e
RGB | 195 | 196 | 14 |
---|---|---|---|
HSL | 0.17 | 0.87 | 0.41 |
HSV | 60° | 93° | 77° |
CMYK | 0.01 | 0.00 | 0.93 0.23 |
XYZ | 42.3249 | 51.1137 | 8.0506 |
Yxy | 51.1137 | 0.4170 | 0.5036 |
Hunter Lab | 71.4938 | -19.4409 | 43.3693 |
CIE-Lab | 76.7478 | -17.9576 | 75.9668 |
#c3c40e color RGB value is (195,196,14).
#c3c40e hex color red value is 195, green value is 196 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #c3c40e hue: 0.17 , saturation: 0.87 and the lightness value of c3c40e is 0.41.
The process color (four color CMYK) of #c3c40e color hex is 0.01, 0.00, 0.93, 0.23. Web safe color of #c3c40e is #cccc00. Color #c3c40e contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000011 | 11000100 | 00001110 |
Octal | 303 | 304 | 16 |
Decimal | 195 | 196 | 14 |
Hex | C3 | C4 | E |
Shades of #c3c40e
Tints of #c3c40e
RGB Percentages of Color #c3c40e
CMYK Percentages of Color #c3c40e
Complementary Color
#c3c40e | #0f0ec4 |
#c3c40e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c3c40e Color Preview on White Background
Lorem ipsum dolor sit amet.
#c3c40e Color CSS Codes
.mybgcolor {background-color:#c3c40e; } .myforecolor {color:#c3c40e; } .mybordercolor {border:3px solid #c3c40e; }
#c3c40e Text Font Color
<p style="color:#c3c40e">Text here</p>
This sample text font color is #c3c40e
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.
#c3c40e Background Color
<div style="background-color:#c3c40e">
Div content here</div>
This div background color is #c3c40e
#c3c40e Border Color
<div style="border:3px solid #c3c40e">
Div here</div>
This div border color is #c3c40e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(195,196,14, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c3c40e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c3c40e; -webkit-box-shadow: 1px 1px 3px 2px #c3c40e; box-shadow: 1px 1px 3px 2px #c3c40e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(195,196,14, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c3c40e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c3c40e; -webkit-box-shadow: 1px 1px 3px 2px #c3c40e; box-shadow: 1px 1px 3px 2px #c3c40e;">
Div content here</div>
This div box has shadow with color #c3c40e
Comments
No comments written yet.
Please login to write comment.