Color Hex Logo

#c29745 Color Hex

#C29745
(194,151,69)
0 Favorites   0 Comments

Color spaces of #c29745

RGB 19415169
HSL0.110.510.52
HSV39°64°76°
CMYK 0.000.220.64   0.24
XYZ34.388934.032210.3866
Yxy34.03220.43640.4318
Hunter Lab58.33713.133230.2797
CIE-Lab64.98817.197548.2512

#c29745 color RGB value is (194,151,69).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10010111 01000101
Octal 302 227 105
Decimal 194 151 69
Hex C2 97 45

RGB Percentages of Color #c29745

%46.86
%36.47
%16.67

CMYK Percentages of Color #c29745

%0
%22
%64
%24

Triadic Colors of #c29745

#c29745 #45c297 #9745c2

Analogous Colors of #c29745

#c29745 #afc245 #c25945

Monochromatic Colors of #c29745

#c29745

Complementary Color

#c29745 #4570c2

#c29745 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c29745 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c29745 Color CSS Codes

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

#c29745 Text Font Color

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

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


#c29745 Background Color

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

This div background color is #c29745


#c29745 Border Color

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

This div border color is #c29745


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c29745


Comments

No comments written yet.

Please login to write comment.