Color Hex Logo

#ae94bd Color Hex

#AE94BD
(174,148,189)
0 Favorites   0 Comments

Color spaces of #ae94bd

RGB 174148189
HSL0.770.240.66
HSV278°22°74°
CMYK 0.080.220.00   0.26
XYZ37.230833.852652.7160
Yxy33.85260.30070.2734
Hunter Lab58.183012.4004-12.9909
CIE-Lab64.845417.3685-17.6564

#ae94bd color RGB value is (174,148,189).

#ae94bd hex color red value is 174, green value is 148 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ae94bd hue: 0.77 , saturation: 0.24 and the lightness value of ae94bd is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10010100 10111101
Octal 256 224 275
Decimal 174 148 189
Hex AE 94 BD

RGB Percentages of Color #ae94bd

%34.05
%28.96
%36.99

CMYK Percentages of Color #ae94bd

%8
%22
%0
%26

Triadic Colors of #ae94bd

#ae94bd #bdae94 #94bdae

Analogous Colors of #ae94bd

#ae94bd #bd94b8 #9a94bd

Monochromatic Colors of #ae94bd

#ae94bd

Complementary Color

#ae94bd #a3bd94

#ae94bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae94bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae94bd Color CSS Codes

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

#ae94bd Text Font Color

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

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


#ae94bd Background Color

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

This div background color is #ae94bd


#ae94bd Border Color

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

This div border color is #ae94bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae94bd


Comments

No comments written yet.

Please login to write comment.