Color Hex Logo

#aaecb5 Color Hex

#AAECB5
(170,236,181)
0 Favorites   0 Comments

Color spaces of #aaecb5

RGB 170236181
HSL0.360.630.80
HSV130°28°93°
CMYK 0.280.000.23   0.07
XYZ54.913571.873154.6947
Yxy71.87310.30260.3960
Hunter Lab84.7780-32.741221.0935
CIE-Lab87.9075-31.439120.1650

#aaecb5 color RGB value is (170,236,181).

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

The process color (four color CMYK) of #aaecb5 color hex is 0.28, 0.00, 0.23, 0.07. Web safe color of #aaecb5 is #99ffcc. Color #aaecb5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101100 10110101
Octal 252 354 265
Decimal 170 236 181
Hex AA EC B5

RGB Percentages of Color #aaecb5

%28.96
%40.20
%30.83

CMYK Percentages of Color #aaecb5

%28
%0
%23
%7

Triadic Colors of #aaecb5

#aaecb5 #b5aaec #ecb5aa

Analogous Colors of #aaecb5

#aaecb5 #aaecd6 #c0ecaa

Monochromatic Colors of #aaecb5

#aaecb5

Complementary Color

#aaecb5 #ecaae1

#aaecb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaecb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaecb5 Color CSS Codes

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

#aaecb5 Text Font Color

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

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


#aaecb5 Background Color

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

This div background color is #aaecb5


#aaecb5 Border Color

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

This div border color is #aaecb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaecb5


Comments

No comments written yet.

Please login to write comment.