Color Hex Logo

#c29316 Color Hex

#C29316
(194,147,22)
0 Favorites   0 Comments

Color spaces of #c29316

RGB 19414722
HSL0.120.800.42
HSV44°89°76°
CMYK 0.000.240.89   0.24
XYZ32.826732.39475.2817
Yxy32.39470.46560.4595
Hunter Lab56.91633.346934.3395
CIE-Lab63.66787.409964.4179

#c29316 color RGB value is (194,147,22).

#c29316 hex color red value is 194, green value is 147 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #c29316 hue: 0.12 , saturation: 0.80 and the lightness value of c29316 is 0.42.

The process color (four color CMYK) of #c29316 color hex is 0.00, 0.24, 0.89, 0.24. Web safe color of #c29316 is #cc9900. Color #c29316 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10010011 00010110
Octal 302 223 26
Decimal 194 147 22
Hex C2 93 16

RGB Percentages of Color #c29316

%53.44
%40.50
%6.06

CMYK Percentages of Color #c29316

%0
%24
%89
%24

Triadic Colors of #c29316

#c29316 #16c293 #9316c2

Analogous Colors of #c29316

#c29316 #9bc216 #c23d16

Monochromatic Colors of #c29316

#c29316

Complementary Color

#c29316 #1645c2

#c29316 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c29316 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c29316 Color CSS Codes

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

#c29316 Text Font Color

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

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


#c29316 Background Color

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

This div background color is #c29316


#c29316 Border Color

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

This div border color is #c29316


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c29316


Comments

No comments written yet.

Please login to write comment.