Color Hex Logo

#aed1ed Color Hex

#AED1ED
(174,209,237)
0 Favorites   0 Comments

Color spaces of #aed1ed

RGB 174209237
HSL0.570.640.81
HSV207°27°93°
CMYK 0.270.120.00   0.07
XYZ55.542160.714088.9124
Yxy60.71400.27070.2959
Hunter Lab77.9192-9.1208-13.1115
CIE-Lab82.2248-5.3617-17.5849

#aed1ed color RGB value is (174,209,237).

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

The process color (four color CMYK) of #aed1ed color hex is 0.27, 0.12, 0.00, 0.07. Web safe color of #aed1ed is #99ccff. Color #aed1ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010001 11101101
Octal 256 321 355
Decimal 174 209 237
Hex AE D1 ED

RGB Percentages of Color #aed1ed

%28.06
%33.71
%38.23

CMYK Percentages of Color #aed1ed

%27
%12
%0
%7

Triadic Colors of #aed1ed

#aed1ed #edaed1 #d1edae

Analogous Colors of #aed1ed

#aed1ed #aeb2ed #aeedea

Monochromatic Colors of #aed1ed

#aed1ed

Complementary Color

#aed1ed #edcaae

#aed1ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed1ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed1ed Color CSS Codes

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

#aed1ed Text Font Color

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

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


#aed1ed Background Color

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

This div background color is #aed1ed


#aed1ed Border Color

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

This div border color is #aed1ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed1ed


Comments

No comments written yet.

Please login to write comment.