Color Hex Logo

#acd49f Color Hex

#ACD49F
(172,212,159)
0 Favorites   0 Comments

Color spaces of #acd49f

RGB 172212159
HSL0.290.380.73
HSV105°25°83°
CMYK 0.190.000.25   0.17
XYZ46.814758.360841.5983
Yxy58.36080.31900.3976
Hunter Lab76.3942-24.304421.1913
CIE-Lab80.9390-22.973022.0135

#acd49f color RGB value is (172,212,159).

#acd49f hex color red value is 172, green value is 212 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #acd49f hue: 0.29 , saturation: 0.38 and the lightness value of acd49f is 0.73.

The process color (four color CMYK) of #acd49f color hex is 0.19, 0.00, 0.25, 0.17. Web safe color of #acd49f is #99cc99. Color #acd49f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11010100 10011111
Octal 254 324 237
Decimal 172 212 159
Hex AC D4 9F

RGB Percentages of Color #acd49f

%31.68
%39.04
%29.28

CMYK Percentages of Color #acd49f

%19
%0
%25
%17

Triadic Colors of #acd49f

#acd49f #9facd4 #d49fac

Analogous Colors of #acd49f

#acd49f #9fd4ad #c7d49f

Monochromatic Colors of #acd49f

#acd49f

Complementary Color

#acd49f #c79fd4

#acd49f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd49f Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd49f Color CSS Codes

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

#acd49f Text Font Color

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

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


#acd49f Background Color

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

This div background color is #acd49f


#acd49f Border Color

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

This div border color is #acd49f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd49f


Comments

No comments written yet.

Please login to write comment.