Color Hex Logo

#acda7f Color Hex

#ACDA7F
(172,218,127)
0 Favorites   0 Comments

Color spaces of #acda7f

RGB 172218127
HSL0.250.550.68
HSV90°42°85°
CMYK 0.210.000.42   0.15
XYZ45.915460.445829.3259
Yxy60.44580.33840.4455
Hunter Lab77.7469-30.639432.0588
CIE-Lab82.0799-30.435639.9436

#acda7f color RGB value is (172,218,127).

#acda7f hex color red value is 172, green value is 218 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #acda7f hue: 0.25 , saturation: 0.55 and the lightness value of acda7f is 0.68.

The process color (four color CMYK) of #acda7f color hex is 0.21, 0.00, 0.42, 0.15. Web safe color of #acda7f is #99cc66. Color #acda7f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011010 01111111
Octal 254 332 177
Decimal 172 218 127
Hex AC DA 7F

RGB Percentages of Color #acda7f

%33.27
%42.17
%24.56

CMYK Percentages of Color #acda7f

%21
%0
%42
%15

Triadic Colors of #acda7f

#acda7f #7facda #da7fac

Analogous Colors of #acda7f

#acda7f #7fda80 #dada7f

Monochromatic Colors of #acda7f

#acda7f

Complementary Color

#acda7f #ad7fda

#acda7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acda7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#acda7f Color CSS Codes

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

#acda7f Text Font Color

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

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


#acda7f Background Color

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

This div background color is #acda7f


#acda7f Border Color

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

This div border color is #acda7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acda7f


Comments

No comments written yet.

Please login to write comment.