Color Hex Logo

#aeabde Color Hex

#AEABDE
(174,171,222)
0 Favorites   0 Comments

Color spaces of #aeabde

RGB 174171222
HSL0.680.440.77
HSV244°23°87°
CMYK 0.220.230.00   0.13
XYZ45.203343.398475.1015
Yxy43.39840.27610.2651
Hunter Lab65.87757.1962-21.4775
CIE-Lab71.824511.7298-25.2877

#aeabde color RGB value is (174,171,222).

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

The process color (four color CMYK) of #aeabde color hex is 0.22, 0.23, 0.00, 0.13. Web safe color of #aeabde is #9999cc. Color #aeabde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101011 11011110
Octal 256 253 336
Decimal 174 171 222
Hex AE AB DE

RGB Percentages of Color #aeabde

%30.69
%30.16
%39.15

CMYK Percentages of Color #aeabde

%22
%23
%0
%13

Triadic Colors of #aeabde

#aeabde #deaeab #abdeae

Analogous Colors of #aeabde

#aeabde #c8abde #abc2de

Monochromatic Colors of #aeabde

#aeabde

Complementary Color

#aeabde #dbdeab

#aeabde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeabde Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeabde Color CSS Codes

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

#aeabde Text Font Color

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

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


#aeabde Background Color

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

This div background color is #aeabde


#aeabde Border Color

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

This div border color is #aeabde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeabde


Comments

No comments written yet.

Please login to write comment.