Color Hex Logo

#aea8cd Color Hex

#AEA8CD
(174,168,205)
0 Favorites   0 Comments

Color spaces of #aea8cd

RGB 174168205
HSL0.690.270.73
HSV250°18°80°
CMYK 0.150.180.00   0.20
XYZ42.477641.411763.5121
Yxy41.41170.28820.2809
Hunter Lab64.35195.2089-13.4699
CIE-Lab70.46349.5890-18.0325

#aea8cd color RGB value is (174,168,205).

#aea8cd hex color red value is 174, green value is 168 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #aea8cd hue: 0.69 , saturation: 0.27 and the lightness value of aea8cd is 0.73.

The process color (four color CMYK) of #aea8cd color hex is 0.15, 0.18, 0.00, 0.20. Web safe color of #aea8cd is #9999cc. Color #aea8cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101000 11001101
Octal 256 250 315
Decimal 174 168 205
Hex AE A8 CD

RGB Percentages of Color #aea8cd

%31.81
%30.71
%37.48

CMYK Percentages of Color #aea8cd

%15
%18
%0
%20

Triadic Colors of #aea8cd

#aea8cd #cdaea8 #a8cdae

Analogous Colors of #aea8cd

#aea8cd #c1a8cd #a8b5cd

Monochromatic Colors of #aea8cd

#aea8cd

Complementary Color

#aea8cd #c7cda8

#aea8cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea8cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea8cd Color CSS Codes

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

#aea8cd Text Font Color

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

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


#aea8cd Background Color

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

This div background color is #aea8cd


#aea8cd Border Color

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

This div border color is #aea8cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea8cd


Comments

No comments written yet.

Please login to write comment.