Color Hex Logo

#aaec5f Color Hex

#AAEC5F
(170,236,95)
0 Favorites   0 Comments

Color spaces of #aaec5f

RGB 17023695
HSL0.240.790.65
HSV88°60°93°
CMYK 0.280.000.60   0.07
XYZ48.638669.363221.6514
Yxy69.36320.34830.4967
Hunter Lab83.2846-41.503142.8856
CIE-Lab86.6836-42.671460.3045

#aaec5f color RGB value is (170,236,95).

#aaec5f hex color red value is 170, green value is 236 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #aaec5f hue: 0.24 , saturation: 0.79 and the lightness value of aaec5f is 0.65.

The process color (four color CMYK) of #aaec5f color hex is 0.28, 0.00, 0.60, 0.07. Web safe color of #aaec5f is #99ff66. Color #aaec5f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101100 01011111
Octal 252 354 137
Decimal 170 236 95
Hex AA EC 5F

RGB Percentages of Color #aaec5f

%33.93
%47.11
%18.96

CMYK Percentages of Color #aaec5f

%28
%0
%60
%7

Triadic Colors of #aaec5f

#aaec5f #5faaec #ec5faa

Analogous Colors of #aaec5f

#aaec5f #64ec5f #ece85f

Monochromatic Colors of #aaec5f

#aaec5f

Complementary Color

#aaec5f #a15fec

#aaec5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaec5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaec5f Color CSS Codes

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

#aaec5f Text Font Color

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

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


#aaec5f Background Color

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

This div background color is #aaec5f


#aaec5f Border Color

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

This div border color is #aaec5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaec5f


Comments

No comments written yet.

Please login to write comment.