Color Hex Logo

#ae9dba Color Hex

#AE9DBA
(174,157,186)
0 Favorites   0 Comments

Color spaces of #ae9dba

RGB 174157186
HSL0.760.170.67
HSV275°16°73°
CMYK 0.060.160.00   0.27
XYZ38.375536.657851.5074
Yxy36.65780.30330.2897
Hunter Lab60.54577.1832-8.0572
CIE-Lab67.019511.7090-12.6985

#ae9dba color RGB value is (174,157,186).

#ae9dba hex color red value is 174, green value is 157 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #ae9dba hue: 0.76 , saturation: 0.17 and the lightness value of ae9dba is 0.67.

The process color (four color CMYK) of #ae9dba color hex is 0.06, 0.16, 0.00, 0.27. Web safe color of #ae9dba is #9999cc. Color #ae9dba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10011101 10111010
Octal 256 235 272
Decimal 174 157 186
Hex AE 9D BA

RGB Percentages of Color #ae9dba

%33.66
%30.37
%35.98

CMYK Percentages of Color #ae9dba

%6
%16
%0
%27

Triadic Colors of #ae9dba

#ae9dba #baae9d #9dbaae

Analogous Colors of #ae9dba

#ae9dba #ba9db8 #a09dba

Monochromatic Colors of #ae9dba

#ae9dba

Complementary Color

#ae9dba #a9ba9d

#ae9dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae9dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae9dba Color CSS Codes

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

#ae9dba Text Font Color

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

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


#ae9dba Background Color

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

This div background color is #ae9dba


#ae9dba Border Color

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

This div border color is #ae9dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae9dba


Comments

No comments written yet.

Please login to write comment.