Color Hex Logo

#aaeafd Color Hex

#AAEAFD
(170,234,253)
0 Favorites   0 Comments

Color spaces of #aaeafd

RGB 170234253
HSL0.540.950.83
HSV194°33°99°
CMYK 0.330.080.00   0.01
XYZ63.730074.4835103.9463
Yxy74.48350.26320.3076
Hunter Lab86.3038-19.2206-10.9976
CIE-Lab89.1505-15.6068-15.6365

#aaeafd color RGB value is (170,234,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101010 11111101
Octal 252 352 375
Decimal 170 234 253
Hex AA EA FD

RGB Percentages of Color #aaeafd

%25.88
%35.62
%38.51

CMYK Percentages of Color #aaeafd

%33
%8
%0
%1

Triadic Colors of #aaeafd

#aaeafd #fdaaea #eafdaa

Analogous Colors of #aaeafd

#aaeafd #aac1fd #aafde7

Monochromatic Colors of #aaeafd

#aaeafd

Complementary Color

#aaeafd #fdbdaa

#aaeafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaeafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaeafd Color CSS Codes

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

#aaeafd Text Font Color

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

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


#aaeafd Background Color

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

This div background color is #aaeafd


#aaeafd Border Color

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

This div border color is #aaeafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaeafd


Comments

No comments written yet.

Please login to write comment.