Color Hex Logo

#aaf97e Color Hex

#AAF97E
(170,249,126)
0 Favorites   0 Comments

Color spaces of #aaf97e

RGB 170249126
HSL0.270.910.74
HSV99°49°98°
CMYK 0.320.000.49   0.02
XYZ54.219177.803831.8986
Yxy77.80380.33080.4746
Hunter Lab88.2065-44.640240.3031
CIE-Lab90.6903-45.196951.1175

#aaf97e color RGB value is (170,249,126).

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

The process color (four color CMYK) of #aaf97e color hex is 0.32, 0.00, 0.49, 0.02. Web safe color of #aaf97e is #99ff66. Color #aaf97e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111001 01111110
Octal 252 371 176
Decimal 170 249 126
Hex AA F9 7E

RGB Percentages of Color #aaf97e

%31.19
%45.69
%23.12

CMYK Percentages of Color #aaf97e

%32
%0
%49
%2

Triadic Colors of #aaf97e

#aaf97e #7eaaf9 #f97eaa

Analogous Colors of #aaf97e

#aaf97e #7ef990 #e8f97e

Monochromatic Colors of #aaf97e

#aaf97e

Complementary Color

#aaf97e #cd7ef9

#aaf97e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf97e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf97e Color CSS Codes

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

#aaf97e Text Font Color

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

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


#aaf97e Background Color

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

This div background color is #aaf97e


#aaf97e Border Color

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

This div border color is #aaf97e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf97e


Comments

No comments written yet.

Please login to write comment.