Color Hex Logo

#aed8ff Color Hex

#AED8FF
(174,216,255)
0 Favorites   0 Comments

Color spaces of #aed8ff

RGB 174216255
HSL0.581.000.84
HSV209°32°100°
CMYK 0.320.150.00   0.00
XYZ60.061465.3304104.0522
Yxy65.33040.26180.2847
Hunter Lab80.8272-8.8072-19.7474
CIE-Lab84.6537-4.7879-23.4565

#aed8ff color RGB value is (174,216,255).

#aed8ff hex color red value is 174, green value is 216 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #aed8ff hue: 0.58 , saturation: 1.00 and the lightness value of aed8ff is 0.84.

The process color (four color CMYK) of #aed8ff color hex is 0.32, 0.15, 0.00, 0.00. Web safe color of #aed8ff is #99ccff. Color #aed8ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011000 11111111
Octal 256 330 377
Decimal 174 216 255
Hex AE D8 FF

RGB Percentages of Color #aed8ff

%26.98
%33.49
%39.53

CMYK Percentages of Color #aed8ff

%32
%15
%0
%0

Triadic Colors of #aed8ff

#aed8ff #ffaed8 #d8ffae

Analogous Colors of #aed8ff

#aed8ff #aeb0ff #aefffe

Monochromatic Colors of #aed8ff

#aed8ff

Complementary Color

#aed8ff #ffd5ae

#aed8ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed8ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed8ff Color CSS Codes

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

#aed8ff Text Font Color

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

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


#aed8ff Background Color

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

This div background color is #aed8ff


#aed8ff Border Color

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

This div border color is #aed8ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed8ff

#aed8ff Color Palettes


Comments

No comments written yet.

Please login to write comment.