Color Hex Logo

#c29752 Color Hex

#C29752
(194,151,82)
0 Favorites   0 Comments

Color spaces of #c29752

RGB 19415182
HSL0.100.480.54
HSV37°58°76°
CMYK 0.000.220.58   0.24
XYZ34.837734.211712.7500
Yxy34.21170.42590.4182
Hunter Lab58.49083.957628.0193
CIE-Lab65.13038.128142.0329

#c29752 color RGB value is (194,151,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10010111 01010010
Octal 302 227 122
Decimal 194 151 82
Hex C2 97 52

RGB Percentages of Color #c29752

%45.43
%35.36
%19.20

CMYK Percentages of Color #c29752

%0
%22
%58
%24

Triadic Colors of #c29752

#c29752 #52c297 #9752c2

Analogous Colors of #c29752

#c29752 #b5c252 #c25f52

Monochromatic Colors of #c29752

#c29752

Complementary Color

#c29752 #527dc2

#c29752 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c29752 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c29752 Color CSS Codes

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

#c29752 Text Font Color

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

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


#c29752 Background Color

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

This div background color is #c29752


#c29752 Border Color

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

This div border color is #c29752


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c29752


Comments

No comments written yet.

Please login to write comment.