Color Hex Logo

#aaf88a Color Hex

#AAF88A
(170,248,138)
0 Favorites   0 Comments

Color spaces of #aaf88a

RGB 170248138
HSL0.280.890.76
HSV103°44°97°
CMYK 0.310.000.44   0.03
XYZ54.732477.515836.1221
Yxy77.51580.32510.4604
Hunter Lab88.0431-43.109937.3048
CIE-Lab90.5585-43.324245.2690

#aaf88a color RGB value is (170,248,138).

#aaf88a hex color red value is 170, green value is 248 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #aaf88a hue: 0.28 , saturation: 0.89 and the lightness value of aaf88a is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111000 10001010
Octal 252 370 212
Decimal 170 248 138
Hex AA F8 8A

RGB Percentages of Color #aaf88a

%30.58
%44.60
%24.82

CMYK Percentages of Color #aaf88a

%31
%0
%44
%3

Triadic Colors of #aaf88a

#aaf88a #8aaaf8 #f88aaa

Analogous Colors of #aaf88a

#aaf88a #8af8a1 #e1f88a

Monochromatic Colors of #aaf88a

#aaf88a

Complementary Color

#aaf88a #d88af8

#aaf88a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf88a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf88a Color CSS Codes

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

#aaf88a Text Font Color

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

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


#aaf88a Background Color

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

This div background color is #aaf88a


#aaf88a Border Color

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

This div border color is #aaf88a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf88a


Comments

No comments written yet.

Please login to write comment.