Color Hex Logo

#aeadde Color Hex

#AEADDE
(174,173,222)
0 Favorites   0 Comments

Color spaces of #aeadde

RGB 174173222
HSL0.670.430.77
HSV241°22°87°
CMYK 0.220.220.00   0.13
XYZ45.583944.159775.2284
Yxy44.15970.27630.2677
Hunter Lab66.45286.1514-20.6028
CIE-Lab72.335110.6214-24.5069

#aeadde color RGB value is (174,173,222).

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

The process color (four color CMYK) of #aeadde color hex is 0.22, 0.22, 0.00, 0.13. Web safe color of #aeadde is #9999cc. Color #aeadde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101101 11011110
Octal 256 255 336
Decimal 174 173 222
Hex AE AD DE

RGB Percentages of Color #aeadde

%30.58
%30.40
%39.02

CMYK Percentages of Color #aeadde

%22
%22
%0
%13

Triadic Colors of #aeadde

#aeadde #deaead #addeae

Analogous Colors of #aeadde

#aeadde #c7adde #adc5de

Monochromatic Colors of #aeadde

#aeadde

Complementary Color

#aeadde #dddead

#aeadde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeadde Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeadde Color CSS Codes

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

#aeadde Text Font Color

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

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


#aeadde Background Color

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

This div background color is #aeadde


#aeadde Border Color

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

This div border color is #aeadde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeadde


Comments

No comments written yet.

Please login to write comment.