Color Hex Logo

#aae5ab Color Hex

#AAE5AB
(170,229,171)
0 Favorites   0 Comments

Color spaces of #aae5ab

RGB 170229171
HSL0.340.530.78
HSV121°26°90°
CMYK 0.260.000.25   0.10
XYZ51.947667.524948.8238
Yxy67.52490.30870.4012
Hunter Lab82.1735-30.961422.2940
CIE-Lab85.7683-29.855222.3819

#aae5ab color RGB value is (170,229,171).

#aae5ab hex color red value is 170, green value is 229 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #aae5ab hue: 0.34 , saturation: 0.53 and the lightness value of aae5ab is 0.78.

The process color (four color CMYK) of #aae5ab color hex is 0.26, 0.00, 0.25, 0.10. Web safe color of #aae5ab is #99cc99. Color #aae5ab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100101 10101011
Octal 252 345 253
Decimal 170 229 171
Hex AA E5 AB

RGB Percentages of Color #aae5ab

%29.82
%40.18
%30.00

CMYK Percentages of Color #aae5ab

%26
%0
%25
%10

Triadic Colors of #aae5ab

#aae5ab #abaae5 #e5abaa

Analogous Colors of #aae5ab

#aae5ab #aae5c9 #c7e5aa

Monochromatic Colors of #aae5ab

#aae5ab

Complementary Color

#aae5ab #e5aae4

#aae5ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae5ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae5ab Color CSS Codes

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

#aae5ab Text Font Color

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

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


#aae5ab Background Color

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

This div background color is #aae5ab


#aae5ab Border Color

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

This div border color is #aae5ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae5ab


Comments

No comments written yet.

Please login to write comment.