Color spaces of #c2b350
RGB | 194 | 179 | 80 |
---|---|---|---|
HSL | 0.14 | 0.48 | 0.54 |
HSV | 52° | 59° | 76° |
CMYK | 0.00 | 0.08 | 0.59 0.24 |
XYZ | 39.8162 | 44.2887 | 14.0395 |
Yxy | 44.2887 | 0.4057 | 0.4513 |
Hunter Lab | 66.5498 | -9.6669 | 34.0769 |
CIE-Lab | 72.4210 | -7.0056 | 51.4100 |
#c2b350 color RGB value is (194,179,80).
#c2b350 hex color red value is 194, green value is 179 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #c2b350 hue: 0.14 , saturation: 0.48 and the lightness value of c2b350 is 0.54.
The process color (four color CMYK) of #c2b350 color hex is 0.00, 0.08, 0.59, 0.24. Web safe color of #c2b350 is #cccc66. Color #c2b350 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000010 | 10110011 | 01010000 |
Octal | 302 | 263 | 120 |
Decimal | 194 | 179 | 80 |
Hex | C2 | B3 | 50 |
Shades of #c2b350
Tints of #c2b350
RGB Percentages of Color #c2b350
CMYK Percentages of Color #c2b350
Complementary Color
#c2b350 | #505fc2 |
#c2b350 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c2b350 Color Preview on White Background
Lorem ipsum dolor sit amet.
#c2b350 Color CSS Codes
.mybgcolor {background-color:#c2b350; } .myforecolor {color:#c2b350; } .mybordercolor {border:3px solid #c2b350; }
#c2b350 Text Font Color
<p style="color:#c2b350">Text here</p>
This sample text font color is #c2b350
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.
#c2b350 Background Color
<div style="background-color:#c2b350">
Div content here</div>
This div background color is #c2b350
#c2b350 Border Color
<div style="border:3px solid #c2b350">
Div here</div>
This div border color is #c2b350
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(194,179,80, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c2b350; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c2b350; -webkit-box-shadow: 1px 1px 3px 2px #c2b350; box-shadow: 1px 1px 3px 2px #c2b350; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(194,179,80, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c2b350">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c2b350; -webkit-box-shadow: 1px 1px 3px 2px #c2b350; box-shadow: 1px 1px 3px 2px #c2b350;">
Div content here</div>
This div box has shadow with color #c2b350
Comments
No comments written yet.
Please login to write comment.