Color Hex Logo

#aae56f Color Hex

#AAE56F
(170,229,111)
0 Favorites   0 Comments

Color spaces of #aae56f

RGB 170229111
HSL0.250.690.67
HSV90°52°90°
CMYK 0.260.000.52   0.10
XYZ47.466165.732425.2248
Yxy65.73240.34290.4749
Hunter Lab81.0755-37.378438.3061
CIE-Lab84.8597-38.049851.0619

#aae56f color RGB value is (170,229,111).

#aae56f hex color red value is 170, green value is 229 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #aae56f hue: 0.25 , saturation: 0.69 and the lightness value of aae56f is 0.67.

The process color (four color CMYK) of #aae56f color hex is 0.26, 0.00, 0.52, 0.10. Web safe color of #aae56f is #99cc66. Color #aae56f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100101 01101111
Octal 252 345 157
Decimal 170 229 111
Hex AA E5 6F

RGB Percentages of Color #aae56f

%33.33
%44.90
%21.76

CMYK Percentages of Color #aae56f

%26
%0
%52
%10

Triadic Colors of #aae56f

#aae56f #6faae5 #e56faa

Analogous Colors of #aae56f

#aae56f #6fe56f #e5e56f

Monochromatic Colors of #aae56f

#aae56f

Complementary Color

#aae56f #aa6fe5

#aae56f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae56f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae56f Color CSS Codes

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

#aae56f Text Font Color

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

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


#aae56f Background Color

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

This div background color is #aae56f


#aae56f Border Color

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

This div border color is #aae56f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae56f


Comments

No comments written yet.

Please login to write comment.