Color Hex Logo

#acb994 Color Hex

#ACB994
(172,185,148)
0 Favorites   0 Comments

Color spaces of #acb994

RGB 172185148
HSL0.230.210.65
HSV81°20°73°
CMYK 0.070.000.20   0.27
XYZ39.707545.606734.7271
Yxy45.60670.33080.3799
Hunter Lab67.5327-13.228916.7844
CIE-Lab73.2896-11.090117.3008

#acb994 color RGB value is (172,185,148).

#acb994 hex color red value is 172, green value is 185 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #acb994 hue: 0.23 , saturation: 0.21 and the lightness value of acb994 is 0.65.

The process color (four color CMYK) of #acb994 color hex is 0.07, 0.00, 0.20, 0.27. Web safe color of #acb994 is #99cc99. Color #acb994 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111001 10010100
Octal 254 271 224
Decimal 172 185 148
Hex AC B9 94

RGB Percentages of Color #acb994

%34.06
%36.63
%29.31

CMYK Percentages of Color #acb994

%7
%0
%20
%27

Triadic Colors of #acb994

#acb994 #94acb9 #b994ac

Analogous Colors of #acb994

#acb994 #9ab994 #b9b494

Monochromatic Colors of #acb994

#acb994

Complementary Color

#acb994 #a194b9

#acb994 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb994 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb994 Color CSS Codes

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

#acb994 Text Font Color

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

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


#acb994 Background Color

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

This div background color is #acb994


#acb994 Border Color

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

This div border color is #acb994


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb994


Comments

No comments written yet.

Please login to write comment.