Color Hex Logo

#aaebee Color Hex

#AAEBEE
(170,235,238)
0 Favorites   0 Comments

Color spaces of #aaebee

RGB 170235238
HSL0.510.670.80
HSV183°29°93°
CMYK 0.290.010.00   0.07
XYZ61.718574.135891.9456
Yxy74.13580.27090.3254
Hunter Lab86.1021-22.7290-3.0423
CIE-Lab88.9866-19.5541-8.0285

#aaebee color RGB value is (170,235,238).

#aaebee hex color red value is 170, green value is 235 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #aaebee hue: 0.51 , saturation: 0.67 and the lightness value of aaebee is 0.80.

The process color (four color CMYK) of #aaebee color hex is 0.29, 0.01, 0.00, 0.07. Web safe color of #aaebee is #99ffff. Color #aaebee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101011 11101110
Octal 252 353 356
Decimal 170 235 238
Hex AA EB EE

RGB Percentages of Color #aaebee

%26.44
%36.55
%37.01

CMYK Percentages of Color #aaebee

%29
%1
%0
%7

Triadic Colors of #aaebee

#aaebee #eeaaeb #ebeeaa

Analogous Colors of #aaebee

#aaebee #aac9ee #aaeecf

Monochromatic Colors of #aaebee

#aaebee

Complementary Color

#aaebee #eeadaa

#aaebee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaebee Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaebee Color CSS Codes

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

#aaebee Text Font Color

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

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


#aaebee Background Color

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

This div background color is #aaebee


#aaebee Border Color

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

This div border color is #aaebee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaebee


Comments

No comments written yet.

Please login to write comment.