Color Hex Logo

#aea0bd Color Hex

#AEA0BD
(174,160,189)
0 Favorites   0 Comments

Color spaces of #aea0bd

RGB 174160189
HSL0.750.180.68
HSV269°15°74°
CMYK 0.080.150.00   0.26
XYZ39.211737.814453.3763
Yxy37.81440.30070.2900
Hunter Lab61.49346.2083-8.4183
CIE-Lab67.883610.6494-13.0711

#aea0bd color RGB value is (174,160,189).

#aea0bd hex color red value is 174, green value is 160 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #aea0bd hue: 0.75 , saturation: 0.18 and the lightness value of aea0bd is 0.68.

The process color (four color CMYK) of #aea0bd color hex is 0.08, 0.15, 0.00, 0.26. Web safe color of #aea0bd is #9999cc. Color #aea0bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100000 10111101
Octal 256 240 275
Decimal 174 160 189
Hex AE A0 BD

RGB Percentages of Color #aea0bd

%33.27
%30.59
%36.14

CMYK Percentages of Color #aea0bd

%8
%15
%0
%26

Triadic Colors of #aea0bd

#aea0bd #bdaea0 #a0bdae

Analogous Colors of #aea0bd

#aea0bd #bda0bd #a0a1bd

Monochromatic Colors of #aea0bd

#aea0bd

Complementary Color

#aea0bd #afbda0

#aea0bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea0bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea0bd Color CSS Codes

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

#aea0bd Text Font Color

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

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


#aea0bd Background Color

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

This div background color is #aea0bd


#aea0bd Border Color

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

This div border color is #aea0bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea0bd


Comments

No comments written yet.

Please login to write comment.