Color Hex Logo

#aaf58e Color Hex

#AAF58E
(170,245,142)
0 Favorites   0 Comments

Color spaces of #aaf58e

RGB 170245142
HSL0.290.840.76
HSV104°42°96°
CMYK 0.310.000.42   0.04
XYZ54.112575.803937.3708
Yxy75.80390.32350.4531
Hunter Lab87.0654-41.424035.4970
CIE-Lab89.7682-41.494342.3291

#aaf58e color RGB value is (170,245,142).

#aaf58e hex color red value is 170, green value is 245 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #aaf58e hue: 0.29 , saturation: 0.84 and the lightness value of aaf58e is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11110101 10001110
Octal 252 365 216
Decimal 170 245 142
Hex AA F5 8E

RGB Percentages of Color #aaf58e

%30.52
%43.99
%25.49

CMYK Percentages of Color #aaf58e

%31
%0
%42
%4

Triadic Colors of #aaf58e

#aaf58e #8eaaf5 #f58eaa

Analogous Colors of #aaf58e

#aaf58e #8ef5a6 #def58e

Monochromatic Colors of #aaf58e

#aaf58e

Complementary Color

#aaf58e #d98ef5

#aaf58e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf58e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf58e Color CSS Codes

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

#aaf58e Text Font Color

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

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


#aaf58e Background Color

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

This div background color is #aaf58e


#aaf58e Border Color

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

This div border color is #aaf58e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf58e


Comments

No comments written yet.

Please login to write comment.