Color Hex Logo

#c5a604 Color Hex

#C5A604
(197,166,4)
0 Favorites   0 Comments

Color spaces of #c5a604

RGB 1971664
HSL0.140.960.39
HSV50°98°77°
CMYK 0.000.160.98   0.23
XYZ36.684139.15155.7384
Yxy39.15150.44970.4800
Hunter Lab62.5712-4.848938.3623
CIE-Lab68.8609-1.739071.3270

#c5a604 color RGB value is (197,166,4).

#c5a604 hex color red value is 197, green value is 166 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #c5a604 hue: 0.14 , saturation: 0.96 and the lightness value of c5a604 is 0.39.

The process color (four color CMYK) of #c5a604 color hex is 0.00, 0.16, 0.98, 0.23. Web safe color of #c5a604 is #cc9900. Color #c5a604 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10100110 00000100
Octal 305 246 4
Decimal 197 166 4
Hex C5 A6 4

RGB Percentages of Color #c5a604

%53.68
%45.23
%1.09

CMYK Percentages of Color #c5a604

%0
%16
%98
%23

Triadic Colors of #c5a604

#c5a604 #04c5a6 #a604c5

Analogous Colors of #c5a604

#c5a604 #84c504 #c54604

Monochromatic Colors of #c5a604

#c5a604

Complementary Color

#c5a604 #0423c5

#c5a604 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5a604 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5a604 Color CSS Codes

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

#c5a604 Text Font Color

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

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


#c5a604 Background Color

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

This div background color is #c5a604


#c5a604 Border Color

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

This div border color is #c5a604


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5a604


Comments

No comments written yet.

Please login to write comment.