Color Hex Logo

#acd64f Color Hex

#ACD64F
(172,214,79)
0 Favorites   0 Comments

Color spaces of #acd64f

RGB 17221479
HSL0.220.620.57
HSV79°63°84°
CMYK 0.200.000.63   0.16
XYZ42.471157.428316.2434
Yxy57.42830.36570.4945
Hunter Lab75.7815-32.578740.3385
CIE-Lab80.4199-33.346360.1688

#acd64f color RGB value is (172,214,79).

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

The process color (four color CMYK) of #acd64f color hex is 0.20, 0.00, 0.63, 0.16. Web safe color of #acd64f is #99cc66. Color #acd64f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11010110 01001111
Octal 254 326 117
Decimal 172 214 79
Hex AC D6 4F

RGB Percentages of Color #acd64f

%36.99
%46.02
%16.99

CMYK Percentages of Color #acd64f

%20
%0
%63
%16

Triadic Colors of #acd64f

#acd64f #4facd6 #d64fac

Analogous Colors of #acd64f

#acd64f #69d64f #d6bd4f

Monochromatic Colors of #acd64f

#acd64f

Complementary Color

#acd64f #794fd6

#acd64f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd64f Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd64f Color CSS Codes

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

#acd64f Text Font Color

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

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


#acd64f Background Color

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

This div background color is #acd64f


#acd64f Border Color

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

This div border color is #acd64f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd64f


Comments

No comments written yet.

Please login to write comment.