Color Hex Logo

#aed5ee Color Hex

#AED5EE
(174,213,238)
0 Favorites   0 Comments

Color spaces of #aed5ee

RGB 174213238
HSL0.570.650.81
HSV203°27°93°
CMYK 0.270.110.00   0.07
XYZ56.682462.760290.0154
Yxy62.76020.27060.2996
Hunter Lab79.2213-10.9216-11.9134
CIE-Lab83.3160-7.2242-16.4732

#aed5ee color RGB value is (174,213,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010101 11101110
Octal 256 325 356
Decimal 174 213 238
Hex AE D5 EE

RGB Percentages of Color #aed5ee

%27.84
%34.08
%38.08

CMYK Percentages of Color #aed5ee

%27
%11
%0
%7

Triadic Colors of #aed5ee

#aed5ee #eeaed5 #d5eeae

Analogous Colors of #aed5ee

#aed5ee #aeb5ee #aeeee7

Monochromatic Colors of #aed5ee

#aed5ee

Complementary Color

#aed5ee #eec7ae

#aed5ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed5ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed5ee Color CSS Codes

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

#aed5ee Text Font Color

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

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


#aed5ee Background Color

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

This div background color is #aed5ee


#aed5ee Border Color

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

This div border color is #aed5ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed5ee


Comments

No comments written yet.

Please login to write comment.