Color Hex Logo

#aaf659 Color Hex

#AAF659
(170,246,89)
0 Favorites   0 Comments

Color spaces of #aaf659

RGB 17024689
HSL0.250.900.66
HSV89°64°96°
CMYK 0.310.000.64   0.04
XYZ51.336575.178921.2564
Yxy75.17890.34740.5087
Hunter Lab86.7058-46.049346.1588
CIE-Lab89.4767-47.449065.8346

#aaf659 color RGB value is (170,246,89).

#aaf659 hex color red value is 170, green value is 246 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #aaf659 hue: 0.25 , saturation: 0.90 and the lightness value of aaf659 is 0.66.

The process color (four color CMYK) of #aaf659 color hex is 0.31, 0.00, 0.64, 0.04. Web safe color of #aaf659 is #99ff66. Color #aaf659 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11110110 01011001
Octal 252 366 131
Decimal 170 246 89
Hex AA F6 59

RGB Percentages of Color #aaf659

%33.66
%48.71
%17.62

CMYK Percentages of Color #aaf659

%31
%0
%64
%4

Triadic Colors of #aaf659

#aaf659 #59aaf6 #f659aa

Analogous Colors of #aaf659

#aaf659 #5cf659 #f6f459

Monochromatic Colors of #aaf659

#aaf659

Complementary Color

#aaf659 #a559f6

#aaf659 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf659 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf659 Color CSS Codes

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

#aaf659 Text Font Color

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

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


#aaf659 Background Color

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

This div background color is #aaf659


#aaf659 Border Color

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

This div border color is #aaf659


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf659


Comments

No comments written yet.

Please login to write comment.