Color Hex Logo

#c29daa Color Hex

#C29DAA
(194,157,170)
0 Favorites   0 Comments

Color spaces of #c29daa

RGB 194157170
HSL0.940.230.69
HSV339°19°76°
CMYK 0.000.190.12   0.24
XYZ41.560838.485643.2682
Yxy38.48560.33700.3121
Hunter Lab62.036811.01962.0733
CIE-Lab68.377015.8119-1.5615

#c29daa color RGB value is (194,157,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10011101 10101010
Octal 302 235 252
Decimal 194 157 170
Hex C2 9D AA

RGB Percentages of Color #c29daa

%37.24
%30.13
%32.63

CMYK Percentages of Color #c29daa

%0
%19
%12
%24

Triadic Colors of #c29daa

#c29daa #aac29d #9daac2

Analogous Colors of #c29daa

#c29daa #c2a39d #c29dbd

Monochromatic Colors of #c29daa

#c29daa

Complementary Color

#c29daa #9dc2b5

#c29daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c29daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c29daa Color CSS Codes

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

#c29daa Text Font Color

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

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


#c29daa Background Color

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

This div background color is #c29daa


#c29daa Border Color

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

This div border color is #c29daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c29daa


Comments

No comments written yet.

Please login to write comment.