Color Hex Logo

#aca898 Color Hex

#ACA898
(172,168,152)
0 Favorites   0 Comments

Color spaces of #aca898

RGB 172168152
HSL0.130.110.64
HSV48°12°67°
CMYK 0.000.020.12   0.33
XYZ36.683439.042935.3084
Yxy39.04290.33040.3516
Hunter Lab62.4843-4.553510.2357
CIE-Lab68.7823-1.40288.7714

#aca898 color RGB value is (172,168,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101000 10011000
Octal 254 250 230
Decimal 172 168 152
Hex AC A8 98

RGB Percentages of Color #aca898

%34.96
%34.15
%30.89

CMYK Percentages of Color #aca898

%0
%2
%12
%33

Triadic Colors of #aca898

#aca898 #98aca8 #a898ac

Analogous Colors of #aca898

#aca898 #a6ac98 #ac9e98

Monochromatic Colors of #aca898

#aca898

Complementary Color

#aca898 #989cac

#aca898 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca898 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca898 Color CSS Codes

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

#aca898 Text Font Color

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

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


#aca898 Background Color

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

This div background color is #aca898


#aca898 Border Color

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

This div border color is #aca898


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca898


Comments

No comments written yet.

Please login to write comment.