Color Hex Logo

#aaebe8 Color Hex

#AAEBE8
(170,235,232)
0 Favorites   0 Comments

Color spaces of #aaebe8

RGB 170235232
HSL0.490.620.79
HSV177°28°92°
CMYK 0.280.000.01   0.08
XYZ60.851473.788987.3794
Yxy73.78890.27410.3324
Hunter Lab85.9005-23.8774-0.1805
CIE-Lab88.8226-20.8844-5.1287

#aaebe8 color RGB value is (170,235,232).

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

The process color (four color CMYK) of #aaebe8 color hex is 0.28, 0.00, 0.01, 0.08. Web safe color of #aaebe8 is #99ffff. Color #aaebe8 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101011 11101000
Octal 252 353 350
Decimal 170 235 232
Hex AA EB E8

RGB Percentages of Color #aaebe8

%26.69
%36.89
%36.42

CMYK Percentages of Color #aaebe8

%28
%0
%1
%8

Triadic Colors of #aaebe8

#aaebe8 #e8aaeb #ebe8aa

Analogous Colors of #aaebe8

#aaebe8 #aaceeb #aaebc8

Monochromatic Colors of #aaebe8

#aaebe8

Complementary Color

#aaebe8 #ebaaad

#aaebe8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaebe8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaebe8 Color CSS Codes

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

#aaebe8 Text Font Color

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

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


#aaebe8 Background Color

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

This div background color is #aaebe8


#aaebe8 Border Color

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

This div border color is #aaebe8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaebe8


Comments

No comments written yet.

Please login to write comment.