Color Hex Logo

#acbaad Color Hex

#ACBAAD
(172,186,173)
0 Favorites   0 Comments

Color spaces of #acbaad

RGB 172186173
HSL0.350.090.70
HSV124°73°
CMYK 0.080.000.07   0.27
XYZ42.115046.905646.3692
Yxy46.90560.31110.3464
Hunter Lab68.4877-10.08877.7994
CIE-Lab74.1293-7.30334.9243

#acbaad color RGB value is (172,186,173).

#acbaad hex color red value is 172, green value is 186 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #acbaad hue: 0.35 , saturation: 0.09 and the lightness value of acbaad is 0.70.

The process color (four color CMYK) of #acbaad color hex is 0.08, 0.00, 0.07, 0.27. Web safe color of #acbaad is #99cc99. Color #acbaad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111010 10101101
Octal 254 272 255
Decimal 172 186 173
Hex AC BA AD

RGB Percentages of Color #acbaad

%32.39
%35.03
%32.58

CMYK Percentages of Color #acbaad

%8
%0
%7
%27

Triadic Colors of #acbaad

#acbaad #adacba #baadac

Analogous Colors of #acbaad

#acbaad #acbab4 #b2baac

Monochromatic Colors of #acbaad

#acbaad

Complementary Color

#acbaad #baacb9

#acbaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbaad Color CSS Codes

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

#acbaad Text Font Color

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

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


#acbaad Background Color

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

This div background color is #acbaad


#acbaad Border Color

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

This div border color is #acbaad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbaad


Comments

No comments written yet.

Please login to write comment.