Color Hex Logo

#ae92ac Color Hex

#AE92AC
(174,146,172)
0 Favorites   0 Comments

Color spaces of #ae92ac

RGB 174146172
HSL0.850.150.63
HSV304°16°68°
CMYK 0.000.160.01   0.32
XYZ35.180832.535043.4554
Yxy32.53500.31650.2927
Hunter Lab57.039510.2762-5.2423
CIE-Lab63.782615.1078-9.6946

#ae92ac color RGB value is (174,146,172).

#ae92ac hex color red value is 174, green value is 146 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #ae92ac hue: 0.85 , saturation: 0.15 and the lightness value of ae92ac is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10010010 10101100
Octal 256 222 254
Decimal 174 146 172
Hex AE 92 AC

RGB Percentages of Color #ae92ac

%35.37
%29.67
%34.96

CMYK Percentages of Color #ae92ac

%0
%16
%1
%32

Triadic Colors of #ae92ac

#ae92ac #acae92 #92acae

Analogous Colors of #ae92ac

#ae92ac #ae929e #a292ae

Monochromatic Colors of #ae92ac

#ae92ac

Complementary Color

#ae92ac #92ae94

#ae92ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae92ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae92ac Color CSS Codes

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

#ae92ac Text Font Color

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

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


#ae92ac Background Color

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

This div background color is #ae92ac


#ae92ac Border Color

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

This div border color is #ae92ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae92ac


Comments

No comments written yet.

Please login to write comment.