color codes Logo

#c5a904 color codes

#C5A904
(197,169,4)
0 Favorites   0 Comments

Color spaces of #c5a904

RGB 1971694
HSL0.140.960.39
HSV51°98°77°
CMYK 0.000.140.98   0.23
XYZ37.235840.25505.9223
Yxy40.25500.44640.4826
Hunter Lab63.4468-6.273538.8785
CIE-Lab69.6508-3.327971.8963

#c5a904 color RGB value is (197,169,4).

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

The process color (four color CMYK) of #c5a904 color code is 0.00, 0.14, 0.98, 0.23. Web safe color of #c5a904 is #cc9900. Color #c5a904 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10101001 00000100
Octal 305 251 4
Decimal 197 169 4
Hex C5 A9 4

RGB Percentages of Color #c5a904

%53.24
%45.68
%1.08

CMYK Percentages of Color #c5a904

%0
%14
%98
%23

Triadic Colors of #c5a904

#c5a904 #04c5a9 #a904c5

Analogous Colors of #c5a904

#c5a904 #81c504 #c54904

Monochromatic Colors of #c5a904

#c5a904

Complementary Color

#c5a904 #0420c5

#c5a904 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5a904 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5a904 Color CSS Codes

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

#c5a904 Text Font Color

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

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


#c5a904 Background Color

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

This div background color is #c5a904


#c5a904 Border Color

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

This div border color is #c5a904


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,169,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 #c5a904">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5a904


Comments

No comments written yet.

Please login to write comment.