Color Hex Logo

#c29605 Color Hex

#C29605
(194,150,5)
0 Favorites   0 Comments

Color spaces of #c29605

RGB 1941505
HSL0.130.950.39
HSV46°97°76°
CMYK 0.000.230.97   0.24
XYZ33.181933.29304.8209
Yxy33.29300.46540.4670
Hunter Lab57.70011.675835.4363
CIE-Lab64.39755.525467.8620

#c29605 color RGB value is (194,150,5).

#c29605 hex color red value is 194, green value is 150 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #c29605 hue: 0.13 , saturation: 0.95 and the lightness value of c29605 is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10010110 00000101
Octal 302 226 5
Decimal 194 150 5
Hex C2 96 5

RGB Percentages of Color #c29605

%55.59
%42.98
%1.43

CMYK Percentages of Color #c29605

%0
%23
%97
%24

Triadic Colors of #c29605

#c29605 #05c296 #9605c2

Analogous Colors of #c29605

#c29605 #90c205 #c23805

Monochromatic Colors of #c29605

#c29605

Complementary Color

#c29605 #0531c2

#c29605 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c29605 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c29605 Color CSS Codes

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

#c29605 Text Font Color

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

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


#c29605 Background Color

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

This div background color is #c29605


#c29605 Border Color

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

This div border color is #c29605


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c29605


Comments

No comments written yet.

Please login to write comment.