Color Hex Logo

#ae86ac Color Hex

#AE86AC
(174,134,172)
0 Favorites   0 Comments

Color spaces of #ae86ac

RGB 174134172
HSL0.840.200.60
HSV303°23°68°
CMYK 0.000.230.01   0.32
XYZ33.427129.027442.8708
Yxy29.02740.31740.2756
Hunter Lab53.877116.4623-9.4640
CIE-Lab60.805821.8717-14.1638

#ae86ac color RGB value is (174,134,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10000110 10101100
Octal 256 206 254
Decimal 174 134 172
Hex AE 86 AC

RGB Percentages of Color #ae86ac

%36.25
%27.92
%35.83

CMYK Percentages of Color #ae86ac

%0
%23
%1
%32

Triadic Colors of #ae86ac

#ae86ac #acae86 #86acae

Analogous Colors of #ae86ac

#ae86ac #ae8698 #9c86ae

Monochromatic Colors of #ae86ac

#ae86ac

Complementary Color

#ae86ac #86ae88

#ae86ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae86ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae86ac Color CSS Codes

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

#ae86ac Text Font Color

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

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


#ae86ac Background Color

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

This div background color is #ae86ac


#ae86ac Border Color

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

This div border color is #ae86ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae86ac


Comments

No comments written yet.

Please login to write comment.