Color Hex Logo

#acbfa6 Color Hex

#ACBFA6
(172,191,166)
0 Favorites   0 Comments

Color spaces of #acbfa6

RGB 172191166
HSL0.290.160.70
HSV106°13°75°
CMYK 0.100.000.13   0.25
XYZ42.527048.785443.2515
Yxy48.78540.31600.3625
Hunter Lab69.8465-13.549412.1781
CIE-Lab75.3176-11.186210.4240

#acbfa6 color RGB value is (172,191,166).

#acbfa6 hex color red value is 172, green value is 191 and the blue value of its RGB is 166. Cylindrical-coordinate representations (also known as HSL) of color #acbfa6 hue: 0.29 , saturation: 0.16 and the lightness value of acbfa6 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111111 10100110
Octal 254 277 246
Decimal 172 191 166
Hex AC BF A6

RGB Percentages of Color #acbfa6

%32.51
%36.11
%31.38

CMYK Percentages of Color #acbfa6

%10
%0
%13
%25

Triadic Colors of #acbfa6

#acbfa6 #a6acbf #bfa6ac

Analogous Colors of #acbfa6

#acbfa6 #a6bfad #b9bfa6

Monochromatic Colors of #acbfa6

#acbfa6

Complementary Color

#acbfa6 #b9a6bf

#acbfa6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbfa6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbfa6 Color CSS Codes

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

#acbfa6 Text Font Color

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

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


#acbfa6 Background Color

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

This div background color is #acbfa6


#acbfa6 Border Color

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

This div border color is #acbfa6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbfa6


Comments

No comments written yet.

Please login to write comment.