Color Hex Logo

#aaf54f Color Hex

#AAF54F
(170,245,79)
0 Favorites   0 Comments

Color spaces of #aaf54f

RGB 17024579
HSL0.240.890.64
HSV87°68°96°
CMYK 0.310.000.68   0.04
XYZ50.641374.415419.0917
Yxy74.41540.35130.5162
Hunter Lab86.2644-46.174647.2632
CIE-Lab89.1184-47.751169.2971

#aaf54f color RGB value is (170,245,79).

#aaf54f hex color red value is 170, green value is 245 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #aaf54f hue: 0.24 , saturation: 0.89 and the lightness value of aaf54f is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11110101 01001111
Octal 252 365 117
Decimal 170 245 79
Hex AA F5 4F

RGB Percentages of Color #aaf54f

%34.41
%49.60
%15.99

CMYK Percentages of Color #aaf54f

%31
%0
%68
%4

Triadic Colors of #aaf54f

#aaf54f #4faaf5 #f54faa

Analogous Colors of #aaf54f

#aaf54f #57f54f #f5ed4f

Monochromatic Colors of #aaf54f

#aaf54f

Complementary Color

#aaf54f #9a4ff5

#aaf54f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf54f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf54f Color CSS Codes

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

#aaf54f Text Font Color

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

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


#aaf54f Background Color

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

This div background color is #aaf54f


#aaf54f Border Color

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

This div border color is #aaf54f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf54f


Comments

No comments written yet.

Please login to write comment.