Color Hex Logo

#ae8ebb Color Hex

#AE8EBB
(174,142,187)
0 Favorites   0 Comments

Color spaces of #ae8ebb

RGB 174142187
HSL0.790.250.65
HSV283°24°73°
CMYK 0.070.240.00   0.27
XYZ36.098231.932551.2747
Yxy31.93250.30260.2677
Hunter Lab56.508815.1364-14.2421
CIE-Lab63.287120.3375-18.8987

#ae8ebb color RGB value is (174,142,187).

#ae8ebb hex color red value is 174, green value is 142 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #ae8ebb hue: 0.79 , saturation: 0.25 and the lightness value of ae8ebb is 0.65.

The process color (four color CMYK) of #ae8ebb color hex is 0.07, 0.24, 0.00, 0.27. Web safe color of #ae8ebb is #9999cc. Color #ae8ebb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10001110 10111011
Octal 256 216 273
Decimal 174 142 187
Hex AE 8E BB

RGB Percentages of Color #ae8ebb

%34.59
%28.23
%37.18

CMYK Percentages of Color #ae8ebb

%7
%24
%0
%27

Triadic Colors of #ae8ebb

#ae8ebb #bbae8e #8ebbae

Analogous Colors of #ae8ebb

#ae8ebb #bb8eb2 #988ebb

Monochromatic Colors of #ae8ebb

#ae8ebb

Complementary Color

#ae8ebb #9bbb8e

#ae8ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae8ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae8ebb Color CSS Codes

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

#ae8ebb Text Font Color

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

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


#ae8ebb Background Color

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

This div background color is #ae8ebb


#ae8ebb Border Color

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

This div border color is #ae8ebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae8ebb


Comments

No comments written yet.

Please login to write comment.