Color Hex Logo

#c39daa Color Hex

#C39DAA
(195,157,170)
0 Favorites   0 Comments

Color spaces of #c39daa

RGB 195157170
HSL0.940.240.69
HSV339°19°76°
CMYK 0.000.190.13   0.24
XYZ41.818338.618343.2802
Yxy38.61830.33800.3122
Hunter Lab62.143611.36662.2078
CIE-Lab68.473916.1765-1.4081

#c39daa color RGB value is (195,157,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10011101 10101010
Octal 303 235 252
Decimal 195 157 170
Hex C3 9D AA

RGB Percentages of Color #c39daa

%37.36
%30.08
%32.57

CMYK Percentages of Color #c39daa

%0
%19
%13
%24

Triadic Colors of #c39daa

#c39daa #aac39d #9daac3

Analogous Colors of #c39daa

#c39daa #c3a39d #c39dbd

Monochromatic Colors of #c39daa

#c39daa

Complementary Color

#c39daa #9dc3b6

#c39daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c39daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c39daa Color CSS Codes

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

#c39daa Text Font Color

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

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


#c39daa Background Color

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

This div background color is #c39daa


#c39daa Border Color

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

This div border color is #c39daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c39daa


Comments

No comments written yet.

Please login to write comment.