Color Hex Logo

#c29842 Color Hex

#C29842
(194,152,66)
0 Favorites   0 Comments

Color spaces of #c29842

RGB 19415266
HSL0.110.510.51
HSV40°66°76°
CMYK 0.000.220.66   0.24
XYZ34.459734.31929.9623
Yxy34.31920.43760.4358
Hunter Lab58.58262.478530.9252
CIE-Lab65.21516.463349.9043

#c29842 color RGB value is (194,152,66).

#c29842 hex color red value is 194, green value is 152 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #c29842 hue: 0.11 , saturation: 0.51 and the lightness value of c29842 is 0.51.

The process color (four color CMYK) of #c29842 color hex is 0.00, 0.22, 0.66, 0.24. Web safe color of #c29842 is #cc9933. Color #c29842 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10011000 01000010
Octal 302 230 102
Decimal 194 152 66
Hex C2 98 42

RGB Percentages of Color #c29842

%47.09
%36.89
%16.02

CMYK Percentages of Color #c29842

%0
%22
%66
%24

Triadic Colors of #c29842

#c29842 #42c298 #9842c2

Analogous Colors of #c29842

#c29842 #acc242 #c25842

Monochromatic Colors of #c29842

#c29842

Complementary Color

#c29842 #426cc2

#c29842 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c29842 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c29842 Color CSS Codes

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

#c29842 Text Font Color

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

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


#c29842 Background Color

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

This div background color is #c29842


#c29842 Border Color

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

This div border color is #c29842


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c29842


Comments

No comments written yet.

Please login to write comment.