Color Hex Logo

#acaa98 Color Hex

#ACAA98
(172,170,152)
0 Favorites   0 Comments

Color spaces of #acaa98

RGB 172170152
HSL0.150.110.64
HSV54°12°67°
CMYK 0.000.010.12   0.33
XYZ37.055539.787135.4324
Yxy39.78710.33000.3544
Hunter Lab63.0770-5.522410.8488
CIE-Lab69.3176-2.48349.5337

#acaa98 color RGB value is (172,170,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101010 10011000
Octal 254 252 230
Decimal 172 170 152
Hex AC AA 98

RGB Percentages of Color #acaa98

%34.82
%34.41
%30.77

CMYK Percentages of Color #acaa98

%0
%1
%12
%33

Triadic Colors of #acaa98

#acaa98 #98acaa #aa98ac

Analogous Colors of #acaa98

#acaa98 #a4ac98 #aca098

Monochromatic Colors of #acaa98

#acaa98

Complementary Color

#acaa98 #989aac

#acaa98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acaa98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acaa98 Color CSS Codes

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

#acaa98 Text Font Color

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

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


#acaa98 Background Color

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

This div background color is #acaa98


#acaa98 Border Color

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

This div border color is #acaa98


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acaa98


Comments

No comments written yet.

Please login to write comment.