Color Hex Logo

#aafb59 Color Hex

#AAFB59
(170,251,89)
0 Favorites   0 Comments

Color spaces of #aafb59

RGB 17025189
HSL0.250.950.67
HSV90°65°98°
CMYK 0.320.000.65   0.02
XYZ52.877978.261721.7703
Yxy78.26170.34580.5118
Hunter Lab88.4656-48.121447.3354
CIE-Lab90.8992-49.545167.3595

#aafb59 color RGB value is (170,251,89).

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

The process color (four color CMYK) of #aafb59 color hex is 0.32, 0.00, 0.65, 0.02. Web safe color of #aafb59 is #99ff66. Color #aafb59 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111011 01011001
Octal 252 373 131
Decimal 170 251 89
Hex AA FB 59

RGB Percentages of Color #aafb59

%33.33
%49.22
%17.45

CMYK Percentages of Color #aafb59

%32
%0
%65
%2

Triadic Colors of #aafb59

#aafb59 #59aafb #fb59aa

Analogous Colors of #aafb59

#aafb59 #59fb59 #fbfb59

Monochromatic Colors of #aafb59

#aafb59

Complementary Color

#aafb59 #aa59fb

#aafb59 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aafb59 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aafb59 Color CSS Codes

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

#aafb59 Text Font Color

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

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


#aafb59 Background Color

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

This div background color is #aafb59


#aafb59 Border Color

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

This div border color is #aafb59


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aafb59


Comments

No comments written yet.

Please login to write comment.