Color Hex Logo

#ae9ecc Color Hex

#AE9ECC
(174,158,204)
0 Favorites   0 Comments

Color spaces of #ae9ecc

RGB 174158204
HSL0.720.310.71
HSV261°23°80°
CMYK 0.150.230.00   0.20
XYZ40.581537.812062.2863
Yxy37.81200.28850.2688
Hunter Lab61.491510.1916-17.0124
CIE-Lab67.881814.9418-21.4014

#ae9ecc color RGB value is (174,158,204).

#ae9ecc hex color red value is 174, green value is 158 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ae9ecc hue: 0.72 , saturation: 0.31 and the lightness value of ae9ecc is 0.71.

The process color (four color CMYK) of #ae9ecc color hex is 0.15, 0.23, 0.00, 0.20. Web safe color of #ae9ecc is #9999cc. Color #ae9ecc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10011110 11001100
Octal 256 236 314
Decimal 174 158 204
Hex AE 9E CC

RGB Percentages of Color #ae9ecc

%32.46
%29.48
%38.06

CMYK Percentages of Color #ae9ecc

%15
%23
%0
%20

Triadic Colors of #ae9ecc

#ae9ecc #ccae9e #9eccae

Analogous Colors of #ae9ecc

#ae9ecc #c59ecc #9ea5cc

Monochromatic Colors of #ae9ecc

#ae9ecc

Complementary Color

#ae9ecc #bccc9e

#ae9ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae9ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae9ecc Color CSS Codes

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

#ae9ecc Text Font Color

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

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


#ae9ecc Background Color

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

This div background color is #ae9ecc


#ae9ecc Border Color

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

This div border color is #ae9ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae9ecc


Comments

No comments written yet.

Please login to write comment.