Color Hex Logo

#ae9fbb Color Hex

#AE9FBB
(174,159,187)
0 Favorites   0 Comments

Color spaces of #ae9fbb

RGB 174159187
HSL0.760.170.68
HSV272°15°73°
CMYK 0.070.150.00   0.27
XYZ38.823337.382852.1831
Yxy37.38280.30240.2912
Hunter Lab61.14156.3454-7.8039
CIE-Lab67.563210.7972-12.4395

#ae9fbb color RGB value is (174,159,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10011111 10111011
Octal 256 237 273
Decimal 174 159 187
Hex AE 9F BB

RGB Percentages of Color #ae9fbb

%33.46
%30.58
%35.96

CMYK Percentages of Color #ae9fbb

%7
%15
%0
%27

Triadic Colors of #ae9fbb

#ae9fbb #bbae9f #9fbbae

Analogous Colors of #ae9fbb

#ae9fbb #bb9fba #a09fbb

Monochromatic Colors of #ae9fbb

#ae9fbb

Complementary Color

#ae9fbb #acbb9f

#ae9fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae9fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae9fbb Color CSS Codes

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

#ae9fbb Text Font Color

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

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


#ae9fbb Background Color

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

This div background color is #ae9fbb


#ae9fbb Border Color

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

This div border color is #ae9fbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae9fbb


Comments

No comments written yet.

Please login to write comment.