Color Hex Logo

#acad5a Color Hex

#ACAD5A
(172,173,90)
0 Favorites   0 Comments

Color spaces of #acad5a

RGB 17217390
HSL0.170.340.52
HSV61°48°68°
CMYK 0.010.000.48   0.32
XYZ33.802339.396015.4955
Yxy39.39600.38110.4442
Hunter Lab62.7662-13.711029.2991
CIE-Lab69.0372-12.292642.1970

#acad5a color RGB value is (172,173,90).

#acad5a hex color red value is 172, green value is 173 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #acad5a hue: 0.17 , saturation: 0.34 and the lightness value of acad5a is 0.52.

The process color (four color CMYK) of #acad5a color hex is 0.01, 0.00, 0.48, 0.32. Web safe color of #acad5a is #999966. Color #acad5a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101101 01011010
Octal 254 255 132
Decimal 172 173 90
Hex AC AD 5A

RGB Percentages of Color #acad5a

%39.54
%39.77
%20.69

CMYK Percentages of Color #acad5a

%1
%0
%48
%32

Triadic Colors of #acad5a

#acad5a #5aacad #ad5aac

Analogous Colors of #acad5a

#acad5a #83ad5a #ad855a

Monochromatic Colors of #acad5a

#acad5a

Complementary Color

#acad5a #5b5aad

#acad5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acad5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#acad5a Color CSS Codes

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

#acad5a Text Font Color

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

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


#acad5a Background Color

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

This div background color is #acad5a


#acad5a Border Color

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

This div border color is #acad5a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acad5a


Comments

No comments written yet.

Please login to write comment.