Color Hex Logo

#acd94a Color Hex

#ACD94A
(172,217,74)
0 Favorites   0 Comments

Color spaces of #acd94a

RGB 17221774
HSL0.220.650.57
HSV79°66°85°
CMYK 0.210.000.66   0.15
XYZ43.062158.890815.5760
Yxy58.89080.36640.5011
Hunter Lab76.7403-34.132041.6841
CIE-Lab81.2315-35.079963.0413

#acd94a color RGB value is (172,217,74).

#acd94a hex color red value is 172, green value is 217 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #acd94a hue: 0.22 , saturation: 0.65 and the lightness value of acd94a is 0.57.

The process color (four color CMYK) of #acd94a color hex is 0.21, 0.00, 0.66, 0.15. Web safe color of #acd94a is #99cc33. Color #acd94a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011001 01001010
Octal 254 331 112
Decimal 172 217 74
Hex AC D9 4A

RGB Percentages of Color #acd94a

%37.15
%46.87
%15.98

CMYK Percentages of Color #acd94a

%21
%0
%66
%15

Triadic Colors of #acd94a

#acd94a #4aacd9 #d94aac

Analogous Colors of #acd94a

#acd94a #65d94a #d9bf4a

Monochromatic Colors of #acd94a

#acd94a

Complementary Color

#acd94a #774ad9

#acd94a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd94a Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd94a Color CSS Codes

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

#acd94a Text Font Color

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

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


#acd94a Background Color

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

This div background color is #acd94a


#acd94a Border Color

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

This div border color is #acd94a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd94a


Comments

No comments written yet.

Please login to write comment.