Color Hex Logo

#c29920 Color Hex

#C29920
(194,153,32)
0 Favorites   0 Comments

Color spaces of #c29920

RGB 19415332
HSL0.120.720.44
HSV45°84°76°
CMYK 0.000.210.84   0.24
XYZ33.900134.35616.2112
Yxy34.35610.45520.4614
Hunter Lab58.61410.662834.7470
CIE-Lab65.24424.397463.0861

#c29920 color RGB value is (194,153,32).

#c29920 hex color red value is 194, green value is 153 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #c29920 hue: 0.12 , saturation: 0.72 and the lightness value of c29920 is 0.44.

The process color (four color CMYK) of #c29920 color hex is 0.00, 0.21, 0.84, 0.24. Web safe color of #c29920 is #cc9933. Color #c29920 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10011001 00100000
Octal 302 231 40
Decimal 194 153 32
Hex C2 99 20

RGB Percentages of Color #c29920

%51.19
%40.37
%8.44

CMYK Percentages of Color #c29920

%0
%21
%84
%24

Triadic Colors of #c29920

#c29920 #20c299 #9920c2

Analogous Colors of #c29920

#c29920 #9ac220 #c24820

Monochromatic Colors of #c29920

#c29920

Complementary Color

#c29920 #2049c2

#c29920 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c29920 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c29920 Color CSS Codes

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

#c29920 Text Font Color

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

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


#c29920 Background Color

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

This div background color is #c29920


#c29920 Border Color

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

This div border color is #c29920


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c29920


Comments

No comments written yet.

Please login to write comment.