Color Hex Logo

#c29962 Color Hex

#C29962
(194,153,98)
0 Favorites   0 Comments

Color spaces of #c29962

RGB 19415398
HSL0.100.440.57
HSV34°49°76°
CMYK 0.000.210.49   0.24
XYZ35.844035.133616.4476
Yxy35.13360.41000.4019
Hunter Lab59.27364.213925.0394
CIE-Lab65.85258.427434.6101

#c29962 color RGB value is (194,153,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10011001 01100010
Octal 302 231 142
Decimal 194 153 98
Hex C2 99 62

RGB Percentages of Color #c29962

%43.60
%34.38
%22.02

CMYK Percentages of Color #c29962

%0
%21
%49
%24

Triadic Colors of #c29962

#c29962 #62c299 #9962c2

Analogous Colors of #c29962

#c29962 #bbc262 #c26962

Monochromatic Colors of #c29962

#c29962

Complementary Color

#c29962 #628bc2

#c29962 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c29962 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c29962 Color CSS Codes

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

#c29962 Text Font Color

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

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


#c29962 Background Color

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

This div background color is #c29962


#c29962 Border Color

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

This div border color is #c29962


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c29962


Comments

No comments written yet.

Please login to write comment.