Color Hex Logo

#c5a70a Color Hex

#C5A70A
(197,167,10)
0 Favorites   0 Comments

Color spaces of #c5a70a

RGB 19716710
HSL0.140.900.41
HSV50°95°77°
CMYK 0.000.150.95   0.23
XYZ36.899539.52975.9723
Yxy39.52970.44780.4797
Hunter Lab62.8726-5.266838.3789
CIE-Lab69.1332-2.201970.7913

#c5a70a color RGB value is (197,167,10).

#c5a70a hex color red value is 197, green value is 167 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #c5a70a hue: 0.14 , saturation: 0.90 and the lightness value of c5a70a is 0.41.

The process color (four color CMYK) of #c5a70a color hex is 0.00, 0.15, 0.95, 0.23. Web safe color of #c5a70a is #cc9900. Color #c5a70a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10100111 00001010
Octal 305 247 12
Decimal 197 167 10
Hex C5 A7 A

RGB Percentages of Color #c5a70a

%52.67
%44.65
%2.67

CMYK Percentages of Color #c5a70a

%0
%15
%95
%23

Triadic Colors of #c5a70a

#c5a70a #0ac5a7 #a70ac5

Analogous Colors of #c5a70a

#c5a70a #86c50a #c54a0a

Monochromatic Colors of #c5a70a

#c5a70a

Complementary Color

#c5a70a #0a28c5

#c5a70a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5a70a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5a70a Color CSS Codes

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

#c5a70a Text Font Color

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

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


#c5a70a Background Color

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

This div background color is #c5a70a


#c5a70a Border Color

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

This div border color is #c5a70a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(197,167,10, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c5a70a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c5a70a;
  -webkit-box-shadow: 1px 1px 3px 2px #c5a70a;
  box-shadow:         1px 1px 3px 2px #c5a70a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,167,10, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5a70a


Comments

No comments written yet.

Please login to write comment.