Color Hex Logo

#aaeffd Color Hex

#AAEFFD
(170,239,253)
0 Favorites   0 Comments

Color spaces of #aaeffd

RGB 170239253
HSL0.530.950.83
HSV190°33°99°
CMYK 0.330.060.00   0.01
XYZ65.173777.3709104.4276
Yxy77.37090.26390.3133
Hunter Lab87.9607-21.6733-8.8170
CIE-Lab90.4921-18.1095-13.6270

#aaeffd color RGB value is (170,239,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101111 11111101
Octal 252 357 375
Decimal 170 239 253
Hex AA EF FD

RGB Percentages of Color #aaeffd

%25.68
%36.10
%38.22

CMYK Percentages of Color #aaeffd

%33
%6
%0
%1

Triadic Colors of #aaeffd

#aaeffd #fdaaef #effdaa

Analogous Colors of #aaeffd

#aaeffd #aac6fd #aafde2

Monochromatic Colors of #aaeffd

#aaeffd

Complementary Color

#aaeffd #fdb8aa

#aaeffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaeffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaeffd Color CSS Codes

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

#aaeffd Text Font Color

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

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


#aaeffd Background Color

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

This div background color is #aaeffd


#aaeffd Border Color

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

This div border color is #aaeffd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,239,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 #aaeffd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaeffd


Comments

No comments written yet.

Please login to write comment.