Color Hex Logo

#acbba9 Color Hex

#ACBBA9
(172,187,169)
0 Favorites   0 Comments

Color spaces of #acbba9

RGB 172187169
HSL0.310.120.70
HSV110°10°73°
CMYK 0.080.000.10   0.27
XYZ41.945047.175944.4312
Yxy47.17590.31410.3532
Hunter Lab68.6847-11.19039.7254
CIE-Lab74.3021-8.56177.3484

#acbba9 color RGB value is (172,187,169).

#acbba9 hex color red value is 172, green value is 187 and the blue value of its RGB is 169. Cylindrical-coordinate representations (also known as HSL) of color #acbba9 hue: 0.31 , saturation: 0.12 and the lightness value of acbba9 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111011 10101001
Octal 254 273 251
Decimal 172 187 169
Hex AC BB A9

RGB Percentages of Color #acbba9

%32.58
%35.42
%32.01

CMYK Percentages of Color #acbba9

%8
%0
%10
%27

Triadic Colors of #acbba9

#acbba9 #a9acbb #bba9ac

Analogous Colors of #acbba9

#acbba9 #a9bbaf #b5bba9

Monochromatic Colors of #acbba9

#acbba9

Complementary Color

#acbba9 #b8a9bb

#acbba9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbba9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbba9 Color CSS Codes

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

#acbba9 Text Font Color

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

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


#acbba9 Background Color

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

This div background color is #acbba9


#acbba9 Border Color

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

This div border color is #acbba9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbba9


Comments

No comments written yet.

Please login to write comment.