Color Hex Logo

#c29714 Color Hex

#C29714
(194,151,20)
0 Favorites   0 Comments

Color spaces of #c29714

RGB 19415120
HSL0.130.810.42
HSV45°90°76°
CMYK 0.000.220.90   0.24
XYZ33.441033.65315.3950
Yxy33.65310.46130.4643
Hunter Lab58.01131.377835.0940
CIE-Lab64.68635.194565.6560

#c29714 color RGB value is (194,151,20).

#c29714 hex color red value is 194, green value is 151 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #c29714 hue: 0.13 , saturation: 0.81 and the lightness value of c29714 is 0.42.

The process color (four color CMYK) of #c29714 color hex is 0.00, 0.22, 0.90, 0.24. Web safe color of #c29714 is #cc9900. Color #c29714 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10010111 00010100
Octal 302 227 24
Decimal 194 151 20
Hex C2 97 14

RGB Percentages of Color #c29714

%53.15
%41.37
%5.48

CMYK Percentages of Color #c29714

%0
%22
%90
%24

Triadic Colors of #c29714

#c29714 #14c297 #9714c2

Analogous Colors of #c29714

#c29714 #96c214 #c24014

Monochromatic Colors of #c29714

#c29714

Complementary Color

#c29714 #143fc2

#c29714 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c29714 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c29714 Color CSS Codes

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

#c29714 Text Font Color

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

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


#c29714 Background Color

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

This div background color is #c29714


#c29714 Border Color

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

This div border color is #c29714


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c29714


Comments

No comments written yet.

Please login to write comment.