Color Hex Logo

#aaec8d Color Hex

#AAEC8D
(170,236,141)
0 Favorites   0 Comments

Color spaces of #aaec8d

RGB 170236141
HSL0.280.710.74
HSV102°40°93°
CMYK 0.280.000.40   0.07
XYZ51.380770.460036.0914
Yxy70.46000.32530.4461
Hunter Lab83.9405-37.634433.2657
CIE-Lab87.2220-37.613539.5556

#aaec8d color RGB value is (170,236,141).

#aaec8d hex color red value is 170, green value is 236 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #aaec8d hue: 0.28 , saturation: 0.71 and the lightness value of aaec8d is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101100 10001101
Octal 252 354 215
Decimal 170 236 141
Hex AA EC 8D

RGB Percentages of Color #aaec8d

%31.08
%43.14
%25.78

CMYK Percentages of Color #aaec8d

%28
%0
%40
%7

Triadic Colors of #aaec8d

#aaec8d #8daaec #ec8daa

Analogous Colors of #aaec8d

#aaec8d #8deca0 #daec8d

Monochromatic Colors of #aaec8d

#aaec8d

Complementary Color

#aaec8d #cf8dec

#aaec8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaec8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaec8d Color CSS Codes

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

#aaec8d Text Font Color

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

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


#aaec8d Background Color

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

This div background color is #aaec8d


#aaec8d Border Color

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

This div border color is #aaec8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaec8d


Comments

No comments written yet.

Please login to write comment.