Color Hex Logo

#acad5f Color Hex

#ACAD5F
(172,173,95)
0 Favorites   0 Comments

Color spaces of #acad5f

RGB 17217395
HSL0.170.320.53
HSV61°45°68°
CMYK 0.010.000.45   0.32
XYZ34.022439.484016.6545
Yxy39.48400.37740.4379
Hunter Lab62.8363-13.315628.2708
CIE-Lab69.1004-11.798139.7651

#acad5f color RGB value is (172,173,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101101 01011111
Octal 254 255 137
Decimal 172 173 95
Hex AC AD 5F

RGB Percentages of Color #acad5f

%39.09
%39.32
%21.59

CMYK Percentages of Color #acad5f

%1
%0
%45
%32

Triadic Colors of #acad5f

#acad5f #5facad #ad5fac

Analogous Colors of #acad5f

#acad5f #85ad5f #ad875f

Monochromatic Colors of #acad5f

#acad5f

Complementary Color

#acad5f #605fad

#acad5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acad5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#acad5f Color CSS Codes

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

#acad5f Text Font Color

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

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


#acad5f Background Color

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

This div background color is #acad5f


#acad5f Border Color

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

This div border color is #acad5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acad5f


Comments

No comments written yet.

Please login to write comment.