Color Hex Logo

#c29b50 Color Hex

#C29B50
(194,155,80)
0 Favorites   0 Comments

Color spaces of #c29b50

RGB 19415580
HSL0.110.480.54
HSV39°59°76°
CMYK 0.000.200.59   0.24
XYZ35.417435.491212.5732
Yxy35.49120.42430.4251
Hunter Lab59.57451.864029.1890
CIE-Lab66.12935.795644.2098

#c29b50 color RGB value is (194,155,80).

#c29b50 hex color red value is 194, green value is 155 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #c29b50 hue: 0.11 , saturation: 0.48 and the lightness value of c29b50 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10011011 01010000
Octal 302 233 120
Decimal 194 155 80
Hex C2 9B 50

RGB Percentages of Color #c29b50

%45.22
%36.13
%18.65

CMYK Percentages of Color #c29b50

%0
%20
%59
%24

Triadic Colors of #c29b50

#c29b50 #50c29b #9b50c2

Analogous Colors of #c29b50

#c29b50 #b0c250 #c26250

Monochromatic Colors of #c29b50

#c29b50

Complementary Color

#c29b50 #5077c2

#c29b50 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c29b50 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c29b50 Color CSS Codes

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

#c29b50 Text Font Color

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

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


#c29b50 Background Color

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

This div background color is #c29b50


#c29b50 Border Color

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

This div border color is #c29b50


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c29b50


Comments

No comments written yet.

Please login to write comment.