Color Hex Logo

#ae9eca Color Hex

#AE9ECA
(174,158,202)
0 Favorites   0 Comments

Color spaces of #ae9eca

RGB 174158202
HSL0.730.290.71
HSV262°22°79°
CMYK 0.140.220.00   0.21
XYZ40.343137.716761.0308
Yxy37.71670.29000.2712
Hunter Lab61.41399.7831-15.9304
CIE-Lab67.811314.5071-20.3999

#ae9eca color RGB value is (174,158,202).

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

The process color (four color CMYK) of #ae9eca color hex is 0.14, 0.22, 0.00, 0.21. Web safe color of #ae9eca is #9999cc. Color #ae9eca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10011110 11001010
Octal 256 236 312
Decimal 174 158 202
Hex AE 9E CA

RGB Percentages of Color #ae9eca

%32.58
%29.59
%37.83

CMYK Percentages of Color #ae9eca

%14
%22
%0
%21

Triadic Colors of #ae9eca

#ae9eca #caae9e #9ecaae

Analogous Colors of #ae9eca

#ae9eca #c49eca #9ea4ca

Monochromatic Colors of #ae9eca

#ae9eca

Complementary Color

#ae9eca #baca9e

#ae9eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae9eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae9eca Color CSS Codes

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

#ae9eca Text Font Color

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

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


#ae9eca Background Color

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

This div background color is #ae9eca


#ae9eca Border Color

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

This div border color is #ae9eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae9eca


Comments

No comments written yet.

Please login to write comment.