Color Hex Logo

#aae47f Color Hex

#AAE47F
(170,228,127)
0 Favorites   0 Comments

Color spaces of #aae47f

RGB 170228127
HSL0.260.650.70
HSV94°44°89°
CMYK 0.250.000.44   0.11
XYZ48.151765.565230.1962
Yxy65.56520.33460.4556
Hunter Lab80.9723-35.553334.5702
CIE-Lab84.7741-35.780143.3236

#aae47f color RGB value is (170,228,127).

#aae47f hex color red value is 170, green value is 228 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #aae47f hue: 0.26 , saturation: 0.65 and the lightness value of aae47f is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100100 01111111
Octal 252 344 177
Decimal 170 228 127
Hex AA E4 7F

RGB Percentages of Color #aae47f

%32.38
%43.43
%24.19

CMYK Percentages of Color #aae47f

%25
%0
%44
%11

Triadic Colors of #aae47f

#aae47f #7faae4 #e47faa

Analogous Colors of #aae47f

#aae47f #7fe487 #dde47f

Monochromatic Colors of #aae47f

#aae47f

Complementary Color

#aae47f #b97fe4

#aae47f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae47f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae47f Color CSS Codes

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

#aae47f Text Font Color

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

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


#aae47f Background Color

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

This div background color is #aae47f


#aae47f Border Color

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

This div border color is #aae47f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae47f


Comments

No comments written yet.

Please login to write comment.