Color Hex Logo

#aaef7f Color Hex

#AAEF7F
(170,239,127)
0 Favorites   0 Comments

Color spaces of #aaef7f

RGB 170239127
HSL0.270.780.72
HSV97°47°94°
CMYK 0.290.000.47   0.06
XYZ51.274871.811431.2372
Yxy71.81140.33230.4653
Hunter Lab84.7416-40.292437.4638
CIE-Lab87.8777-40.720047.1927

#aaef7f color RGB value is (170,239,127).

#aaef7f hex color red value is 170, green value is 239 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #aaef7f hue: 0.27 , saturation: 0.78 and the lightness value of aaef7f is 0.72.

The process color (four color CMYK) of #aaef7f color hex is 0.29, 0.00, 0.47, 0.06. Web safe color of #aaef7f is #99ff66. Color #aaef7f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101111 01111111
Octal 252 357 177
Decimal 170 239 127
Hex AA EF 7F

RGB Percentages of Color #aaef7f

%31.72
%44.59
%23.69

CMYK Percentages of Color #aaef7f

%29
%0
%47
%6

Triadic Colors of #aaef7f

#aaef7f #7faaef #ef7faa

Analogous Colors of #aaef7f

#aaef7f #7fef8c #e2ef7f

Monochromatic Colors of #aaef7f

#aaef7f

Complementary Color

#aaef7f #c47fef

#aaef7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaef7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaef7f Color CSS Codes

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

#aaef7f Text Font Color

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

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


#aaef7f Background Color

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

This div background color is #aaef7f


#aaef7f Border Color

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

This div border color is #aaef7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaef7f


Comments

No comments written yet.

Please login to write comment.