Color Hex Logo

#aaf08e Color Hex

#AAF08E
(170,240,142)
0 Favorites   0 Comments

Color spaces of #aaf08e

RGB 170240142
HSL0.290.770.75
HSV103°41°94°
CMYK 0.290.000.41   0.06
XYZ52.620172.819236.8733
Yxy72.81920.32420.4486
Hunter Lab85.3342-39.265334.1144
CIE-Lab88.3614-39.275840.5277

#aaf08e color RGB value is (170,240,142).

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

The process color (four color CMYK) of #aaf08e color hex is 0.29, 0.00, 0.41, 0.06. Web safe color of #aaf08e is #99ff99. Color #aaf08e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11110000 10001110
Octal 252 360 216
Decimal 170 240 142
Hex AA F0 8E

RGB Percentages of Color #aaf08e

%30.80
%43.48
%25.72

CMYK Percentages of Color #aaf08e

%29
%0
%41
%6

Triadic Colors of #aaf08e

#aaf08e #8eaaf0 #f08eaa

Analogous Colors of #aaf08e

#aaf08e #8ef0a3 #dbf08e

Monochromatic Colors of #aaf08e

#aaf08e

Complementary Color

#aaf08e #d48ef0

#aaf08e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf08e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf08e Color CSS Codes

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

#aaf08e Text Font Color

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

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


#aaf08e Background Color

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

This div background color is #aaf08e


#aaf08e Border Color

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

This div border color is #aaf08e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf08e


Comments

No comments written yet.

Please login to write comment.