Color Hex Logo

#ae9abc Color Hex

#AE9ABC
(174,154,188)
0 Favorites   0 Comments

Color spaces of #ae9abc

RGB 174154188
HSL0.760.200.67
HSV275°18°74°
CMYK 0.070.180.00   0.26
XYZ38.088335.740752.4681
Yxy35.74070.30160.2830
Hunter Lab59.78359.1018-10.1865
CIE-Lab66.321313.7942-14.8651

#ae9abc color RGB value is (174,154,188).

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

The process color (four color CMYK) of #ae9abc color hex is 0.07, 0.18, 0.00, 0.26. Web safe color of #ae9abc is #9999cc. Color #ae9abc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10011010 10111100
Octal 256 232 274
Decimal 174 154 188
Hex AE 9A BC

RGB Percentages of Color #ae9abc

%33.72
%29.84
%36.43

CMYK Percentages of Color #ae9abc

%7
%18
%0
%26

Triadic Colors of #ae9abc

#ae9abc #bcae9a #9abcae

Analogous Colors of #ae9abc

#ae9abc #bc9ab9 #9d9abc

Monochromatic Colors of #ae9abc

#ae9abc

Complementary Color

#ae9abc #a8bc9a

#ae9abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae9abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae9abc Color CSS Codes

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

#ae9abc Text Font Color

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

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


#ae9abc Background Color

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

This div background color is #ae9abc


#ae9abc Border Color

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

This div border color is #ae9abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae9abc


Comments

No comments written yet.

Please login to write comment.