Color Hex Logo

#aed1ea Color Hex

#AED1EA
(174,209,234)
0 Favorites   0 Comments

Color spaces of #aed1ea

RGB 174209234
HSL0.570.590.80
HSV205°26°92°
CMYK 0.260.110.00   0.08
XYZ55.107360.540186.6228
Yxy60.54010.27240.2993
Hunter Lab77.8075-9.7402-11.5421
CIE-Lab82.1309-6.0507-16.1281

#aed1ea color RGB value is (174,209,234).

#aed1ea hex color red value is 174, green value is 209 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #aed1ea hue: 0.57 , saturation: 0.59 and the lightness value of aed1ea is 0.80.

The process color (four color CMYK) of #aed1ea color hex is 0.26, 0.11, 0.00, 0.08. Web safe color of #aed1ea is #99ccff. Color #aed1ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010001 11101010
Octal 256 321 352
Decimal 174 209 234
Hex AE D1 EA

RGB Percentages of Color #aed1ea

%28.20
%33.87
%37.93

CMYK Percentages of Color #aed1ea

%26
%11
%0
%8

Triadic Colors of #aed1ea

#aed1ea #eaaed1 #d1eaae

Analogous Colors of #aed1ea

#aed1ea #aeb3ea #aeeae5

Monochromatic Colors of #aed1ea

#aed1ea

Complementary Color

#aed1ea #eac7ae

#aed1ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed1ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed1ea Color CSS Codes

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

#aed1ea Text Font Color

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

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


#aed1ea Background Color

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

This div background color is #aed1ea


#aed1ea Border Color

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

This div border color is #aed1ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed1ea


Comments

No comments written yet.

Please login to write comment.