Color Hex Logo

#ae9dac Color Hex

#AE9DAC
(174,157,172)
0 Favorites   0 Comments

Color spaces of #ae9dac

RGB 174157172
HSL0.850.090.65
HSV307°10°68°
CMYK 0.000.100.01   0.32
XYZ36.958936.091244.0481
Yxy36.09120.31560.3082
Hunter Lab60.07604.6808-1.4187
CIE-Lab66.58958.9579-5.5215

#ae9dac color RGB value is (174,157,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10011101 10101100
Octal 256 235 254
Decimal 174 157 172
Hex AE 9D AC

RGB Percentages of Color #ae9dac

%34.59
%31.21
%34.19

CMYK Percentages of Color #ae9dac

%0
%10
%1
%32

Triadic Colors of #ae9dac

#ae9dac #acae9d #9dacae

Analogous Colors of #ae9dac

#ae9dac #ae9da4 #a89dae

Monochromatic Colors of #ae9dac

#ae9dac

Complementary Color

#ae9dac #9dae9f

#ae9dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae9dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae9dac Color CSS Codes

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

#ae9dac Text Font Color

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

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


#ae9dac Background Color

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

This div background color is #ae9dac


#ae9dac Border Color

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

This div border color is #ae9dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae9dac


Comments

No comments written yet.

Please login to write comment.