Color Hex Logo

#acb494 Color Hex

#ACB494
(172,180,148)
0 Favorites   0 Comments

Color spaces of #acb494

RGB 172180148
HSL0.210.180.64
HSV75°18°71°
CMYK 0.040.000.18   0.29
XYZ38.679843.551334.3846
Yxy43.55130.33170.3735
Hunter Lab65.9934-10.866715.3035
CIE-Lab71.9276-8.472215.4032

#acb494 color RGB value is (172,180,148).

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

The process color (four color CMYK) of #acb494 color hex is 0.04, 0.00, 0.18, 0.29. Web safe color of #acb494 is #99cc99. Color #acb494 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110100 10010100
Octal 254 264 224
Decimal 172 180 148
Hex AC B4 94

RGB Percentages of Color #acb494

%34.40
%36.00
%29.60

CMYK Percentages of Color #acb494

%4
%0
%18
%29

Triadic Colors of #acb494

#acb494 #94acb4 #b494ac

Analogous Colors of #acb494

#acb494 #9cb494 #b4ac94

Monochromatic Colors of #acb494

#acb494

Complementary Color

#acb494 #9c94b4

#acb494 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb494 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb494 Color CSS Codes

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

#acb494 Text Font Color

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

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


#acb494 Background Color

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

This div background color is #acb494


#acb494 Border Color

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

This div border color is #acb494


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,180,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 #acb494">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb494


Comments

No comments written yet.

Please login to write comment.