Color Hex Logo

#c29145 Color Hex

#C29145
(194,145,69)
0 Favorites   0 Comments

Color spaces of #c29145

RGB 19414569
HSL0.100.510.52
HSV36°64°76°
CMYK 0.000.250.64   0.24
XYZ33.447732.149810.0729
Yxy32.14980.44200.4249
Hunter Lab56.70086.070529.1577
CIE-Lab63.466510.475746.5571

#c29145 color RGB value is (194,145,69).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10010001 01000101
Octal 302 221 105
Decimal 194 145 69
Hex C2 91 45

RGB Percentages of Color #c29145

%47.55
%35.54
%16.91

CMYK Percentages of Color #c29145

%0
%25
%64
%24

Triadic Colors of #c29145

#c29145 #45c291 #9145c2

Analogous Colors of #c29145

#c29145 #b5c245 #c25345

Monochromatic Colors of #c29145

#c29145

Complementary Color

#c29145 #4576c2

#c29145 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c29145 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c29145 Color CSS Codes

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

#c29145 Text Font Color

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

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


#c29145 Background Color

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

This div background color is #c29145


#c29145 Border Color

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

This div border color is #c29145


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,145,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 #c29145">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c29145


Comments

No comments written yet.

Please login to write comment.