Color Hex Logo

#aea8bd Color Hex

#AEA8BD
(174,168,189)
0 Favorites   0 Comments

Color spaces of #aea8bd

RGB 174168189
HSL0.710.140.70
HSV257°11°74°
CMYK 0.080.110.00   0.26
XYZ40.643540.678153.8536
Yxy40.67810.30070.3009
Hunter Lab63.77942.1354-5.4173
CIE-Lab69.94986.2197-9.9773

#aea8bd color RGB value is (174,168,189).

#aea8bd hex color red value is 174, green value is 168 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #aea8bd hue: 0.71 , saturation: 0.14 and the lightness value of aea8bd is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101000 10111101
Octal 256 250 275
Decimal 174 168 189
Hex AE A8 BD

RGB Percentages of Color #aea8bd

%32.77
%31.64
%35.59

CMYK Percentages of Color #aea8bd

%8
%11
%0
%26

Triadic Colors of #aea8bd

#aea8bd #bdaea8 #a8bdae

Analogous Colors of #aea8bd

#aea8bd #b9a8bd #a8adbd

Monochromatic Colors of #aea8bd

#aea8bd

Complementary Color

#aea8bd #b7bda8

#aea8bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea8bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea8bd Color CSS Codes

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

#aea8bd Text Font Color

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

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


#aea8bd Background Color

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

This div background color is #aea8bd


#aea8bd Border Color

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

This div border color is #aea8bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,168,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 #aea8bd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea8bd


Comments

No comments written yet.

Please login to write comment.