Color Hex Logo

#c29630 Color Hex

#C29630
(194,150,48)
0 Favorites   0 Comments

Color spaces of #c29630

RGB 19415048
HSL0.120.600.47
HSV42°75°76°
CMYK 0.000.230.75   0.24
XYZ33.688033.49547.4860
Yxy33.49540.45120.4486
Hunter Lab57.87522.619732.8436
CIE-Lab64.56006.605556.9634

#c29630 color RGB value is (194,150,48).

#c29630 hex color red value is 194, green value is 150 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #c29630 hue: 0.12 , saturation: 0.60 and the lightness value of c29630 is 0.47.

The process color (four color CMYK) of #c29630 color hex is 0.00, 0.23, 0.75, 0.24. Web safe color of #c29630 is #cc9933. Color #c29630 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10010110 00110000
Octal 302 226 60
Decimal 194 150 48
Hex C2 96 30

RGB Percentages of Color #c29630

%49.49
%38.27
%12.24

CMYK Percentages of Color #c29630

%0
%23
%75
%24

Triadic Colors of #c29630

#c29630 #30c296 #9630c2

Analogous Colors of #c29630

#c29630 #a5c230 #c24d30

Monochromatic Colors of #c29630

#c29630

Complementary Color

#c29630 #305cc2

#c29630 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c29630 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c29630 Color CSS Codes

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

#c29630 Text Font Color

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

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


#c29630 Background Color

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

This div background color is #c29630


#c29630 Border Color

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

This div border color is #c29630


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c29630


Comments

No comments written yet.

Please login to write comment.