Color Hex Logo

#acb095 Color Hex

#ACB095
(172,176,149)
0 Favorites   0 Comments

Color spaces of #acb095

RGB 172176149
HSL0.190.150.64
HSV69°15°69°
CMYK 0.020.000.15   0.31
XYZ37.963441.991334.5380
Yxy41.99130.33160.3668
Hunter Lab64.8007-8.827213.7596
CIE-Lab70.8649-6.193613.3688

#acb095 color RGB value is (172,176,149).

#acb095 hex color red value is 172, green value is 176 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #acb095 hue: 0.19 , saturation: 0.15 and the lightness value of acb095 is 0.64.

The process color (four color CMYK) of #acb095 color hex is 0.02, 0.00, 0.15, 0.31. Web safe color of #acb095 is #999999. Color #acb095 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110000 10010101
Octal 254 260 225
Decimal 172 176 149
Hex AC B0 95

RGB Percentages of Color #acb095

%34.61
%35.41
%29.98

CMYK Percentages of Color #acb095

%2
%0
%15
%31

Triadic Colors of #acb095

#acb095 #95acb0 #b095ac

Analogous Colors of #acb095

#acb095 #9fb095 #b0a795

Monochromatic Colors of #acb095

#acb095

Complementary Color

#acb095 #9995b0

#acb095 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb095 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb095 Color CSS Codes

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

#acb095 Text Font Color

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

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


#acb095 Background Color

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

This div background color is #acb095


#acb095 Border Color

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

This div border color is #acb095


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb095


Comments

No comments written yet.

Please login to write comment.