Color spaces of #c3b24f
RGB | 195 | 178 | 79 |
---|---|---|---|
HSL | 0.14 | 0.49 | 0.54 |
HSV | 51° | 59° | 76° |
CMYK | 0.00 | 0.09 | 0.59 0.24 |
XYZ | 39.8374 | 44.0074 | 13.7918 |
Yxy | 44.0074 | 0.4080 | 0.4507 |
Hunter Lab | 66.3381 | -8.8986 | 34.1102 |
CIE-Lab | 72.2334 | -6.1306 | 51.6843 |
#c3b24f color RGB value is (195,178,79).
#c3b24f hex color red value is 195, green value is 178 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #c3b24f hue: 0.14 , saturation: 0.49 and the lightness value of c3b24f is 0.54.
The process color (four color CMYK) of #c3b24f color hex is 0.00, 0.09, 0.59, 0.24. Web safe color of #c3b24f is #cc9966. Color #c3b24f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000011 | 10110010 | 01001111 |
Octal | 303 | 262 | 117 |
Decimal | 195 | 178 | 79 |
Hex | C3 | B2 | 4F |
Shades of #c3b24f
Tints of #c3b24f
RGB Percentages of Color #c3b24f
CMYK Percentages of Color #c3b24f
Complementary Color
#c3b24f | #4f60c3 |
#c3b24f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c3b24f Color Preview on White Background
Lorem ipsum dolor sit amet.
#c3b24f Color CSS Codes
.mybgcolor {background-color:#c3b24f; } .myforecolor {color:#c3b24f; } .mybordercolor {border:3px solid #c3b24f; }
#c3b24f Text Font Color
<p style="color:#c3b24f">Text here</p>
This sample text font color is #c3b24f
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.
#c3b24f Background Color
<div style="background-color:#c3b24f">
Div content here</div>
This div background color is #c3b24f
#c3b24f Border Color
<div style="border:3px solid #c3b24f">
Div here</div>
This div border color is #c3b24f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(195,178,79, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c3b24f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c3b24f; -webkit-box-shadow: 1px 1px 3px 2px #c3b24f; box-shadow: 1px 1px 3px 2px #c3b24f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(195,178,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 #c3b24f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c3b24f; -webkit-box-shadow: 1px 1px 3px 2px #c3b24f; box-shadow: 1px 1px 3px 2px #c3b24f;">
Div content here</div>
This div box has shadow with color #c3b24f
Comments
No comments written yet.
Please login to write comment.