Color Hex Logo

#acad9b Color Hex

#ACAD9B
(172,173,155)
0 Favorites   0 Comments

Color spaces of #acad9b

RGB 172173155
HSL0.180.100.64
HSV63°10°68°
CMYK 0.010.000.10   0.32
XYZ37.873241.024436.9327
Yxy41.02440.32700.3542
Hunter Lab64.0503-6.540210.6474
CIE-Lab70.1930-3.58949.1281

#acad9b color RGB value is (172,173,155).

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

The process color (four color CMYK) of #acad9b color hex is 0.01, 0.00, 0.10, 0.32. Web safe color of #acad9b is #999999. Color #acad9b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101101 10011011
Octal 254 255 233
Decimal 172 173 155
Hex AC AD 9B

RGB Percentages of Color #acad9b

%34.40
%34.60
%31.00

CMYK Percentages of Color #acad9b

%1
%0
%10
%32

Triadic Colors of #acad9b

#acad9b #9bacad #ad9bac

Analogous Colors of #acad9b

#acad9b #a3ad9b #ada59b

Monochromatic Colors of #acad9b

#acad9b

Complementary Color

#acad9b #9c9bad

#acad9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acad9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#acad9b Color CSS Codes

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

#acad9b Text Font Color

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

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


#acad9b Background Color

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

This div background color is #acad9b


#acad9b Border Color

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

This div border color is #acad9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acad9b


Comments

No comments written yet.

Please login to write comment.