Color Hex Logo

#acd64a Color Hex

#ACD64A
(172,214,74)
0 Favorites   0 Comments

Color spaces of #acd64a

RGB 17221474
HSL0.220.630.56
HSV78°65°84°
CMYK 0.200.000.65   0.16
XYZ42.295957.358215.3206
Yxy57.35820.36790.4989
Hunter Lab75.7352-32.849541.0208
CIE-Lab80.3806-33.703562.1491

#acd64a color RGB value is (172,214,74).

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

The process color (four color CMYK) of #acd64a color hex is 0.20, 0.00, 0.65, 0.16. Web safe color of #acd64a is #99cc33. Color #acd64a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11010110 01001010
Octal 254 326 112
Decimal 172 214 74
Hex AC D6 4A

RGB Percentages of Color #acd64a

%37.39
%46.52
%16.09

CMYK Percentages of Color #acd64a

%20
%0
%65
%16

Triadic Colors of #acd64a

#acd64a #4aacd6 #d64aac

Analogous Colors of #acd64a

#acd64a #66d64a #d6ba4a

Monochromatic Colors of #acd64a

#acd64a

Complementary Color

#acd64a #744ad6

#acd64a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd64a Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd64a Color CSS Codes

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

#acd64a Text Font Color

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

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


#acd64a Background Color

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

This div background color is #acd64a


#acd64a Border Color

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

This div border color is #acd64a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,214,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 #acd64a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd64a


Comments

No comments written yet.

Please login to write comment.