Color Hex Logo

#aae48b Color Hex

#AAE48B
(170,228,139)
0 Favorites   0 Comments

Color spaces of #aae48b

RGB 170228139
HSL0.280.620.72
HSV99°39°89°
CMYK 0.250.000.39   0.11
XYZ48.981265.896934.5639
Yxy65.89690.32780.4410
Hunter Lab81.1769-34.354831.5790
CIE-Lab84.9438-34.235637.6086

#aae48b color RGB value is (170,228,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100100 10001011
Octal 252 344 213
Decimal 170 228 139
Hex AA E4 8B

RGB Percentages of Color #aae48b

%31.66
%42.46
%25.88

CMYK Percentages of Color #aae48b

%25
%0
%39
%11

Triadic Colors of #aae48b

#aae48b #8baae4 #e48baa

Analogous Colors of #aae48b

#aae48b #8be499 #d7e48b

Monochromatic Colors of #aae48b

#aae48b

Complementary Color

#aae48b #c58be4

#aae48b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae48b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae48b Color CSS Codes

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

#aae48b Text Font Color

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

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


#aae48b Background Color

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

This div background color is #aae48b


#aae48b Border Color

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

This div border color is #aae48b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae48b


Comments

No comments written yet.

Please login to write comment.