Color Hex Logo

#aeade0 Color Hex

#AEADE0
(174,173,224)
0 Favorites   0 Comments

Color spaces of #aeade0

RGB 174173224
HSL0.670.450.78
HSV241°23°88°
CMYK 0.220.230.00   0.12
XYZ45.853744.267676.6488
Yxy44.26760.27500.2654
Hunter Lab66.53396.5839-21.7299
CIE-Lab72.407011.0821-25.4888

#aeade0 color RGB value is (174,173,224).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101101 11100000
Octal 256 255 340
Decimal 174 173 224
Hex AE AD E0

RGB Percentages of Color #aeade0

%30.47
%30.30
%39.23

CMYK Percentages of Color #aeade0

%22
%23
%0
%12

Triadic Colors of #aeade0

#aeade0 #e0aead #ade0ae

Analogous Colors of #aeade0

#aeade0 #c8ade0 #adc6e0

Monochromatic Colors of #aeade0

#aeade0

Complementary Color

#aeade0 #dfe0ad

#aeade0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeade0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeade0 Color CSS Codes

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

#aeade0 Text Font Color

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

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


#aeade0 Background Color

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

This div background color is #aeade0


#aeade0 Border Color

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

This div border color is #aeade0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeade0


Comments

No comments written yet.

Please login to write comment.