Color Hex Logo

#c2a52b Color Hex

#C2A52B
(194,165,43)
0 Favorites   0 Comments

Color spaces of #c2a52b

RGB 19416543
HSL0.130.640.46
HSV48°78°76°
CMYK 0.000.150.78   0.24
XYZ36.139338.55407.8224
Yxy38.55400.43800.4672
Hunter Lab62.0919-4.768535.9949
CIE-Lab68.4270-1.679862.4212

#c2a52b color RGB value is (194,165,43).

#c2a52b hex color red value is 194, green value is 165 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #c2a52b hue: 0.13 , saturation: 0.64 and the lightness value of c2a52b is 0.46.

The process color (four color CMYK) of #c2a52b color hex is 0.00, 0.15, 0.78, 0.24. Web safe color of #c2a52b is #cc9933. Color #c2a52b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10100101 00101011
Octal 302 245 53
Decimal 194 165 43
Hex C2 A5 2B

RGB Percentages of Color #c2a52b

%48.26
%41.04
%10.70

CMYK Percentages of Color #c2a52b

%0
%15
%78
%24

Triadic Colors of #c2a52b

#c2a52b #2bc2a5 #a52bc2

Analogous Colors of #c2a52b

#c2a52b #94c22b #c25a2b

Monochromatic Colors of #c2a52b

#c2a52b

Complementary Color

#c2a52b #2b48c2

#c2a52b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2a52b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2a52b Color CSS Codes

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

#c2a52b Text Font Color

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

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


#c2a52b Background Color

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

This div background color is #c2a52b


#c2a52b Border Color

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

This div border color is #c2a52b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2a52b


Comments

No comments written yet.

Please login to write comment.