Color Hex Logo

#c29b25 Color Hex

#C29B25
(194,155,37)
0 Favorites   0 Comments

Color spaces of #c29b25

RGB 19415537
HSL0.130.680.45
HSV45°81°76°
CMYK 0.000.200.81   0.24
XYZ34.303435.04566.7068
Yxy35.04560.45100.4608
Hunter Lab59.1993-0.165934.7225
CIE-Lab65.78423.470862.0215

#c29b25 color RGB value is (194,155,37).

#c29b25 hex color red value is 194, green value is 155 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #c29b25 hue: 0.13 , saturation: 0.68 and the lightness value of c29b25 is 0.45.

The process color (four color CMYK) of #c29b25 color hex is 0.00, 0.20, 0.81, 0.24. Web safe color of #c29b25 is #cc9933. Color #c29b25 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10011011 00100101
Octal 302 233 45
Decimal 194 155 37
Hex C2 9B 25

RGB Percentages of Color #c29b25

%50.26
%40.16
%9.59

CMYK Percentages of Color #c29b25

%0
%20
%81
%24

Triadic Colors of #c29b25

#c29b25 #25c29b #9b25c2

Analogous Colors of #c29b25

#c29b25 #9bc225 #c24d25

Monochromatic Colors of #c29b25

#c29b25

Complementary Color

#c29b25 #254cc2

#c29b25 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c29b25 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c29b25 Color CSS Codes

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

#c29b25 Text Font Color

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

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


#c29b25 Background Color

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

This div background color is #c29b25


#c29b25 Border Color

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

This div border color is #c29b25


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c29b25


Comments

No comments written yet.

Please login to write comment.