Color Hex Logo

#acd69f Color Hex

#ACD69F
(172,214,159)
0 Favorites   0 Comments

Color spaces of #acd69f

RGB 172214159
HSL0.290.400.73
HSV106°26°84°
CMYK 0.200.000.26   0.16
XYZ47.317859.367041.7660
Yxy59.36700.31870.3999
Hunter Lab77.0500-25.217421.7960
CIE-Lab81.4929-23.951222.7738

#acd69f color RGB value is (172,214,159).

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

The process color (four color CMYK) of #acd69f color hex is 0.20, 0.00, 0.26, 0.16. Web safe color of #acd69f is #99cc99. Color #acd69f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11010110 10011111
Octal 254 326 237
Decimal 172 214 159
Hex AC D6 9F

RGB Percentages of Color #acd69f

%31.56
%39.27
%29.17

CMYK Percentages of Color #acd69f

%20
%0
%26
%16

Triadic Colors of #acd69f

#acd69f #9facd6 #d69fac

Analogous Colors of #acd69f

#acd69f #9fd6ae #c8d69f

Monochromatic Colors of #acd69f

#acd69f

Complementary Color

#acd69f #c99fd6

#acd69f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd69f Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd69f Color CSS Codes

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

#acd69f Text Font Color

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

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


#acd69f Background Color

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

This div background color is #acd69f


#acd69f Border Color

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

This div border color is #acd69f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd69f


Comments

No comments written yet.

Please login to write comment.