Color Hex Logo

#ae9ced Color Hex

#AE9CED
(174,156,237)
0 Favorites   0 Comments

Color spaces of #ae9ced

RGB 174156237
HSL0.700.690.77
HSV253°34°93°
CMYK 0.270.340.00   0.07
XYZ44.630138.890085.2750
Yxy38.89000.26440.2304
Hunter Lab62.361818.6127-37.4212
CIE-Lab68.671523.6638-38.3678

#ae9ced color RGB value is (174,156,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10011100 11101101
Octal 256 234 355
Decimal 174 156 237
Hex AE 9C ED

RGB Percentages of Color #ae9ced

%30.69
%27.51
%41.80

CMYK Percentages of Color #ae9ced

%27
%34
%0
%7

Triadic Colors of #ae9ced

#ae9ced #edae9c #9cedae

Analogous Colors of #ae9ced

#ae9ced #d79ced #9cb3ed

Monochromatic Colors of #ae9ced

#ae9ced

Complementary Color

#ae9ced #dbed9c

#ae9ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae9ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae9ced Color CSS Codes

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

#ae9ced Text Font Color

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

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


#ae9ced Background Color

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

This div background color is #ae9ced


#ae9ced Border Color

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

This div border color is #ae9ced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae9ced


Comments

No comments written yet.

Please login to write comment.