Color Hex Logo

#aaec9d Color Hex

#AAEC9D
(170,236,157)
0 Favorites   0 Comments

Color spaces of #aaec9d

RGB 170236157
HSL0.310.680.77
HSV110°33°93°
CMYK 0.280.000.33   0.07
XYZ52.658870.971342.8217
Yxy70.97130.31640.4264
Hunter Lab84.2445-35.852628.8339
CIE-Lab87.4711-35.337431.8668

#aaec9d color RGB value is (170,236,157).

#aaec9d hex color red value is 170, green value is 236 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #aaec9d hue: 0.31 , saturation: 0.68 and the lightness value of aaec9d is 0.77.

The process color (four color CMYK) of #aaec9d color hex is 0.28, 0.00, 0.33, 0.07. Web safe color of #aaec9d is #99ff99. Color #aaec9d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101100 10011101
Octal 252 354 235
Decimal 170 236 157
Hex AA EC 9D

RGB Percentages of Color #aaec9d

%30.20
%41.92
%27.89

CMYK Percentages of Color #aaec9d

%28
%0
%33
%7

Triadic Colors of #aaec9d

#aaec9d #9daaec #ec9daa

Analogous Colors of #aaec9d

#aaec9d #9decb8 #d2ec9d

Monochromatic Colors of #aaec9d

#aaec9d

Complementary Color

#aaec9d #df9dec

#aaec9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaec9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaec9d Color CSS Codes

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

#aaec9d Text Font Color

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

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


#aaec9d Background Color

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

This div background color is #aaec9d


#aaec9d Border Color

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

This div border color is #aaec9d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(170,236,157, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #aaec9d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #aaec9d;
  -webkit-box-shadow: 1px 1px 3px 2px #aaec9d;
  box-shadow:         1px 1px 3px 2px #aaec9d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,236,157, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaec9d


Comments

No comments written yet.

Please login to write comment.