Color Hex Logo

#aaebb8 Color Hex

#AAEBB8
(170,235,184)
0 Favorites   0 Comments

Color spaces of #aaebb8

RGB 170235184
HSL0.370.620.79
HSV133°28°92°
CMYK 0.280.000.22   0.08
XYZ54.937671.423456.2380
Yxy71.42340.30090.3911
Hunter Lab84.5124-31.862019.7047
CIE-Lab87.6903-30.442218.3091

#aaebb8 color RGB value is (170,235,184).

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

The process color (four color CMYK) of #aaebb8 color hex is 0.28, 0.00, 0.22, 0.08. Web safe color of #aaebb8 is #99ffcc. Color #aaebb8 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101011 10111000
Octal 252 353 270
Decimal 170 235 184
Hex AA EB B8

RGB Percentages of Color #aaebb8

%28.86
%39.90
%31.24

CMYK Percentages of Color #aaebb8

%28
%0
%22
%8

Triadic Colors of #aaebb8

#aaebb8 #b8aaeb #ebb8aa

Analogous Colors of #aaebb8

#aaebb8 #aaebd9 #bdebaa

Monochromatic Colors of #aaebb8

#aaebb8

Complementary Color

#aaebb8 #ebaadd

#aaebb8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaebb8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaebb8 Color CSS Codes

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

#aaebb8 Text Font Color

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

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


#aaebb8 Background Color

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

This div background color is #aaebb8


#aaebb8 Border Color

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

This div border color is #aaebb8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaebb8


Comments

No comments written yet.

Please login to write comment.