Color Hex Logo

#ae9ecf Color Hex

#AE9ECF
(174,158,207)
0 Favorites   0 Comments

Color spaces of #ae9ecf

RGB 174158207
HSL0.720.340.72
HSV260°24°81°
CMYK 0.160.240.00   0.19
XYZ40.944937.957464.2000
Yxy37.95740.28610.2652
Hunter Lab61.609610.8119-18.6562
CIE-Lab67.989215.5994-22.8995

#ae9ecf color RGB value is (174,158,207).

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

The process color (four color CMYK) of #ae9ecf color hex is 0.16, 0.24, 0.00, 0.19. Web safe color of #ae9ecf is #9999cc. Color #ae9ecf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10011110 11001111
Octal 256 236 317
Decimal 174 158 207
Hex AE 9E CF

RGB Percentages of Color #ae9ecf

%32.28
%29.31
%38.40

CMYK Percentages of Color #ae9ecf

%16
%24
%0
%19

Triadic Colors of #ae9ecf

#ae9ecf #cfae9e #9ecfae

Analogous Colors of #ae9ecf

#ae9ecf #c79ecf #9ea7cf

Monochromatic Colors of #ae9ecf

#ae9ecf

Complementary Color

#ae9ecf #bfcf9e

#ae9ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae9ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae9ecf Color CSS Codes

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

#ae9ecf Text Font Color

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

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


#ae9ecf Background Color

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

This div background color is #ae9ecf


#ae9ecf Border Color

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

This div border color is #ae9ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae9ecf


Comments

No comments written yet.

Please login to write comment.