Color Hex Logo

#aaf24d Color Hex

#AAF24D
(170,242,77)
0 Favorites   0 Comments

Color spaces of #aaf24d

RGB 17024277
HSL0.240.860.63
HSV86°68°95°
CMYK 0.300.000.68   0.05
XYZ49.669272.586118.4139
Yxy72.58610.35310.5160
Hunter Lab85.1975-45.032046.8238
CIE-Lab88.2499-46.618069.1404

#aaf24d color RGB value is (170,242,77).

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

The process color (four color CMYK) of #aaf24d color hex is 0.30, 0.00, 0.68, 0.05. Web safe color of #aaf24d is #99ff66. Color #aaf24d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11110010 01001101
Octal 252 362 115
Decimal 170 242 77
Hex AA F2 4D

RGB Percentages of Color #aaf24d

%34.76
%49.49
%15.75

CMYK Percentages of Color #aaf24d

%30
%0
%68
%5

Triadic Colors of #aaf24d

#aaf24d #4daaf2 #f24daa

Analogous Colors of #aaf24d

#aaf24d #58f24d #f2e84d

Monochromatic Colors of #aaf24d

#aaf24d

Complementary Color

#aaf24d #954df2

#aaf24d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf24d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf24d Color CSS Codes

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

#aaf24d Text Font Color

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

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


#aaf24d Background Color

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

This div background color is #aaf24d


#aaf24d Border Color

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

This div border color is #aaf24d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf24d


Comments

No comments written yet.

Please login to write comment.