Color Hex Logo

#c2b53c Color Hex

#C2B53C
(194,181,60)
0 Favorites   0 Comments

Color spaces of #c2b53c

RGB 19418160
HSL0.150.530.50
HSV54°69°76°
CMYK 0.000.070.69   0.24
XYZ39.587644.843310.8441
Yxy44.84330.41550.4707
Hunter Lab66.9651-11.665637.2744
CIE-Lab72.7886-9.307260.3778

#c2b53c color RGB value is (194,181,60).

#c2b53c hex color red value is 194, green value is 181 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #c2b53c hue: 0.15 , saturation: 0.53 and the lightness value of c2b53c is 0.50.

The process color (four color CMYK) of #c2b53c color hex is 0.00, 0.07, 0.69, 0.24. Web safe color of #c2b53c is #cccc33. Color #c2b53c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10110101 00111100
Octal 302 265 74
Decimal 194 181 60
Hex C2 B5 3C

RGB Percentages of Color #c2b53c

%44.60
%41.61
%13.79

CMYK Percentages of Color #c2b53c

%0
%7
%69
%24

Triadic Colors of #c2b53c

#c2b53c #3cc2b5 #b53cc2

Analogous Colors of #c2b53c

#c2b53c #8cc23c #c2723c

Monochromatic Colors of #c2b53c

#c2b53c

Complementary Color

#c2b53c #3c49c2

#c2b53c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2b53c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2b53c Color CSS Codes

.mybgcolor {background-color:#c2b53c; } 
.myforecolor {color:#c2b53c; }
.mybordercolor {border:3px solid #c2b53c; }

#c2b53c Text Font Color

<p style="color:#c2b53c">Text here</p>

This sample text font color is #c2b53c
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.


#c2b53c Background Color

<div style="background-color:#c2b53c">
Div content here</div>

This div background color is #c2b53c


#c2b53c Border Color

<div style="border:3px solid #c2b53c">
Div here</div>

This div border color is #c2b53c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(194,181,60, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c2b53c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c2b53c;
  -webkit-box-shadow: 1px 1px 3px 2px #c2b53c;
  box-shadow:         1px 1px 3px 2px #c2b53c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,181,60, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c2b53c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c2b53c;
  -webkit-box-shadow: 1px 1px 3px 2px #c2b53c;
  box-shadow:         1px 1px 3px 2px #c2b53c;">
Div content here</div>

This div box has shadow with color #c2b53c


Comments

No comments written yet.

Please login to write comment.