Color Hex Logo

#ae9abd Color Hex

#AE9ABD
(174,154,189)
0 Favorites   0 Comments

Color spaces of #ae9abd

RGB 174154189
HSL0.760.210.67
HSV274°19°74°
CMYK 0.080.190.00   0.26
XYZ38.196535.784053.0379
Yxy35.78400.30070.2817
Hunter Lab59.81979.2925-10.6944
CIE-Lab66.354613.9997-15.3734

#ae9abd color RGB value is (174,154,189).

#ae9abd hex color red value is 174, green value is 154 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ae9abd hue: 0.76 , saturation: 0.21 and the lightness value of ae9abd is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10011010 10111101
Octal 256 232 275
Decimal 174 154 189
Hex AE 9A BD

RGB Percentages of Color #ae9abd

%33.66
%29.79
%36.56

CMYK Percentages of Color #ae9abd

%8
%19
%0
%26

Triadic Colors of #ae9abd

#ae9abd #bdae9a #9abdae

Analogous Colors of #ae9abd

#ae9abd #bd9abb #9d9abd

Monochromatic Colors of #ae9abd

#ae9abd

Complementary Color

#ae9abd #a9bd9a

#ae9abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae9abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae9abd Color CSS Codes

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

#ae9abd Text Font Color

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

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


#ae9abd Background Color

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

This div background color is #ae9abd


#ae9abd Border Color

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

This div border color is #ae9abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae9abd


Comments

No comments written yet.

Please login to write comment.