Color Hex Logo

#c5a724 Color Hex

#C5A724
(197,167,36)
0 Favorites   0 Comments

Color spaces of #c5a724

RGB 19716736
HSL0.140.690.46
HSV49°82°77°
CMYK 0.000.150.82   0.23
XYZ37.163139.63517.3607
Yxy39.63510.44160.4710
Hunter Lab62.9564-4.805437.1375
CIE-Lab69.2088-1.661265.4383

#c5a724 color RGB value is (197,167,36).

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

The process color (four color CMYK) of #c5a724 color hex is 0.00, 0.15, 0.82, 0.23. Web safe color of #c5a724 is #cc9933. Color #c5a724 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10100111 00100100
Octal 305 247 44
Decimal 197 167 36
Hex C5 A7 24

RGB Percentages of Color #c5a724

%49.25
%41.75
%9.00

CMYK Percentages of Color #c5a724

%0
%15
%82
%23

Triadic Colors of #c5a724

#c5a724 #24c5a7 #a724c5

Analogous Colors of #c5a724

#c5a724 #93c524 #c55724

Monochromatic Colors of #c5a724

#c5a724

Complementary Color

#c5a724 #2442c5

#c5a724 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5a724 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5a724 Color CSS Codes

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

#c5a724 Text Font Color

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

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


#c5a724 Background Color

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

This div background color is #c5a724


#c5a724 Border Color

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

This div border color is #c5a724


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5a724


Comments

No comments written yet.

Please login to write comment.