Color Hex Logo

#acdea9 Color Hex

#ACDEA9
(172,222,169)
0 Favorites   0 Comments

Color spaces of #acdea9

RGB 172222169
HSL0.320.450.77
HSV117°24°87°
CMYK 0.230.000.24   0.13
XYZ50.296063.877847.2149
Yxy63.87780.31160.3958
Hunter Lab79.9236-27.536020.9209
CIE-Lab83.9021-26.190320.8646

#acdea9 color RGB value is (172,222,169).

#acdea9 hex color red value is 172, green value is 222 and the blue value of its RGB is 169. Cylindrical-coordinate representations (also known as HSL) of color #acdea9 hue: 0.32 , saturation: 0.45 and the lightness value of acdea9 is 0.77.

The process color (four color CMYK) of #acdea9 color hex is 0.23, 0.00, 0.24, 0.13. Web safe color of #acdea9 is #99cc99. Color #acdea9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011110 10101001
Octal 254 336 251
Decimal 172 222 169
Hex AC DE A9

RGB Percentages of Color #acdea9

%30.55
%39.43
%30.02

CMYK Percentages of Color #acdea9

%23
%0
%24
%13

Triadic Colors of #acdea9

#acdea9 #a9acde #dea9ac

Analogous Colors of #acdea9

#acdea9 #a9dec1 #c7dea9

Monochromatic Colors of #acdea9

#acdea9

Complementary Color

#acdea9 #dba9de

#acdea9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdea9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdea9 Color CSS Codes

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

#acdea9 Text Font Color

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

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


#acdea9 Background Color

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

This div background color is #acdea9


#acdea9 Border Color

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

This div border color is #acdea9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdea9


Comments

No comments written yet.

Please login to write comment.