Color Hex Logo

#aaf87e Color Hex

#AAF87E
(170,248,126)
0 Favorites   0 Comments

Color spaces of #aaf87e

RGB 170248126
HSL0.270.900.73
HSV98°49°97°
CMYK 0.310.000.49   0.03
XYZ53.910977.187231.7959
Yxy77.18720.33100.4738
Hunter Lab87.8562-44.216140.0418
CIE-Lab90.4077-44.766050.7729

#aaf87e color RGB value is (170,248,126).

#aaf87e hex color red value is 170, green value is 248 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #aaf87e hue: 0.27 , saturation: 0.90 and the lightness value of aaf87e is 0.73.

The process color (four color CMYK) of #aaf87e color hex is 0.31, 0.00, 0.49, 0.03. Web safe color of #aaf87e is #99ff66. Color #aaf87e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111000 01111110
Octal 252 370 176
Decimal 170 248 126
Hex AA F8 7E

RGB Percentages of Color #aaf87e

%31.25
%45.59
%23.16

CMYK Percentages of Color #aaf87e

%31
%0
%49
%3

Triadic Colors of #aaf87e

#aaf87e #7eaaf8 #f87eaa

Analogous Colors of #aaf87e

#aaf87e #7ef88f #e7f87e

Monochromatic Colors of #aaf87e

#aaf87e

Complementary Color

#aaf87e #cc7ef8

#aaf87e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf87e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf87e Color CSS Codes

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

#aaf87e Text Font Color

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

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


#aaf87e Background Color

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

This div background color is #aaf87e


#aaf87e Border Color

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

This div border color is #aaf87e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf87e


Comments

No comments written yet.

Please login to write comment.