Color Hex Logo

#c4aa4c Color Hex

#C4AA4C
(196,170,76)
0 Favorites   0 Comments

Color spaces of #c4aa4c

RGB 19617076
HSL0.130.500.53
HSV47°61°77°
CMYK 0.000.130.61   0.23
XYZ38.444241.007012.7264
Yxy41.00700.41710.4449
Hunter Lab64.0367-4.902433.0426
CIE-Lab70.1808-1.697050.8012

#c4aa4c color RGB value is (196,170,76).

#c4aa4c hex color red value is 196, green value is 170 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #c4aa4c hue: 0.13 , saturation: 0.50 and the lightness value of c4aa4c is 0.53.

The process color (four color CMYK) of #c4aa4c color hex is 0.00, 0.13, 0.61, 0.23. Web safe color of #c4aa4c is #cc9933. Color #c4aa4c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10101010 01001100
Octal 304 252 114
Decimal 196 170 76
Hex C4 AA 4C

RGB Percentages of Color #c4aa4c

%44.34
%38.46
%17.19

CMYK Percentages of Color #c4aa4c

%0
%13
%61
%23

Triadic Colors of #c4aa4c

#c4aa4c #4cc4aa #aa4cc4

Analogous Colors of #c4aa4c

#c4aa4c #a2c44c #c46e4c

Monochromatic Colors of #c4aa4c

#c4aa4c

Complementary Color

#c4aa4c #4c66c4

#c4aa4c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4aa4c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4aa4c Color CSS Codes

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

#c4aa4c Text Font Color

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

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


#c4aa4c Background Color

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

This div background color is #c4aa4c


#c4aa4c Border Color

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

This div border color is #c4aa4c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(196,170,76, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c4aa4c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c4aa4c;
  -webkit-box-shadow: 1px 1px 3px 2px #c4aa4c;
  box-shadow:         1px 1px 3px 2px #c4aa4c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4aa4c


Comments

No comments written yet.

Please login to write comment.