Color Hex Logo

#aae47d Color Hex

#AAE47D
(170,228,125)
0 Favorites   0 Comments

Color spaces of #aae47d

RGB 170228125
HSL0.260.660.69
HSV94°45°89°
CMYK 0.250.000.45   0.11
XYZ48.022665.513529.5164
Yxy65.51350.33570.4580
Hunter Lab80.9404-35.740235.0371
CIE-Lab84.7476-36.022444.2641

#aae47d color RGB value is (170,228,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100100 01111101
Octal 252 344 175
Decimal 170 228 125
Hex AA E4 7D

RGB Percentages of Color #aae47d

%32.50
%43.59
%23.90

CMYK Percentages of Color #aae47d

%25
%0
%45
%11

Triadic Colors of #aae47d

#aae47d #7daae4 #e47daa

Analogous Colors of #aae47d

#aae47d #7de484 #dee47d

Monochromatic Colors of #aae47d

#aae47d

Complementary Color

#aae47d #b77de4

#aae47d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae47d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae47d Color CSS Codes

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

#aae47d Text Font Color

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

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


#aae47d Background Color

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

This div background color is #aae47d


#aae47d Border Color

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

This div border color is #aae47d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae47d


Comments

No comments written yet.

Please login to write comment.