Color Hex Logo

#aae4fd Color Hex

#AAE4FD
(170,228,253)
0 Favorites   0 Comments

Color spaces of #aae4fd

RGB 170228253
HSL0.550.950.83
HSV198°33°99°
CMYK 0.330.100.00   0.01
XYZ62.050671.1247103.3865
Yxy71.12470.26230.3007
Hunter Lab84.3355-16.2540-13.6485
CIE-Lab87.5456-12.5674-18.0495

#aae4fd color RGB value is (170,228,253).

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

The process color (four color CMYK) of #aae4fd color hex is 0.33, 0.10, 0.00, 0.01. Web safe color of #aae4fd is #99ccff. Color #aae4fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100100 11111101
Octal 252 344 375
Decimal 170 228 253
Hex AA E4 FD

RGB Percentages of Color #aae4fd

%26.11
%35.02
%38.86

CMYK Percentages of Color #aae4fd

%33
%10
%0
%1

Triadic Colors of #aae4fd

#aae4fd #fdaae4 #e4fdaa

Analogous Colors of #aae4fd

#aae4fd #aabbfd #aafded

Monochromatic Colors of #aae4fd

#aae4fd

Complementary Color

#aae4fd #fdc3aa

#aae4fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae4fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae4fd Color CSS Codes

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

#aae4fd Text Font Color

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

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


#aae4fd Background Color

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

This div background color is #aae4fd


#aae4fd Border Color

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

This div border color is #aae4fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae4fd


Comments

No comments written yet.

Please login to write comment.