Color Hex Logo

#aaf57e Color Hex

#AAF57E
(170,245,126)
0 Favorites   0 Comments

Color spaces of #aaf57e

RGB 170245126
HSL0.270.860.73
HSV98°49°96°
CMYK 0.310.000.49   0.04
XYZ52.995975.357231.4909
Yxy75.35720.33150.4714
Hunter Lab86.8085-42.942139.2578
CIE-Lab89.5600-43.467249.7371

#aaf57e color RGB value is (170,245,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11110101 01111110
Octal 252 365 176
Decimal 170 245 126
Hex AA F5 7E

RGB Percentages of Color #aaf57e

%31.42
%45.29
%23.29

CMYK Percentages of Color #aaf57e

%31
%0
%49
%4

Triadic Colors of #aaf57e

#aaf57e #7eaaf5 #f57eaa

Analogous Colors of #aaf57e

#aaf57e #7ef58e #e6f57e

Monochromatic Colors of #aaf57e

#aaf57e

Complementary Color

#aaf57e #c97ef5

#aaf57e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf57e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf57e Color CSS Codes

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

#aaf57e Text Font Color

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

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


#aaf57e Background Color

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

This div background color is #aaf57e


#aaf57e Border Color

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

This div border color is #aaf57e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,245,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 #aaf57e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf57e


Comments

No comments written yet.

Please login to write comment.