Color Hex Logo

#c29111 Color Hex

#C29111
(194,145,17)
0 Favorites   0 Comments

Color spaces of #c29111

RGB 19414517
HSL0.120.840.41
HSV43°91°76°
CMYK 0.000.250.91   0.24
XYZ32.474731.76064.9491
Yxy31.76060.46940.4591
Hunter Lab56.35654.234334.2429
CIE-Lab63.14458.406865.0801

#c29111 color RGB value is (194,145,17).

#c29111 hex color red value is 194, green value is 145 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #c29111 hue: 0.12 , saturation: 0.84 and the lightness value of c29111 is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10010001 00010001
Octal 302 221 21
Decimal 194 145 17
Hex C2 91 11

RGB Percentages of Color #c29111

%54.49
%40.73
%4.78

CMYK Percentages of Color #c29111

%0
%25
%91
%24

Triadic Colors of #c29111

#c29111 #11c291 #9111c2

Analogous Colors of #c29111

#c29111 #9bc211 #c23811

Monochromatic Colors of #c29111

#c29111

Complementary Color

#c29111 #1142c2

#c29111 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c29111 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c29111 Color CSS Codes

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

#c29111 Text Font Color

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

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


#c29111 Background Color

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

This div background color is #c29111


#c29111 Border Color

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

This div border color is #c29111


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c29111


Comments

No comments written yet.

Please login to write comment.