Color Hex Logo

#aae48f Color Hex

#AAE48F
(170,228,143)
0 Favorites   0 Comments

Color spaces of #aae48f

RGB 170228143
HSL0.280.610.73
HSV101°37°89°
CMYK 0.250.000.37   0.11
XYZ49.278966.016036.1317
Yxy66.01600.32540.4360
Hunter Lab81.2502-33.926330.5091
CIE-Lab85.0046-33.687035.6810

#aae48f color RGB value is (170,228,143).

#aae48f hex color red value is 170, green value is 228 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #aae48f hue: 0.28 , saturation: 0.61 and the lightness value of aae48f is 0.73.

The process color (four color CMYK) of #aae48f color hex is 0.25, 0.00, 0.37, 0.11. Web safe color of #aae48f is #99cc99. Color #aae48f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100100 10001111
Octal 252 344 217
Decimal 170 228 143
Hex AA E4 8F

RGB Percentages of Color #aae48f

%31.42
%42.14
%26.43

CMYK Percentages of Color #aae48f

%25
%0
%37
%11

Triadic Colors of #aae48f

#aae48f #8faae4 #e48faa

Analogous Colors of #aae48f

#aae48f #8fe49f #d5e48f

Monochromatic Colors of #aae48f

#aae48f

Complementary Color

#aae48f #c98fe4

#aae48f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae48f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae48f Color CSS Codes

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

#aae48f Text Font Color

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

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


#aae48f Background Color

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

This div background color is #aae48f


#aae48f Border Color

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

This div border color is #aae48f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae48f

#aae48f Color Palettes


Comments

No comments written yet.

Please login to write comment.