Color Hex Logo

#acbaaf Color Hex

#ACBAAF
(172,186,175)
0 Favorites   0 Comments

Color spaces of #acbaaf

RGB 172186175
HSL0.370.090.70
HSV133°73°
CMYK 0.080.000.06   0.27
XYZ42.310046.983647.3962
Yxy46.98360.30950.3437
Hunter Lab68.5446-9.77176.9842
CIE-Lab74.1793-6.93113.9076

#acbaaf color RGB value is (172,186,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111010 10101111
Octal 254 272 257
Decimal 172 186 175
Hex AC BA AF

RGB Percentages of Color #acbaaf

%32.27
%34.90
%32.83

CMYK Percentages of Color #acbaaf

%8
%0
%6
%27

Triadic Colors of #acbaaf

#acbaaf #afacba #baafac

Analogous Colors of #acbaaf

#acbaaf #acbab6 #b0baac

Monochromatic Colors of #acbaaf

#acbaaf

Complementary Color

#acbaaf #baacb7

#acbaaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbaaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbaaf Color CSS Codes

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

#acbaaf Text Font Color

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

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


#acbaaf Background Color

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

This div background color is #acbaaf


#acbaaf Border Color

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

This div border color is #acbaaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbaaf

#acbaaf Color Palettes


Comments

No comments written yet.

Please login to write comment.