Color Hex Logo

#aaf079 Color Hex

#AAF079
(170,240,121)
0 Favorites   0 Comments

Color spaces of #aaf079

RGB 170240121
HSL0.260.800.71
HSV95°50°94°
CMYK 0.290.000.50   0.06
XYZ51.188872.246729.3362
Yxy72.24670.33510.4729
Hunter Lab84.9981-41.247739.0353
CIE-Lab88.0872-41.850650.2859

#aaf079 color RGB value is (170,240,121).

#aaf079 hex color red value is 170, green value is 240 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #aaf079 hue: 0.26 , saturation: 0.80 and the lightness value of aaf079 is 0.71.

The process color (four color CMYK) of #aaf079 color hex is 0.29, 0.00, 0.50, 0.06. Web safe color of #aaf079 is #99ff66. Color #aaf079 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11110000 01111001
Octal 252 360 171
Decimal 170 240 121
Hex AA F0 79

RGB Percentages of Color #aaf079

%32.02
%45.20
%22.79

CMYK Percentages of Color #aaf079

%29
%0
%50
%6

Triadic Colors of #aaf079

#aaf079 #79aaf0 #f079aa

Analogous Colors of #aaf079

#aaf079 #79f084 #e6f079

Monochromatic Colors of #aaf079

#aaf079

Complementary Color

#aaf079 #bf79f0

#aaf079 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf079 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf079 Color CSS Codes

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

#aaf079 Text Font Color

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

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


#aaf079 Background Color

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

This div background color is #aaf079


#aaf079 Border Color

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

This div border color is #aaf079


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf079


Comments

No comments written yet.

Please login to write comment.