Color Hex Logo

#aeade7 Color Hex

#AEADE7
(174,173,231)
0 Favorites   0 Comments

Color spaces of #aeade7

RGB 174173231
HSL0.670.550.79
HSV241°25°91°
CMYK 0.250.250.00   0.09
XYZ46.822944.655381.7528
Yxy44.65530.27030.2578
Hunter Lab66.82468.1289-25.7578
CIE-Lab72.664312.7166-28.9096

#aeade7 color RGB value is (174,173,231).

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

The process color (four color CMYK) of #aeade7 color hex is 0.25, 0.25, 0.00, 0.09. Web safe color of #aeade7 is #9999ff. Color #aeade7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101101 11100111
Octal 256 255 347
Decimal 174 173 231
Hex AE AD E7

RGB Percentages of Color #aeade7

%30.10
%29.93
%39.97

CMYK Percentages of Color #aeade7

%25
%25
%0
%9

Triadic Colors of #aeade7

#aeade7 #e7aead #ade7ae

Analogous Colors of #aeade7

#aeade7 #cbade7 #adc9e7

Monochromatic Colors of #aeade7

#aeade7

Complementary Color

#aeade7 #e6e7ad

#aeade7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeade7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeade7 Color CSS Codes

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

#aeade7 Text Font Color

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

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


#aeade7 Background Color

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

This div background color is #aeade7


#aeade7 Border Color

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

This div border color is #aeade7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeade7


Comments

No comments written yet.

Please login to write comment.