Color Hex Logo

#c29cac Color Hex

#C29CAC
(194,156,172)
0 Favorites   0 Comments

Color spaces of #c29cac

RGB 194156172
HSL0.930.240.69
HSV335°20°76°
CMYK 0.000.200.11   0.24
XYZ41.583038.224844.2162
Yxy38.22480.33530.3082
Hunter Lab61.826211.85950.8760
CIE-Lab68.186016.7029-2.9570

#c29cac color RGB value is (194,156,172).

#c29cac hex color red value is 194, green value is 156 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #c29cac hue: 0.93 , saturation: 0.24 and the lightness value of c29cac is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10011100 10101100
Octal 302 234 254
Decimal 194 156 172
Hex C2 9C AC

RGB Percentages of Color #c29cac

%37.16
%29.89
%32.95

CMYK Percentages of Color #c29cac

%0
%20
%11
%24

Triadic Colors of #c29cac

#c29cac #acc29c #9cacc2

Analogous Colors of #c29cac

#c29cac #c29f9c #c29cbf

Monochromatic Colors of #c29cac

#c29cac

Complementary Color

#c29cac #9cc2b2

#c29cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c29cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c29cac Color CSS Codes

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

#c29cac Text Font Color

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

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


#c29cac Background Color

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

This div background color is #c29cac


#c29cac Border Color

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

This div border color is #c29cac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c29cac


Comments

No comments written yet.

Please login to write comment.