Color Hex Logo

#aaeab5 Color Hex

#AAEAB5
(170,234,181)
0 Favorites   0 Comments

Color spaces of #aaeab5

RGB 170234181
HSL0.360.600.79
HSV130°27°92°
CMYK 0.270.000.23   0.08
XYZ54.340970.727954.5038
Yxy70.72790.30260.3939
Hunter Lab84.0999-31.837520.4450
CIE-Lab87.3526-30.500119.3936

#aaeab5 color RGB value is (170,234,181).

#aaeab5 hex color red value is 170, green value is 234 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #aaeab5 hue: 0.36 , saturation: 0.60 and the lightness value of aaeab5 is 0.79.

The process color (four color CMYK) of #aaeab5 color hex is 0.27, 0.00, 0.23, 0.08. Web safe color of #aaeab5 is #99ffcc. Color #aaeab5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101010 10110101
Octal 252 352 265
Decimal 170 234 181
Hex AA EA B5

RGB Percentages of Color #aaeab5

%29.06
%40.00
%30.94

CMYK Percentages of Color #aaeab5

%27
%0
%23
%8

Triadic Colors of #aaeab5

#aaeab5 #b5aaea #eab5aa

Analogous Colors of #aaeab5

#aaeab5 #aaead5 #bfeaaa

Monochromatic Colors of #aaeab5

#aaeab5

Complementary Color

#aaeab5 #eaaadf

#aaeab5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaeab5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaeab5 Color CSS Codes

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

#aaeab5 Text Font Color

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

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


#aaeab5 Background Color

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

This div background color is #aaeab5


#aaeab5 Border Color

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

This div border color is #aaeab5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaeab5


Comments

No comments written yet.

Please login to write comment.