Color Hex Logo

#aeadee Color Hex

#AEADEE
(174,173,238)
0 Favorites   0 Comments

Color spaces of #aeadee

RGB 174173238
HSL0.670.660.81
HSV241°27°93°
CMYK 0.270.270.00   0.07
XYZ47.831745.058987.0651
Yxy45.05890.26580.2504
Hunter Lab67.12599.7228-29.9134
CIE-Lab72.930714.3845-32.3055

#aeadee color RGB value is (174,173,238).

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

The process color (four color CMYK) of #aeadee color hex is 0.27, 0.27, 0.00, 0.07. Web safe color of #aeadee is #9999ff. Color #aeadee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101101 11101110
Octal 256 255 356
Decimal 174 173 238
Hex AE AD EE

RGB Percentages of Color #aeadee

%29.74
%29.57
%40.68

CMYK Percentages of Color #aeadee

%27
%27
%0
%7

Triadic Colors of #aeadee

#aeadee #eeaead #adeeae

Analogous Colors of #aeadee

#aeadee #cfadee #adcdee

Monochromatic Colors of #aeadee

#aeadee

Complementary Color

#aeadee #edeead

#aeadee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeadee Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeadee Color CSS Codes

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

#aeadee Text Font Color

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

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


#aeadee Background Color

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

This div background color is #aeadee


#aeadee Border Color

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

This div border color is #aeadee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeadee


Comments

No comments written yet.

Please login to write comment.