Color Hex Logo

#aaec9c Color Hex

#AAEC9C
(170,236,156)
0 Favorites   0 Comments

Color spaces of #aaec9c

RGB 170236156
HSL0.300.680.77
HSV110°34°93°
CMYK 0.280.000.34   0.07
XYZ52.573870.937342.3738
Yxy70.93730.31690.4276
Hunter Lab84.2243-35.970729.1278
CIE-Lab87.4545-35.487332.3510

#aaec9c color RGB value is (170,236,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101100 10011100
Octal 252 354 234
Decimal 170 236 156
Hex AA EC 9C

RGB Percentages of Color #aaec9c

%30.25
%41.99
%27.76

CMYK Percentages of Color #aaec9c

%28
%0
%34
%7

Triadic Colors of #aaec9c

#aaec9c #9caaec #ec9caa

Analogous Colors of #aaec9c

#aaec9c #9cecb6 #d2ec9c

Monochromatic Colors of #aaec9c

#aaec9c

Complementary Color

#aaec9c #de9cec

#aaec9c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaec9c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaec9c Color CSS Codes

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

#aaec9c Text Font Color

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

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


#aaec9c Background Color

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

This div background color is #aaec9c


#aaec9c Border Color

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

This div border color is #aaec9c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaec9c


Comments

No comments written yet.

Please login to write comment.