Color Hex Logo

#aaebb2 Color Hex

#AAEBB2
(170,235,178)
0 Favorites   0 Comments

Color spaces of #aaebb2

RGB 170235178
HSL0.350.620.79
HSV127°28°92°
CMYK 0.280.000.24   0.08
XYZ54.321871.177152.9950
Yxy71.17710.30430.3988
Hunter Lab84.3665-32.709121.8134
CIE-Lab87.5710-31.489921.2491

#aaebb2 color RGB value is (170,235,178).

#aaebb2 hex color red value is 170, green value is 235 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #aaebb2 hue: 0.35 , saturation: 0.62 and the lightness value of aaebb2 is 0.79.

The process color (four color CMYK) of #aaebb2 color hex is 0.28, 0.00, 0.24, 0.08. Web safe color of #aaebb2 is #99ff99. Color #aaebb2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101011 10110010
Octal 252 353 262
Decimal 170 235 178
Hex AA EB B2

RGB Percentages of Color #aaebb2

%29.16
%40.31
%30.53

CMYK Percentages of Color #aaebb2

%28
%0
%24
%8

Triadic Colors of #aaebb2

#aaebb2 #b2aaeb #ebb2aa

Analogous Colors of #aaebb2

#aaebb2 #aaebd3 #c3ebaa

Monochromatic Colors of #aaebb2

#aaebb2

Complementary Color

#aaebb2 #ebaae3

#aaebb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaebb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaebb2 Color CSS Codes

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

#aaebb2 Text Font Color

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

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


#aaebb2 Background Color

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

This div background color is #aaebb2


#aaebb2 Border Color

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

This div border color is #aaebb2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaebb2


Comments

No comments written yet.

Please login to write comment.