Color Hex Logo

#c6ac4e Color Hex

#C6AC4E
(198,172,78)
0 Favorites   0 Comments

Color spaces of #c6ac4e

RGB 19817278
HSL0.130.510.54
HSV47°61°78°
CMYK 0.000.130.61   0.22
XYZ39.416442.060913.2488
Yxy42.06090.41610.4440
Hunter Lab64.8544-5.008633.2860
CIE-Lab70.9129-1.761350.7433

#c6ac4e color RGB value is (198,172,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10101100 01001110
Octal 306 254 116
Decimal 198 172 78
Hex C6 AC 4E

RGB Percentages of Color #c6ac4e

%44.20
%38.39
%17.41

CMYK Percentages of Color #c6ac4e

%0
%13
%61
%22

Triadic Colors of #c6ac4e

#c6ac4e #4ec6ac #ac4ec6

Analogous Colors of #c6ac4e

#c6ac4e #a4c64e #c6704e

Monochromatic Colors of #c6ac4e

#c6ac4e

Complementary Color

#c6ac4e #4e68c6

#c6ac4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6ac4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6ac4e Color CSS Codes

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

#c6ac4e Text Font Color

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

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


#c6ac4e Background Color

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

This div background color is #c6ac4e


#c6ac4e Border Color

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

This div border color is #c6ac4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6ac4e


Comments

No comments written yet.

Please login to write comment.