Color spaces of #c2b73a
RGB | 194 | 183 | 58 |
---|---|---|---|
HSL | 0.15 | 0.54 | 0.49 |
HSV | 55° | 70° | 76° |
CMYK | 0.00 | 0.06 | 0.70 0.24 |
XYZ | 39.9453 | 45.6418 | 10.7074 |
Yxy | 45.6418 | 0.4148 | 0.4740 |
Hunter Lab | 67.5587 | -12.6864 | 37.8942 |
CIE-Lab | 73.3125 | -10.4442 | 61.6723 |
#c2b73a color RGB value is (194,183,58).
#c2b73a hex color red value is 194, green value is 183 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #c2b73a hue: 0.15 , saturation: 0.54 and the lightness value of c2b73a is 0.49.
The process color (four color CMYK) of #c2b73a color hex is 0.00, 0.06, 0.70, 0.24. Web safe color of #c2b73a is #cccc33. Color #c2b73a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000010 | 10110111 | 00111010 |
Octal | 302 | 267 | 72 |
Decimal | 194 | 183 | 58 |
Hex | C2 | B7 | 3A |
Shades of #c2b73a
Tints of #c2b73a
RGB Percentages of Color #c2b73a
CMYK Percentages of Color #c2b73a
Complementary Color
#c2b73a | #3a45c2 |
#c2b73a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c2b73a Color Preview on White Background
Lorem ipsum dolor sit amet.
#c2b73a Color CSS Codes
.mybgcolor {background-color:#c2b73a; } .myforecolor {color:#c2b73a; } .mybordercolor {border:3px solid #c2b73a; }
#c2b73a Text Font Color
<p style="color:#c2b73a">Text here</p>
This sample text font color is #c2b73a
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.
#c2b73a Background Color
<div style="background-color:#c2b73a">
Div content here</div>
This div background color is #c2b73a
#c2b73a Border Color
<div style="border:3px solid #c2b73a">
Div here</div>
This div border color is #c2b73a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(194,183,58, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c2b73a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c2b73a; -webkit-box-shadow: 1px 1px 3px 2px #c2b73a; box-shadow: 1px 1px 3px 2px #c2b73a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(194,183,58, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c2b73a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c2b73a; -webkit-box-shadow: 1px 1px 3px 2px #c2b73a; box-shadow: 1px 1px 3px 2px #c2b73a;">
Div content here</div>
This div box has shadow with color #c2b73a
Comments
No comments written yet.
Please login to write comment.