Color Hex Logo

#aae38b Color Hex

#AAE38B
(170,227,139)
0 Favorites   0 Comments

Color spaces of #aae38b

RGB 170227139
HSL0.270.610.72
HSV99°39°89°
CMYK 0.250.000.39   0.11
XYZ48.706865.348334.4725
Yxy65.34830.32790.4400
Hunter Lab80.8383-33.917031.3033
CIE-Lab84.6629-33.774737.2447

#aae38b color RGB value is (170,227,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100011 10001011
Octal 252 343 213
Decimal 170 227 139
Hex AA E3 8B

RGB Percentages of Color #aae38b

%31.72
%42.35
%25.93

CMYK Percentages of Color #aae38b

%25
%0
%39
%11

Triadic Colors of #aae38b

#aae38b #8baae3 #e38baa

Analogous Colors of #aae38b

#aae38b #8be398 #d6e38b

Monochromatic Colors of #aae38b

#aae38b

Complementary Color

#aae38b #c48be3

#aae38b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae38b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae38b Color CSS Codes

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

#aae38b Text Font Color

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

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


#aae38b Background Color

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

This div background color is #aae38b


#aae38b Border Color

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

This div border color is #aae38b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,227,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 #aae38b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae38b


Comments

No comments written yet.

Please login to write comment.