Color Hex Logo

#ae8dab Color Hex

#AE8DAB
(174,141,171)
0 Favorites   0 Comments

Color spaces of #ae8dab

RGB 174141171
HSL0.850.170.62
HSV305°19°68°
CMYK 0.000.190.02   0.32
XYZ34.331130.988742.7000
Yxy30.98870.31780.2869
Hunter Lab55.667512.6659-6.5114
CIE-Lab62.498117.7307-11.0511

#ae8dab color RGB value is (174,141,171).

#ae8dab hex color red value is 174, green value is 141 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #ae8dab hue: 0.85 , saturation: 0.17 and the lightness value of ae8dab is 0.62.

The process color (four color CMYK) of #ae8dab color hex is 0.00, 0.19, 0.02, 0.32. Web safe color of #ae8dab is #999999. Color #ae8dab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10001101 10101011
Octal 256 215 253
Decimal 174 141 171
Hex AE 8D AB

RGB Percentages of Color #ae8dab

%35.80
%29.01
%35.19

CMYK Percentages of Color #ae8dab

%0
%19
%2
%32

Triadic Colors of #ae8dab

#ae8dab #abae8d #8dabae

Analogous Colors of #ae8dab

#ae8dab #ae8d9b #a18dae

Monochromatic Colors of #ae8dab

#ae8dab

Complementary Color

#ae8dab #8dae90

#ae8dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae8dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae8dab Color CSS Codes

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

#ae8dab Text Font Color

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

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


#ae8dab Background Color

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

This div background color is #ae8dab


#ae8dab Border Color

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

This div border color is #ae8dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae8dab


Comments

No comments written yet.

Please login to write comment.