Color Hex Logo

#aaf04d Color Hex

#AAF04D
(170,240,77)
0 Favorites   0 Comments

Color spaces of #aaf04d

RGB 17024077
HSL0.240.840.62
HSV86°68°94°
CMYK 0.290.000.68   0.06
XYZ49.077271.402018.2165
Yxy71.40200.35380.5148
Hunter Lab84.4997-44.202246.3680
CIE-Lab87.6800-45.767668.5543

#aaf04d color RGB value is (170,240,77).

#aaf04d hex color red value is 170, green value is 240 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #aaf04d hue: 0.24 , saturation: 0.84 and the lightness value of aaf04d is 0.62.

The process color (four color CMYK) of #aaf04d color hex is 0.29, 0.00, 0.68, 0.06. Web safe color of #aaf04d is #99ff66. Color #aaf04d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11110000 01001101
Octal 252 360 115
Decimal 170 240 77
Hex AA F0 4D

RGB Percentages of Color #aaf04d

%34.91
%49.28
%15.81

CMYK Percentages of Color #aaf04d

%29
%0
%68
%6

Triadic Colors of #aaf04d

#aaf04d #4daaf0 #f04daa

Analogous Colors of #aaf04d

#aaf04d #59f04d #f0e54d

Monochromatic Colors of #aaf04d

#aaf04d

Complementary Color

#aaf04d #934df0

#aaf04d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf04d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf04d Color CSS Codes

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

#aaf04d Text Font Color

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

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


#aaf04d Background Color

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

This div background color is #aaf04d


#aaf04d Border Color

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

This div border color is #aaf04d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf04d


Comments

No comments written yet.

Please login to write comment.