Color Hex Logo

#c6aa4d Color Hex

#C6AA4D
(198,170,77)
0 Favorites   0 Comments

Color spaces of #c6aa4d

RGB 19817077
HSL0.130.510.54
HSV46°61°78°
CMYK 0.000.140.61   0.22
XYZ39.003041.291012.9355
Yxy41.29100.41840.4429
Hunter Lab64.2581-4.106733.0453
CIE-Lab70.3793-0.769650.6108

#c6aa4d color RGB value is (198,170,77).

#c6aa4d hex color red value is 198, green value is 170 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #c6aa4d hue: 0.13 , saturation: 0.51 and the lightness value of c6aa4d is 0.54.

The process color (four color CMYK) of #c6aa4d color hex is 0.00, 0.14, 0.61, 0.22. Web safe color of #c6aa4d is #cc9966. Color #c6aa4d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10101010 01001101
Octal 306 252 115
Decimal 198 170 77
Hex C6 AA 4D

RGB Percentages of Color #c6aa4d

%44.49
%38.20
%17.30

CMYK Percentages of Color #c6aa4d

%0
%14
%61
%22

Triadic Colors of #c6aa4d

#c6aa4d #4dc6aa #aa4dc6

Analogous Colors of #c6aa4d

#c6aa4d #a6c64d #c66e4d

Monochromatic Colors of #c6aa4d

#c6aa4d

Complementary Color

#c6aa4d #4d69c6

#c6aa4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6aa4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6aa4d Color CSS Codes

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

#c6aa4d Text Font Color

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

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


#c6aa4d Background Color

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

This div background color is #c6aa4d


#c6aa4d Border Color

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

This div border color is #c6aa4d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6aa4d


Comments

No comments written yet.

Please login to write comment.