Color Hex Logo

#aea8df Color Hex

#AEA8DF
(174,168,223)
0 Favorites   0 Comments

Color spaces of #aea8df

RGB 174168223
HSL0.680.460.77
HSV247°25°87°
CMYK 0.220.250.00   0.13
XYZ44.777542.331675.6228
Yxy42.33160.27520.2601
Hunter Lab65.06278.9875-23.3692
CIE-Lab71.098913.6281-26.9467

#aea8df color RGB value is (174,168,223).

#aea8df hex color red value is 174, green value is 168 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #aea8df hue: 0.68 , saturation: 0.46 and the lightness value of aea8df is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101000 11011111
Octal 256 250 337
Decimal 174 168 223
Hex AE A8 DF

RGB Percentages of Color #aea8df

%30.80
%29.73
%39.47

CMYK Percentages of Color #aea8df

%22
%25
%0
%13

Triadic Colors of #aea8df

#aea8df #dfaea8 #a8dfae

Analogous Colors of #aea8df

#aea8df #caa8df #a8bedf

Monochromatic Colors of #aea8df

#aea8df

Complementary Color

#aea8df #d9dfa8

#aea8df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea8df Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea8df Color CSS Codes

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

#aea8df Text Font Color

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

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


#aea8df Background Color

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

This div background color is #aea8df


#aea8df Border Color

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

This div border color is #aea8df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea8df


Comments

No comments written yet.

Please login to write comment.