Color Hex Logo

#aca498 Color Hex

#ACA498
(172,164,152)
0 Favorites   0 Comments

Color spaces of #aca498

RGB 172164152
HSL0.100.110.64
HSV36°12°67°
CMYK 0.000.050.12   0.33
XYZ35.956237.588635.0660
Yxy37.58860.33110.3461
Hunter Lab61.3095-2.60689.0058
CIE-Lab67.71630.77067.2486

#aca498 color RGB value is (172,164,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100100 10011000
Octal 254 244 230
Decimal 172 164 152
Hex AC A4 98

RGB Percentages of Color #aca498

%35.25
%33.61
%31.15

CMYK Percentages of Color #aca498

%0
%5
%12
%33

Triadic Colors of #aca498

#aca498 #98aca4 #a498ac

Analogous Colors of #aca498

#aca498 #aaac98 #ac9a98

Monochromatic Colors of #aca498

#aca498

Complementary Color

#aca498 #98a0ac

#aca498 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca498 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca498 Color CSS Codes

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

#aca498 Text Font Color

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

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


#aca498 Background Color

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

This div background color is #aca498


#aca498 Border Color

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

This div border color is #aca498


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca498

#aca498 Color Palettes


Comments

No comments written yet.

Please login to write comment.