Color Hex Logo

#ae8aac Color Hex

#AE8AAC
(174,138,172)
0 Favorites   0 Comments

Color spaces of #ae8aac

RGB 174138172
HSL0.840.180.61
HSV303°21°68°
CMYK 0.000.210.01   0.32
XYZ33.990430.154243.0586
Yxy30.15420.31710.2813
Hunter Lab54.912814.3919-8.0519
CIE-Lab61.787019.6137-12.6857

#ae8aac color RGB value is (174,138,172).

#ae8aac hex color red value is 174, green value is 138 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #ae8aac hue: 0.84 , saturation: 0.18 and the lightness value of ae8aac is 0.61.

The process color (four color CMYK) of #ae8aac color hex is 0.00, 0.21, 0.01, 0.32. Web safe color of #ae8aac is #999999. Color #ae8aac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10001010 10101100
Octal 256 212 254
Decimal 174 138 172
Hex AE 8A AC

RGB Percentages of Color #ae8aac

%35.95
%28.51
%35.54

CMYK Percentages of Color #ae8aac

%0
%21
%1
%32

Triadic Colors of #ae8aac

#ae8aac #acae8a #8aacae

Analogous Colors of #ae8aac

#ae8aac #ae8a9a #9e8aae

Monochromatic Colors of #ae8aac

#ae8aac

Complementary Color

#ae8aac #8aae8c

#ae8aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae8aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae8aac Color CSS Codes

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

#ae8aac Text Font Color

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

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


#ae8aac Background Color

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

This div background color is #ae8aac


#ae8aac Border Color

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

This div border color is #ae8aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae8aac


Comments

No comments written yet.

Please login to write comment.