Color Hex Logo

#ae9ebf Color Hex

#AE9EBF
(174,158,191)
0 Favorites   0 Comments

Color spaces of #ae9ebf

RGB 174158191
HSL0.750.200.68
HSV269°17°75°
CMYK 0.090.170.00   0.25
XYZ39.086437.214054.4132
Yxy37.21400.29900.2847
Hunter Lab61.00337.6139-10.1827
CIE-Lab67.437312.1763-14.8552

#ae9ebf color RGB value is (174,158,191).

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

The process color (four color CMYK) of #ae9ebf color hex is 0.09, 0.17, 0.00, 0.25. Web safe color of #ae9ebf is #9999cc. Color #ae9ebf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10011110 10111111
Octal 256 236 277
Decimal 174 158 191
Hex AE 9E BF

RGB Percentages of Color #ae9ebf

%33.27
%30.21
%36.52

CMYK Percentages of Color #ae9ebf

%9
%17
%0
%25

Triadic Colors of #ae9ebf

#ae9ebf #bfae9e #9ebfae

Analogous Colors of #ae9ebf

#ae9ebf #bf9ebf #9e9fbf

Monochromatic Colors of #ae9ebf

#ae9ebf

Complementary Color

#ae9ebf #afbf9e

#ae9ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae9ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae9ebf Color CSS Codes

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

#ae9ebf Text Font Color

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

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


#ae9ebf Background Color

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

This div background color is #ae9ebf


#ae9ebf Border Color

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

This div border color is #ae9ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae9ebf

#ae9ebf Color Palettes


Comments

No comments written yet.

Please login to write comment.