Color Hex Logo

#aaebff Color Hex

#AAEBFF
(170,235,255)
0 Favorites   0 Comments

Color spaces of #aaebff

RGB 170235255
HSL0.541.000.83
HSV194°33°100°
CMYK 0.330.080.00   0.00
XYZ64.335975.1827105.7286
Yxy75.18270.26230.3066
Hunter Lab86.7080-19.2948-11.6005
CIE-Lab89.4785-15.6381-16.1902

#aaebff color RGB value is (170,235,255).

#aaebff hex color red value is 170, green value is 235 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #aaebff hue: 0.54 , saturation: 1.00 and the lightness value of aaebff is 0.83.

The process color (four color CMYK) of #aaebff color hex is 0.33, 0.08, 0.00, 0.00. Web safe color of #aaebff is #99ffff. Color #aaebff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101011 11111111
Octal 252 353 377
Decimal 170 235 255
Hex AA EB FF

RGB Percentages of Color #aaebff

%25.76
%35.61
%38.64

CMYK Percentages of Color #aaebff

%33
%8
%0
%0

Triadic Colors of #aaebff

#aaebff #ffaaeb #ebffaa

Analogous Colors of #aaebff

#aaebff #aac1ff #aaffe9

Monochromatic Colors of #aaebff

#aaebff

Complementary Color

#aaebff #ffbeaa

#aaebff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaebff Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaebff Color CSS Codes

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

#aaebff Text Font Color

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

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


#aaebff Background Color

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

This div background color is #aaebff


#aaebff Border Color

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

This div border color is #aaebff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaebff

Related Colors


Comments

No comments written yet.

Please login to write comment.