Color Hex Logo

#c29dac Color Hex

#C29DAC
(194,157,172)
0 Favorites   0 Comments

Color spaces of #c29dac

RGB 194157172
HSL0.930.230.69
HSV336°19°76°
CMYK 0.000.190.11   0.24
XYZ41.751538.561844.2724
Yxy38.56180.33510.3095
Hunter Lab62.098111.34221.1984
CIE-Lab68.432716.1516-2.5944

#c29dac color RGB value is (194,157,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10011101 10101100
Octal 302 235 254
Decimal 194 157 172
Hex C2 9D AC

RGB Percentages of Color #c29dac

%37.09
%30.02
%32.89

CMYK Percentages of Color #c29dac

%0
%19
%11
%24

Triadic Colors of #c29dac

#c29dac #acc29d #9dacc2

Analogous Colors of #c29dac

#c29dac #c2a19d #c29dbf

Monochromatic Colors of #c29dac

#c29dac

Complementary Color

#c29dac #9dc2b3

#c29dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c29dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c29dac Color CSS Codes

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

#c29dac Text Font Color

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

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


#c29dac Background Color

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

This div background color is #c29dac


#c29dac Border Color

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

This div border color is #c29dac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,157,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 #c29dac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c29dac


Comments

No comments written yet.

Please login to write comment.