Color Hex Logo

#aaebe5 Color Hex

#AAEBE5
(170,235,229)
0 Favorites   0 Comments

Color spaces of #aaebe5

RGB 170235229
HSL0.480.620.79
HSV174°28°92°
CMYK 0.280.000.03   0.08
XYZ60.428873.619985.1539
Yxy73.61990.27570.3359
Hunter Lab85.8020-24.43931.2193
CIE-Lab88.7425-21.5391-3.6753

#aaebe5 color RGB value is (170,235,229).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101011 11100101
Octal 252 353 345
Decimal 170 235 229
Hex AA EB E5

RGB Percentages of Color #aaebe5

%26.81
%37.07
%36.12

CMYK Percentages of Color #aaebe5

%28
%0
%3
%8

Triadic Colors of #aaebe5

#aaebe5 #e5aaeb #ebe5aa

Analogous Colors of #aaebe5

#aaebe5 #aad1eb #aaebc5

Monochromatic Colors of #aaebe5

#aaebe5

Complementary Color

#aaebe5 #ebaab0

#aaebe5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaebe5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaebe5 Color CSS Codes

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

#aaebe5 Text Font Color

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

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


#aaebe5 Background Color

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

This div background color is #aaebe5


#aaebe5 Border Color

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

This div border color is #aaebe5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaebe5

#aaebe5 Color Palettes


Comments

No comments written yet.

Please login to write comment.