Color Hex Logo

#ae8eab Color Hex

#AE8EAB
(174,142,171)
0 Favorites   0 Comments

Color spaces of #ae8eab

RGB 174142171
HSL0.850.160.62
HSV306°18°68°
CMYK 0.000.180.02   0.32
XYZ34.479231.284942.7494
Yxy31.28490.31770.2883
Hunter Lab55.932912.1517-6.1622
CIE-Lab62.747417.1674-10.6777

#ae8eab color RGB value is (174,142,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10001110 10101011
Octal 256 216 253
Decimal 174 142 171
Hex AE 8E AB

RGB Percentages of Color #ae8eab

%35.73
%29.16
%35.11

CMYK Percentages of Color #ae8eab

%0
%18
%2
%32

Triadic Colors of #ae8eab

#ae8eab #abae8e #8eabae

Analogous Colors of #ae8eab

#ae8eab #ae8e9b #a18eae

Monochromatic Colors of #ae8eab

#ae8eab

Complementary Color

#ae8eab #8eae91

#ae8eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae8eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae8eab Color CSS Codes

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

#ae8eab Text Font Color

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

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


#ae8eab Background Color

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

This div background color is #ae8eab


#ae8eab Border Color

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

This div border color is #ae8eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae8eab


Comments

No comments written yet.

Please login to write comment.