Color Hex Logo

#c29fad Color Hex

#C29FAD
(194,159,173)
0 Favorites   0 Comments

Color spaces of #c29fad

RGB 194159173
HSL0.930.220.69
HSV336°18°76°
CMYK 0.000.180.11   0.24
XYZ42.189139.282744.8939
Yxy39.28270.33390.3109
Hunter Lab62.675910.47101.4045
CIE-Lab68.955615.2210-2.3830

#c29fad color RGB value is (194,159,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10011111 10101101
Octal 302 237 255
Decimal 194 159 173
Hex C2 9F AD

RGB Percentages of Color #c29fad

%36.88
%30.23
%32.89

CMYK Percentages of Color #c29fad

%0
%18
%11
%24

Triadic Colors of #c29fad

#c29fad #adc29f #9fadc2

Analogous Colors of #c29fad

#c29fad #c2a39f #c29fbf

Monochromatic Colors of #c29fad

#c29fad

Complementary Color

#c29fad #9fc2b4

#c29fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c29fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c29fad Color CSS Codes

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

#c29fad Text Font Color

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

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


#c29fad Background Color

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

This div background color is #c29fad


#c29fad Border Color

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

This div border color is #c29fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c29fad


Comments

No comments written yet.

Please login to write comment.