Color Hex Logo

#ae99bd Color Hex

#AE99BD
(174,153,189)
0 Favorites   0 Comments

Color spaces of #ae99bd

RGB 174153189
HSL0.760.210.67
HSV275°19°74°
CMYK 0.080.190.00   0.26
XYZ38.032135.455352.9832
Yxy35.45530.30070.2803
Hunter Lab59.54449.8087-11.0758
CIE-Lab66.101614.5598-15.7554

#ae99bd color RGB value is (174,153,189).

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

The process color (four color CMYK) of #ae99bd color hex is 0.08, 0.19, 0.00, 0.26. Web safe color of #ae99bd is #9999cc. Color #ae99bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10011001 10111101
Octal 256 231 275
Decimal 174 153 189
Hex AE 99 BD

RGB Percentages of Color #ae99bd

%33.72
%29.65
%36.63

CMYK Percentages of Color #ae99bd

%8
%19
%0
%26

Triadic Colors of #ae99bd

#ae99bd #bdae99 #99bdae

Analogous Colors of #ae99bd

#ae99bd #bd99ba #9c99bd

Monochromatic Colors of #ae99bd

#ae99bd

Complementary Color

#ae99bd #a8bd99

#ae99bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae99bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae99bd Color CSS Codes

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

#ae99bd Text Font Color

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

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


#ae99bd Background Color

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

This div background color is #ae99bd


#ae99bd Border Color

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

This div border color is #ae99bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae99bd


Comments

No comments written yet.

Please login to write comment.