Color Hex Logo

#ae0ced Color Hex

#AE0CED
(174,12,237)
0 Favorites   0 Comments

Color spaces of #ae0ced

RGB 17412237
HSL0.790.900.49
HSV283°95°93°
CMYK 0.270.950.00   0.07
XYZ32.873115.376081.3560
Yxy15.37600.25360.1186
Hunter Lab39.212281.0218-95.5640
CIE-Lab46.144983.1045-74.3382

#ae0ced color RGB value is (174,12,237).

#ae0ced hex color red value is 174, green value is 12 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #ae0ced hue: 0.79 , saturation: 0.90 and the lightness value of ae0ced is 0.49.

The process color (four color CMYK) of #ae0ced color hex is 0.27, 0.95, 0.00, 0.07. Web safe color of #ae0ced is #9900ff. Color #ae0ced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00001100 11101101
Octal 256 14 355
Decimal 174 12 237
Hex AE C ED

RGB Percentages of Color #ae0ced

%41.13
%2.84
%56.03

CMYK Percentages of Color #ae0ced

%27
%95
%0
%7

Triadic Colors of #ae0ced

#ae0ced #edae0c #0cedae

Analogous Colors of #ae0ced

#ae0ced #ed0cbc #3e0ced

Monochromatic Colors of #ae0ced

#ae0ced

Complementary Color

#ae0ced #4bed0c

#ae0ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae0ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae0ced Color CSS Codes

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

#ae0ced Text Font Color

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

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


#ae0ced Background Color

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

This div background color is #ae0ced


#ae0ced Border Color

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

This div border color is #ae0ced


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,12,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 #ae0ced">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae0ced


Comments

No comments written yet.

Please login to write comment.