Color Hex Logo

#aafa5f Color Hex

#AAFA5F
(170,250,95)
0 Favorites   0 Comments

Color spaces of #aafa5f

RGB 17025095
HSL0.250.940.68
HSV91°62°98°
CMYK 0.320.000.62   0.02
XYZ52.828777.743523.0481
Yxy77.74350.34390.5061
Hunter Lab88.1723-47.352646.2223
CIE-Lab90.6627-48.653464.7071

#aafa5f color RGB value is (170,250,95).

#aafa5f hex color red value is 170, green value is 250 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #aafa5f hue: 0.25 , saturation: 0.94 and the lightness value of aafa5f is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111010 01011111
Octal 252 372 137
Decimal 170 250 95
Hex AA FA 5F

RGB Percentages of Color #aafa5f

%33.01
%48.54
%18.45

CMYK Percentages of Color #aafa5f

%32
%0
%62
%2

Triadic Colors of #aafa5f

#aafa5f #5faafa #fa5faa

Analogous Colors of #aafa5f

#aafa5f #5ffa61 #f8fa5f

Monochromatic Colors of #aafa5f

#aafa5f

Complementary Color

#aafa5f #af5ffa

#aafa5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aafa5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aafa5f Color CSS Codes

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

#aafa5f Text Font Color

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

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


#aafa5f Background Color

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

This div background color is #aafa5f


#aafa5f Border Color

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

This div border color is #aafa5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aafa5f


Comments

No comments written yet.

Please login to write comment.