Color Hex Logo

#aaf279 Color Hex

#AAF279
(170,242,121)
0 Favorites   0 Comments

Color spaces of #aaf279

RGB 170242121
HSL0.270.820.71
HSV96°50°95°
CMYK 0.300.000.50   0.05
XYZ51.780973.430829.5336
Yxy73.43080.33460.4745
Hunter Lab85.6918-42.098539.5500
CIE-Lab88.6528-42.725950.9719

#aaf279 color RGB value is (170,242,121).

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

The process color (four color CMYK) of #aaf279 color hex is 0.30, 0.00, 0.50, 0.05. Web safe color of #aaf279 is #99ff66. Color #aaf279 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11110010 01111001
Octal 252 362 171
Decimal 170 242 121
Hex AA F2 79

RGB Percentages of Color #aaf279

%31.89
%45.40
%22.70

CMYK Percentages of Color #aaf279

%30
%0
%50
%5

Triadic Colors of #aaf279

#aaf279 #79aaf2 #f279aa

Analogous Colors of #aaf279

#aaf279 #79f285 #e7f279

Monochromatic Colors of #aaf279

#aaf279

Complementary Color

#aaf279 #c179f2

#aaf279 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf279 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf279 Color CSS Codes

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

#aaf279 Text Font Color

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

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


#aaf279 Background Color

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

This div background color is #aaf279


#aaf279 Border Color

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

This div border color is #aaf279


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf279


Comments

No comments written yet.

Please login to write comment.