Color Hex Logo

#ae9dbb Color Hex

#AE9DBB
(174,157,187)
0 Favorites   0 Comments

Color spaces of #ae9dbb

RGB 174157187
HSL0.760.180.67
HSV274°16°73°
CMYK 0.070.160.00   0.27
XYZ38.482236.700552.0694
Yxy36.70050.30240.2884
Hunter Lab60.58097.3701-8.5532
CIE-Lab67.051711.9123-13.2076

#ae9dbb color RGB value is (174,157,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10011101 10111011
Octal 256 235 273
Decimal 174 157 187
Hex AE 9D BB

RGB Percentages of Color #ae9dbb

%33.59
%30.31
%36.10

CMYK Percentages of Color #ae9dbb

%7
%16
%0
%27

Triadic Colors of #ae9dbb

#ae9dbb #bbae9d #9dbbae

Analogous Colors of #ae9dbb

#ae9dbb #bb9db9 #9f9dbb

Monochromatic Colors of #ae9dbb

#ae9dbb

Complementary Color

#ae9dbb #aabb9d

#ae9dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae9dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae9dbb Color CSS Codes

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

#ae9dbb Text Font Color

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

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


#ae9dbb Background Color

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

This div background color is #ae9dbb


#ae9dbb Border Color

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

This div border color is #ae9dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae9dbb


Comments

No comments written yet.

Please login to write comment.