Color Hex Logo

#aaf44e Color Hex

#AAF44E
(170,244,78)
0 Favorites   0 Comments

Color spaces of #aaf44e

RGB 17024478
HSL0.240.880.63
HSV87°68°96°
CMYK 0.300.000.68   0.04
XYZ50.303473.797518.8008
Yxy73.79750.35200.5164
Hunter Lab85.9055-45.810947.1579
CIE-Lab88.8267-47.397169.3655

#aaf44e color RGB value is (170,244,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11110100 01001110
Octal 252 364 116
Decimal 170 244 78
Hex AA F4 4E

RGB Percentages of Color #aaf44e

%34.55
%49.59
%15.85

CMYK Percentages of Color #aaf44e

%30
%0
%68
%4

Triadic Colors of #aaf44e

#aaf44e #4eaaf4 #f44eaa

Analogous Colors of #aaf44e

#aaf44e #57f44e #f4eb4e

Monochromatic Colors of #aaf44e

#aaf44e

Complementary Color

#aaf44e #984ef4

#aaf44e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf44e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf44e Color CSS Codes

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

#aaf44e Text Font Color

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

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


#aaf44e Background Color

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

This div background color is #aaf44e


#aaf44e Border Color

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

This div border color is #aaf44e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf44e


Comments

No comments written yet.

Please login to write comment.