Color Hex Logo

#aaedfd Color Hex

#AAEDFD
(170,237,253)
0 Favorites   0 Comments

Color spaces of #aaedfd

RGB 170237253
HSL0.530.950.83
HSV192°33°99°
CMYK 0.330.060.00   0.01
XYZ64.591476.2063104.2335
Yxy76.20630.26360.3110
Hunter Lab87.2962-20.6943-9.6861
CIE-Lab89.9550-17.1118-14.4306

#aaedfd color RGB value is (170,237,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101101 11111101
Octal 252 355 375
Decimal 170 237 253
Hex AA ED FD

RGB Percentages of Color #aaedfd

%25.76
%35.91
%38.33

CMYK Percentages of Color #aaedfd

%33
%6
%0
%1

Triadic Colors of #aaedfd

#aaedfd #fdaaed #edfdaa

Analogous Colors of #aaedfd

#aaedfd #aac4fd #aafde4

Monochromatic Colors of #aaedfd

#aaedfd

Complementary Color

#aaedfd #fdbaaa

#aaedfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaedfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaedfd Color CSS Codes

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

#aaedfd Text Font Color

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

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


#aaedfd Background Color

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

This div background color is #aaedfd


#aaedfd Border Color

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

This div border color is #aaedfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaedfd


Comments

No comments written yet.

Please login to write comment.