Color Hex Logo

#c3ac5e Color Hex

#C3AC5E
(195,172,94)
0 Favorites   0 Comments

Color spaces of #c3ac5e

RGB 19517294
HSL0.130.460.57
HSV46°52°76°
CMYK 0.000.120.52   0.24
XYZ39.278641.915316.6099
Yxy41.91530.40160.4286
Hunter Lab64.7420-5.003730.1083
CIE-Lab70.8125-1.763642.8125

#c3ac5e color RGB value is (195,172,94).

#c3ac5e hex color red value is 195, green value is 172 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #c3ac5e hue: 0.13 , saturation: 0.46 and the lightness value of c3ac5e is 0.57.

The process color (four color CMYK) of #c3ac5e color hex is 0.00, 0.12, 0.52, 0.24. Web safe color of #c3ac5e is #cc9966. Color #c3ac5e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10101100 01011110
Octal 303 254 136
Decimal 195 172 94
Hex C3 AC 5E

RGB Percentages of Color #c3ac5e

%42.30
%37.31
%20.39

CMYK Percentages of Color #c3ac5e

%0
%12
%52
%24

Triadic Colors of #c3ac5e

#c3ac5e #5ec3ac #ac5ec3

Analogous Colors of #c3ac5e

#c3ac5e #a8c35e #c37a5e

Monochromatic Colors of #c3ac5e

#c3ac5e

Complementary Color

#c3ac5e #5e75c3

#c3ac5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3ac5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3ac5e Color CSS Codes

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

#c3ac5e Text Font Color

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

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


#c3ac5e Background Color

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

This div background color is #c3ac5e


#c3ac5e Border Color

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

This div border color is #c3ac5e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(195,172,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c3ac5e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c3ac5e;
  -webkit-box-shadow: 1px 1px 3px 2px #c3ac5e;
  box-shadow:         1px 1px 3px 2px #c3ac5e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,172,94, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3ac5e


Comments

No comments written yet.

Please login to write comment.