Color Hex Logo

#ae00de Color Hex

#AE00DE
(174,0,222)
0 Favorites   0 Comments

Color spaces of #ae00de

RGB 1740222
HSL0.801.000.44
HSV287°100°87°
CMYK 0.221.000.00   0.13
XYZ30.640414.272670.2472
Yxy14.27260.26610.1239
Hunter Lab37.779178.6574-83.7996
CIE-Lab44.621481.5388-68.2974

#ae00de color RGB value is (174,0,222).

#ae00de hex color red value is 174, green value is 0 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #ae00de hue: 0.80 , saturation: 1.00 and the lightness value of ae00de is 0.44.

The process color (four color CMYK) of #ae00de color hex is 0.22, 1.00, 0.00, 0.13. Web safe color of #ae00de is #9900cc. Color #ae00de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00000000 11011110
Octal 256 0 336
Decimal 174 0 222
Hex AE 0 DE

RGB Percentages of Color #ae00de

%43.94
%0.00
%56.06

CMYK Percentages of Color #ae00de

%22
%100
%0
%13

Triadic Colors of #ae00de

#ae00de #deae00 #00deae

Analogous Colors of #ae00de

#ae00de #de009f #3f00de

Monochromatic Colors of #ae00de

#ae00de

Complementary Color

#ae00de #30de00

#ae00de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae00de Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae00de Color CSS Codes

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

#ae00de Text Font Color

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

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


#ae00de Background Color

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

This div background color is #ae00de


#ae00de Border Color

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

This div border color is #ae00de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae00de


Comments

No comments written yet.

Please login to write comment.