Color Hex Logo

#ae9ebd Color Hex

#AE9EBD
(174,158,189)
0 Favorites   0 Comments

Color spaces of #ae9ebd

RGB 174158189
HSL0.750.190.68
HSV271°16°74°
CMYK 0.080.160.00   0.26
XYZ38.867737.126553.2617
Yxy37.12650.30070.2872
Hunter Lab60.93157.2335-9.1747
CIE-Lab67.371811.7636-13.8405

#ae9ebd color RGB value is (174,158,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10011110 10111101
Octal 256 236 275
Decimal 174 158 189
Hex AE 9E BD

RGB Percentages of Color #ae9ebd

%33.40
%30.33
%36.28

CMYK Percentages of Color #ae9ebd

%8
%16
%0
%26

Triadic Colors of #ae9ebd

#ae9ebd #bdae9e #9ebdae

Analogous Colors of #ae9ebd

#ae9ebd #bd9ebd #9f9ebd

Monochromatic Colors of #ae9ebd

#ae9ebd

Complementary Color

#ae9ebd #adbd9e

#ae9ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae9ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae9ebd Color CSS Codes

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

#ae9ebd Text Font Color

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

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


#ae9ebd Background Color

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

This div background color is #ae9ebd


#ae9ebd Border Color

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

This div border color is #ae9ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae9ebd


Comments

No comments written yet.

Please login to write comment.