Color Hex Logo

#c5a052 Color Hex

#C5A052
(197,160,82)
0 Favorites   0 Comments

Color spaces of #c5a052

RGB 19716082
HSL0.110.500.55
HSV41°58°77°
CMYK 0.000.190.58   0.23
XYZ37.119837.621113.2878
Yxy37.62110.42170.4274
Hunter Lab61.33600.687930.0907
CIE-Lab67.74044.526145.1764

#c5a052 color RGB value is (197,160,82).

#c5a052 hex color red value is 197, green value is 160 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #c5a052 hue: 0.11 , saturation: 0.50 and the lightness value of c5a052 is 0.55.

The process color (four color CMYK) of #c5a052 color hex is 0.00, 0.19, 0.58, 0.23. Web safe color of #c5a052 is #cc9966. Color #c5a052 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10100000 01010010
Octal 305 240 122
Decimal 197 160 82
Hex C5 A0 52

RGB Percentages of Color #c5a052

%44.87
%36.45
%18.68

CMYK Percentages of Color #c5a052

%0
%19
%58
%23

Triadic Colors of #c5a052

#c5a052 #52c5a0 #a052c5

Analogous Colors of #c5a052

#c5a052 #b1c552 #c56752

Monochromatic Colors of #c5a052

#c5a052

Complementary Color

#c5a052 #5277c5

#c5a052 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5a052 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5a052 Color CSS Codes

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

#c5a052 Text Font Color

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

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


#c5a052 Background Color

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

This div background color is #c5a052


#c5a052 Border Color

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

This div border color is #c5a052


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(197,160,82, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c5a052; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c5a052;
  -webkit-box-shadow: 1px 1px 3px 2px #c5a052;
  box-shadow:         1px 1px 3px 2px #c5a052; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,160,82, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5a052


Comments

No comments written yet.

Please login to write comment.