Color Hex Logo

#ae9cec Color Hex

#AE9CEC
(174,156,236)
0 Favorites   0 Comments

Color spaces of #ae9cec

RGB 174156236
HSL0.700.680.77
HSV254°34°93°
CMYK 0.260.340.00   0.07
XYZ44.484338.831784.5076
Yxy38.83170.26510.2314
Hunter Lab62.315118.3728-36.7846
CIE-Lab68.629223.4226-37.8861

#ae9cec color RGB value is (174,156,236).

#ae9cec hex color red value is 174, green value is 156 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #ae9cec hue: 0.70 , saturation: 0.68 and the lightness value of ae9cec is 0.77.

The process color (four color CMYK) of #ae9cec color hex is 0.26, 0.34, 0.00, 0.07. Web safe color of #ae9cec is #9999ff. Color #ae9cec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10011100 11101100
Octal 256 234 354
Decimal 174 156 236
Hex AE 9C EC

RGB Percentages of Color #ae9cec

%30.74
%27.56
%41.70

CMYK Percentages of Color #ae9cec

%26
%34
%0
%7

Triadic Colors of #ae9cec

#ae9cec #ecae9c #9cecae

Analogous Colors of #ae9cec

#ae9cec #d69cec #9cb2ec

Monochromatic Colors of #ae9cec

#ae9cec

Complementary Color

#ae9cec #daec9c

#ae9cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae9cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae9cec Color CSS Codes

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

#ae9cec Text Font Color

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

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


#ae9cec Background Color

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

This div background color is #ae9cec


#ae9cec Border Color

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

This div border color is #ae9cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae9cec


Comments

No comments written yet.

Please login to write comment.