Color Hex Logo

#acaab0 Color Hex

#ACAAB0
(172,170,176)
0 Favorites   0 Comments

Color spaces of #acaab0

RGB 172170176
HSL0.720.040.68
HSV260°69°
CMYK 0.020.030.00   0.31
XYZ39.224540.654746.8541
Yxy40.65470.30950.3208
Hunter Lab63.7610-1.77221.0641
CIE-Lab69.93331.8549-2.8329

#acaab0 color RGB value is (172,170,176).

#acaab0 hex color red value is 172, green value is 170 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #acaab0 hue: 0.72 , saturation: 0.04 and the lightness value of acaab0 is 0.68.

The process color (four color CMYK) of #acaab0 color hex is 0.02, 0.03, 0.00, 0.31. Web safe color of #acaab0 is #999999. Color #acaab0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101010 10110000
Octal 254 252 260
Decimal 172 170 176
Hex AC AA B0

RGB Percentages of Color #acaab0

%33.20
%32.82
%33.98

CMYK Percentages of Color #acaab0

%2
%3
%0
%31

Triadic Colors of #acaab0

#acaab0 #b0acaa #aab0ac

Analogous Colors of #acaab0

#acaab0 #afaab0 #aaabb0

Monochromatic Colors of #acaab0

#acaab0

Complementary Color

#acaab0 #aeb0aa

#acaab0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acaab0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acaab0 Color CSS Codes

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

#acaab0 Text Font Color

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

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


#acaab0 Background Color

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

This div background color is #acaab0


#acaab0 Border Color

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

This div border color is #acaab0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acaab0


Comments

No comments written yet.

Please login to write comment.