Color Hex Logo

#aca998 Color Hex

#ACA998
(172,169,152)
0 Favorites   0 Comments

Color spaces of #aca998

RGB 172169152
HSL0.140.110.64
HSV51°12°67°
CMYK 0.000.020.12   0.33
XYZ36.868739.413635.3702
Yxy39.41360.33020.3530
Hunter Lab62.7803-5.038510.5424
CIE-Lab69.0498-1.94389.1525

#aca998 color RGB value is (172,169,152).

#aca998 hex color red value is 172, green value is 169 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #aca998 hue: 0.14 , saturation: 0.11 and the lightness value of aca998 is 0.64.

The process color (four color CMYK) of #aca998 color hex is 0.00, 0.02, 0.12, 0.33. Web safe color of #aca998 is #999999. Color #aca998 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101001 10011000
Octal 254 251 230
Decimal 172 169 152
Hex AC A9 98

RGB Percentages of Color #aca998

%34.89
%34.28
%30.83

CMYK Percentages of Color #aca998

%0
%2
%12
%33

Triadic Colors of #aca998

#aca998 #98aca9 #a998ac

Analogous Colors of #aca998

#aca998 #a5ac98 #ac9f98

Monochromatic Colors of #aca998

#aca998

Complementary Color

#aca998 #989bac

#aca998 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca998 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca998 Color CSS Codes

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

#aca998 Text Font Color

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

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


#aca998 Background Color

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

This div background color is #aca998


#aca998 Border Color

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

This div border color is #aca998


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca998


Comments

No comments written yet.

Please login to write comment.