Color Hex Logo

#aaf89d Color Hex

#AAF89D
(170,248,157)
0 Favorites   0 Comments

Color spaces of #aaf89d

RGB 170248157
HSL0.310.870.79
HSV111°37°97°
CMYK 0.310.000.37   0.03
XYZ56.230878.115244.0124
Yxy78.11520.31530.4380
Hunter Lab88.3828-41.104932.3430
CIE-Lab90.8324-40.743136.3165

#aaf89d color RGB value is (170,248,157).

#aaf89d hex color red value is 170, green value is 248 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #aaf89d hue: 0.31 , saturation: 0.87 and the lightness value of aaf89d is 0.79.

The process color (four color CMYK) of #aaf89d color hex is 0.31, 0.00, 0.37, 0.03. Web safe color of #aaf89d is #99ff99. Color #aaf89d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111000 10011101
Octal 252 370 235
Decimal 170 248 157
Hex AA F8 9D

RGB Percentages of Color #aaf89d

%29.57
%43.13
%27.30

CMYK Percentages of Color #aaf89d

%31
%0
%37
%3

Triadic Colors of #aaf89d

#aaf89d #9daaf8 #f89daa

Analogous Colors of #aaf89d

#aaf89d #9df8be #d8f89d

Monochromatic Colors of #aaf89d

#aaf89d

Complementary Color

#aaf89d #eb9df8

#aaf89d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf89d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf89d Color CSS Codes

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

#aaf89d Text Font Color

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

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


#aaf89d Background Color

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

This div background color is #aaf89d


#aaf89d Border Color

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

This div border color is #aaf89d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf89d


Comments

No comments written yet.

Please login to write comment.