Color Hex Logo

#aae44d Color Hex

#AAE44D
(170,228,77)
0 Favorites   0 Comments

Color spaces of #aae44d

RGB 17022877
HSL0.230.740.60
HSV83°66°89°
CMYK 0.250.000.66   0.11
XYZ45.660564.568717.0776
Yxy64.56870.35870.5072
Hunter Lab80.3547-39.190343.6475
CIE-Lab84.2610-40.564265.0058

#aae44d color RGB value is (170,228,77).

#aae44d hex color red value is 170, green value is 228 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #aae44d hue: 0.23 , saturation: 0.74 and the lightness value of aae44d is 0.60.

The process color (four color CMYK) of #aae44d color hex is 0.25, 0.00, 0.66, 0.11. Web safe color of #aae44d is #99cc66. Color #aae44d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100100 01001101
Octal 252 344 115
Decimal 170 228 77
Hex AA E4 4D

RGB Percentages of Color #aae44d

%35.79
%48.00
%16.21

CMYK Percentages of Color #aae44d

%25
%0
%66
%11

Triadic Colors of #aae44d

#aae44d #4daae4 #e44daa

Analogous Colors of #aae44d

#aae44d #5fe44d #e4d34d

Monochromatic Colors of #aae44d

#aae44d

Complementary Color

#aae44d #874de4

#aae44d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae44d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae44d Color CSS Codes

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

#aae44d Text Font Color

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

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


#aae44d Background Color

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

This div background color is #aae44d


#aae44d Border Color

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

This div border color is #aae44d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae44d


Comments

No comments written yet.

Please login to write comment.