Color Hex Logo

#c2ac8e Color Hex

#C2AC8E
(194,172,142)
0 Favorites   0 Comments

Color spaces of #c2ac8e

RGB 194172142
HSL0.100.300.66
HSV35°27°76°
CMYK 0.000.110.27   0.24
XYZ41.883142.927431.6695
Yxy42.92740.35960.3685
Hunter Lab65.5190-0.551917.2047
CIE-Lab71.50573.304818.3593

#c2ac8e color RGB value is (194,172,142).

#c2ac8e hex color red value is 194, green value is 172 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #c2ac8e hue: 0.10 , saturation: 0.30 and the lightness value of c2ac8e is 0.66.

The process color (four color CMYK) of #c2ac8e color hex is 0.00, 0.11, 0.27, 0.24. Web safe color of #c2ac8e is #cc9999. Color #c2ac8e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10101100 10001110
Octal 302 254 216
Decimal 194 172 142
Hex C2 AC 8E

RGB Percentages of Color #c2ac8e

%38.19
%33.86
%27.95

CMYK Percentages of Color #c2ac8e

%0
%11
%27
%24

Triadic Colors of #c2ac8e

#c2ac8e #8ec2ac #ac8ec2

Analogous Colors of #c2ac8e

#c2ac8e #bec28e #c2928e

Monochromatic Colors of #c2ac8e

#c2ac8e

Complementary Color

#c2ac8e #8ea4c2

#c2ac8e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2ac8e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2ac8e Color CSS Codes

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

#c2ac8e Text Font Color

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

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


#c2ac8e Background Color

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

This div background color is #c2ac8e


#c2ac8e Border Color

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

This div border color is #c2ac8e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2ac8e


Comments

No comments written yet.

Please login to write comment.