Color Hex Logo

#aaf88f Color Hex

#AAF88F
(170,248,143)
0 Favorites   0 Comments

Color spaces of #aaf88f

RGB 170248143
HSL0.290.880.77
HSV105°42°97°
CMYK 0.310.000.42   0.03
XYZ55.102977.664038.0730
Yxy77.66400.32250.4546
Hunter Lab88.1272-42.612636.0744
CIE-Lab90.6264-42.680342.9370

#aaf88f color RGB value is (170,248,143).

#aaf88f hex color red value is 170, green value is 248 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #aaf88f hue: 0.29 , saturation: 0.88 and the lightness value of aaf88f is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111000 10001111
Octal 252 370 217
Decimal 170 248 143
Hex AA F8 8F

RGB Percentages of Color #aaf88f

%30.30
%44.21
%25.49

CMYK Percentages of Color #aaf88f

%31
%0
%42
%3

Triadic Colors of #aaf88f

#aaf88f #8faaf8 #f88faa

Analogous Colors of #aaf88f

#aaf88f #8ff8a9 #dff88f

Monochromatic Colors of #aaf88f

#aaf88f

Complementary Color

#aaf88f #dd8ff8

#aaf88f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf88f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf88f Color CSS Codes

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

#aaf88f Text Font Color

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

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


#aaf88f Background Color

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

This div background color is #aaf88f


#aaf88f Border Color

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

This div border color is #aaf88f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf88f

Related Colors


Comments

No comments written yet.

Please login to write comment.