Color Hex Logo

#c29e0e Color Hex

#C29E0E
(194,158,14)
0 Favorites   0 Comments

Color spaces of #c29e0e

RGB 19415814
HSL0.130.870.41
HSV48°93°76°
CMYK 0.000.190.93   0.24
XYZ34.554335.95485.5342
Yxy35.95480.45440.4728
Hunter Lab59.9623-2.070436.5015
CIE-Lab66.48541.314168.1315

#c29e0e color RGB value is (194,158,14).

#c29e0e hex color red value is 194, green value is 158 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #c29e0e hue: 0.13 , saturation: 0.87 and the lightness value of c29e0e is 0.41.

The process color (four color CMYK) of #c29e0e color hex is 0.00, 0.19, 0.93, 0.24. Web safe color of #c29e0e is #cc9900. Color #c29e0e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10011110 00001110
Octal 302 236 16
Decimal 194 158 14
Hex C2 9E E

RGB Percentages of Color #c29e0e

%53.01
%43.17
%3.83

CMYK Percentages of Color #c29e0e

%0
%19
%93
%24

Triadic Colors of #c29e0e

#c29e0e #0ec29e #9e0ec2

Analogous Colors of #c29e0e

#c29e0e #8cc20e #c2440e

Monochromatic Colors of #c29e0e

#c29e0e

Complementary Color

#c29e0e #0e32c2

#c29e0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c29e0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c29e0e Color CSS Codes

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

#c29e0e Text Font Color

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

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


#c29e0e Background Color

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

This div background color is #c29e0e


#c29e0e Border Color

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

This div border color is #c29e0e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c29e0e


Comments

No comments written yet.

Please login to write comment.