Color Hex Logo

#c29d78 Color Hex

#C29D78
(194,157,120)
0 Favorites   0 Comments

Color spaces of #c29d78

RGB 194157120
HSL0.080.380.62
HSV30°38°76°
CMYK 0.000.190.38   0.24
XYZ37.695336.939322.9126
Yxy36.93930.38640.3787
Hunter Lab60.77774.347520.1926
CIE-Lab67.23158.598924.5424

#c29d78 color RGB value is (194,157,120).

#c29d78 hex color red value is 194, green value is 157 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #c29d78 hue: 0.08 , saturation: 0.38 and the lightness value of c29d78 is 0.62.

The process color (four color CMYK) of #c29d78 color hex is 0.00, 0.19, 0.38, 0.24. Web safe color of #c29d78 is #cc9966. Color #c29d78 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10011101 01111000
Octal 302 235 170
Decimal 194 157 120
Hex C2 9D 78

RGB Percentages of Color #c29d78

%41.19
%33.33
%25.48

CMYK Percentages of Color #c29d78

%0
%19
%38
%24

Triadic Colors of #c29d78

#c29d78 #78c29d #9d78c2

Analogous Colors of #c29d78

#c29d78 #c2c278 #c27878

Monochromatic Colors of #c29d78

#c29d78

Complementary Color

#c29d78 #789dc2

#c29d78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c29d78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c29d78 Color CSS Codes

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

#c29d78 Text Font Color

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

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


#c29d78 Background Color

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

This div background color is #c29d78


#c29d78 Border Color

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

This div border color is #c29d78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c29d78


Comments

No comments written yet.

Please login to write comment.