Color Hex Logo

#c29378 Color Hex

#C29378
(194,147,120)
0 Favorites   0 Comments

Color spaces of #c29378

RGB 194147120
HSL0.060.380.62
HSV22°38°76°
CMYK 0.000.240.38   0.24
XYZ36.072033.692822.3715
Yxy33.69280.39150.3657
Hunter Lab58.04559.348017.7807
CIE-Lab64.718014.082121.1527

#c29378 color RGB value is (194,147,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10010011 01111000
Octal 302 223 170
Decimal 194 147 120
Hex C2 93 78

RGB Percentages of Color #c29378

%42.08
%31.89
%26.03

CMYK Percentages of Color #c29378

%0
%24
%38
%24

Triadic Colors of #c29378

#c29378 #78c293 #9378c2

Analogous Colors of #c29378

#c29378 #c2b878 #c27882

Monochromatic Colors of #c29378

#c29378

Complementary Color

#c29378 #78a7c2

#c29378 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c29378 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c29378 Color CSS Codes

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

#c29378 Text Font Color

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

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


#c29378 Background Color

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

This div background color is #c29378


#c29378 Border Color

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

This div border color is #c29378


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c29378


Comments

No comments written yet.

Please login to write comment.