Color Hex Logo

#acbfaa Color Hex

#ACBFAA
(172,191,170)
0 Favorites   0 Comments

Color spaces of #acbfaa

RGB 172191170
HSL0.320.140.71
HSV114°11°75°
CMYK 0.100.000.11   0.25
XYZ42.899848.934545.2145
Yxy48.93450.31300.3571
Hunter Lab69.9532-12.950410.6449
CIE-Lab75.4106-10.47258.3928

#acbfaa color RGB value is (172,191,170).

#acbfaa hex color red value is 172, green value is 191 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #acbfaa hue: 0.32 , saturation: 0.14 and the lightness value of acbfaa is 0.71.

The process color (four color CMYK) of #acbfaa color hex is 0.10, 0.00, 0.11, 0.25. Web safe color of #acbfaa is #99cc99. Color #acbfaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111111 10101010
Octal 254 277 252
Decimal 172 191 170
Hex AC BF AA

RGB Percentages of Color #acbfaa

%32.27
%35.83
%31.89

CMYK Percentages of Color #acbfaa

%10
%0
%11
%25

Triadic Colors of #acbfaa

#acbfaa #aaacbf #bfaaac

Analogous Colors of #acbfaa

#acbfaa #aabfb3 #b7bfaa

Monochromatic Colors of #acbfaa

#acbfaa

Complementary Color

#acbfaa #bdaabf

#acbfaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbfaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbfaa Color CSS Codes

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

#acbfaa Text Font Color

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

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


#acbfaa Background Color

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

This div background color is #acbfaa


#acbfaa Border Color

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

This div border color is #acbfaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbfaa


Comments

No comments written yet.

Please login to write comment.