Color Hex Logo

#c29955 Color Hex

#C29955
(194,153,85)
0 Favorites   0 Comments

Color spaces of #c29955

RGB 19415385
HSL0.100.470.55
HSV37°56°76°
CMYK 0.000.210.56   0.24
XYZ35.279134.907713.4728
Yxy34.90770.42170.4173
Hunter Lab59.08273.190027.8379
CIE-Lab65.67677.277541.1600

#c29955 color RGB value is (194,153,85).

#c29955 hex color red value is 194, green value is 153 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #c29955 hue: 0.10 , saturation: 0.47 and the lightness value of c29955 is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10011001 01010101
Octal 302 231 125
Decimal 194 153 85
Hex C2 99 55

RGB Percentages of Color #c29955

%44.91
%35.42
%19.68

CMYK Percentages of Color #c29955

%0
%21
%56
%24

Triadic Colors of #c29955

#c29955 #55c299 #9955c2

Analogous Colors of #c29955

#c29955 #b5c255 #c26355

Monochromatic Colors of #c29955

#c29955

Complementary Color

#c29955 #557ec2

#c29955 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c29955 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c29955 Color CSS Codes

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

#c29955 Text Font Color

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

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


#c29955 Background Color

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

This div background color is #c29955


#c29955 Border Color

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

This div border color is #c29955


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c29955


Comments

No comments written yet.

Please login to write comment.