Color Hex Logo

#aed1ee Color Hex

#AED1EE
(174,209,238)
0 Favorites   0 Comments

Color spaces of #aed1ee

RGB 174209238
HSL0.580.650.81
HSV207°27°93°
CMYK 0.270.120.00   0.07
XYZ55.688660.772689.6841
Yxy60.77260.27010.2948
Hunter Lab77.9568-8.9125-13.6395
CIE-Lab82.2563-5.1306-18.0697

#aed1ee color RGB value is (174,209,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010001 11101110
Octal 256 321 356
Decimal 174 209 238
Hex AE D1 EE

RGB Percentages of Color #aed1ee

%28.02
%33.66
%38.33

CMYK Percentages of Color #aed1ee

%27
%12
%0
%7

Triadic Colors of #aed1ee

#aed1ee #eeaed1 #d1eeae

Analogous Colors of #aed1ee

#aed1ee #aeb1ee #aeeeeb

Monochromatic Colors of #aed1ee

#aed1ee

Complementary Color

#aed1ee #eecbae

#aed1ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed1ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed1ee Color CSS Codes

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

#aed1ee Text Font Color

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

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


#aed1ee Background Color

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

This div background color is #aed1ee


#aed1ee Border Color

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

This div border color is #aed1ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed1ee


Comments

No comments written yet.

Please login to write comment.