Color Hex Logo

#acad4e Color Hex

#ACAD4E
(172,173,78)
0 Favorites   0 Comments

Color spaces of #acad4e

RGB 17217378
HSL0.170.380.49
HSV61°55°68°
CMYK 0.010.000.55   0.32
XYZ33.332039.207913.0188
Yxy39.20790.38960.4583
Hunter Lab62.6162-14.558931.5041
CIE-Lab68.9016-13.358947.8524

#acad4e color RGB value is (172,173,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101101 01001110
Octal 254 255 116
Decimal 172 173 78
Hex AC AD 4E

RGB Percentages of Color #acad4e

%40.66
%40.90
%18.44

CMYK Percentages of Color #acad4e

%1
%0
%55
%32

Triadic Colors of #acad4e

#acad4e #4eacad #ad4eac

Analogous Colors of #acad4e

#acad4e #7dad4e #ad7f4e

Monochromatic Colors of #acad4e

#acad4e

Complementary Color

#acad4e #4f4ead

#acad4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acad4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#acad4e Color CSS Codes

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

#acad4e Text Font Color

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

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


#acad4e Background Color

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

This div background color is #acad4e


#acad4e Border Color

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

This div border color is #acad4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acad4e


Comments

No comments written yet.

Please login to write comment.