Color Hex Logo

#aaeeb5 Color Hex

#AAEEB5
(170,238,181)
0 Favorites   0 Comments

Color spaces of #aaeeb5

RGB 170238181
HSL0.360.670.80
HSV130°29°93°
CMYK 0.290.000.24   0.07
XYZ55.492673.031354.8877
Yxy73.03130.30260.3982
Hunter Lab85.4584-33.642721.7404
CIE-Lab88.4626-32.373420.9354

#aaeeb5 color RGB value is (170,238,181).

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

The process color (four color CMYK) of #aaeeb5 color hex is 0.29, 0.00, 0.24, 0.07. Web safe color of #aaeeb5 is #99ffcc. Color #aaeeb5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101110 10110101
Octal 252 356 265
Decimal 170 238 181
Hex AA EE B5

RGB Percentages of Color #aaeeb5

%28.86
%40.41
%30.73

CMYK Percentages of Color #aaeeb5

%29
%0
%24
%7

Triadic Colors of #aaeeb5

#aaeeb5 #b5aaee #eeb5aa

Analogous Colors of #aaeeb5

#aaeeb5 #aaeed7 #c1eeaa

Monochromatic Colors of #aaeeb5

#aaeeb5

Complementary Color

#aaeeb5 #eeaae3

#aaeeb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaeeb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaeeb5 Color CSS Codes

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

#aaeeb5 Text Font Color

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

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


#aaeeb5 Background Color

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

This div background color is #aaeeb5


#aaeeb5 Border Color

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

This div border color is #aaeeb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaeeb5


Comments

No comments written yet.

Please login to write comment.