Color Hex Logo

#ae9cbe Color Hex

#AE9CBE
(174,156,190)
0 Favorites   0 Comments

Color spaces of #ae9cbe

RGB 174156190
HSL0.750.210.68
HSV272°18°75°
CMYK 0.080.180.00   0.25
XYZ38.638336.493353.7227
Yxy36.49330.29990.2832
Hunter Lab60.40978.4524-10.4402
CIE-Lab66.895113.0868-15.1157

#ae9cbe color RGB value is (174,156,190).

#ae9cbe hex color red value is 174, green value is 156 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #ae9cbe hue: 0.75 , saturation: 0.21 and the lightness value of ae9cbe is 0.68.

The process color (four color CMYK) of #ae9cbe color hex is 0.08, 0.18, 0.00, 0.25. Web safe color of #ae9cbe is #9999cc. Color #ae9cbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10011100 10111110
Octal 256 234 276
Decimal 174 156 190
Hex AE 9C BE

RGB Percentages of Color #ae9cbe

%33.46
%30.00
%36.54

CMYK Percentages of Color #ae9cbe

%8
%18
%0
%25

Triadic Colors of #ae9cbe

#ae9cbe #beae9c #9cbeae

Analogous Colors of #ae9cbe

#ae9cbe #be9cbd #9d9cbe

Monochromatic Colors of #ae9cbe

#ae9cbe

Complementary Color

#ae9cbe #acbe9c

#ae9cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae9cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae9cbe Color CSS Codes

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

#ae9cbe Text Font Color

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

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


#ae9cbe Background Color

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

This div background color is #ae9cbe


#ae9cbe Border Color

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

This div border color is #ae9cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae9cbe


Comments

No comments written yet.

Please login to write comment.