Color Hex Logo

#c2a953 Color Hex

#C2A953
(194,169,83)
0 Favorites   0 Comments

Color spaces of #c2a953

RGB 19416983
HSL0.130.480.54
HSV46°57°76°
CMYK 0.000.130.57   0.24
XYZ37.997440.469813.9924
Yxy40.46980.41100.4377
Hunter Lab63.6159-4.710831.4902
CIE-Lab69.8028-1.505847.0089

#c2a953 color RGB value is (194,169,83).

#c2a953 hex color red value is 194, green value is 169 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #c2a953 hue: 0.13 , saturation: 0.48 and the lightness value of c2a953 is 0.54.

The process color (four color CMYK) of #c2a953 color hex is 0.00, 0.13, 0.57, 0.24. Web safe color of #c2a953 is #cc9966. Color #c2a953 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10101001 01010011
Octal 302 251 123
Decimal 194 169 83
Hex C2 A9 53

RGB Percentages of Color #c2a953

%43.50
%37.89
%18.61

CMYK Percentages of Color #c2a953

%0
%13
%57
%24

Triadic Colors of #c2a953

#c2a953 #53c2a9 #a953c2

Analogous Colors of #c2a953

#c2a953 #a4c253 #c27253

Monochromatic Colors of #c2a953

#c2a953

Complementary Color

#c2a953 #536cc2

#c2a953 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2a953 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2a953 Color CSS Codes

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

#c2a953 Text Font Color

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

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


#c2a953 Background Color

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

This div background color is #c2a953


#c2a953 Border Color

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

This div border color is #c2a953


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2a953


Comments

No comments written yet.

Please login to write comment.