Color Hex Logo

#acaab5 Color Hex

#ACAAB5
(172,170,181)
0 Favorites   0 Comments

Color spaces of #acaab5

RGB 172170181
HSL0.700.070.69
HSV251°71°
CMYK 0.050.060.00   0.29
XYZ39.728540.856349.5082
Yxy40.85630.30540.3141
Hunter Lab63.9189-0.9123-1.1796
CIE-Lab70.07512.8312-5.3873

#acaab5 color RGB value is (172,170,181).

#acaab5 hex color red value is 172, green value is 170 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #acaab5 hue: 0.70 , saturation: 0.07 and the lightness value of acaab5 is 0.69.

The process color (four color CMYK) of #acaab5 color hex is 0.05, 0.06, 0.00, 0.29. Web safe color of #acaab5 is #9999cc. Color #acaab5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101010 10110101
Octal 254 252 265
Decimal 172 170 181
Hex AC AA B5

RGB Percentages of Color #acaab5

%32.89
%32.50
%34.61

CMYK Percentages of Color #acaab5

%5
%6
%0
%29

Triadic Colors of #acaab5

#acaab5 #b5acaa #aab5ac

Analogous Colors of #acaab5

#acaab5 #b2aab5 #aaaeb5

Monochromatic Colors of #acaab5

#acaab5

Complementary Color

#acaab5 #b3b5aa

#acaab5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acaab5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acaab5 Color CSS Codes

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

#acaab5 Text Font Color

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

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


#acaab5 Background Color

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

This div background color is #acaab5


#acaab5 Border Color

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

This div border color is #acaab5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acaab5


Comments

No comments written yet.

Please login to write comment.