Color Hex Logo

#aeabdd Color Hex

#AEABDD
(174,171,221)
0 Favorites   0 Comments

Color spaces of #aeabdd

RGB 174171221
HSL0.680.420.77
HSV244°23°87°
CMYK 0.210.230.00   0.13
XYZ45.069643.344974.3976
Yxy43.34490.27680.2662
Hunter Lab65.83686.9804-20.9137
CIE-Lab71.788411.5002-24.7962

#aeabdd color RGB value is (174,171,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101011 11011101
Octal 256 253 335
Decimal 174 171 221
Hex AE AB DD

RGB Percentages of Color #aeabdd

%30.74
%30.21
%39.05

CMYK Percentages of Color #aeabdd

%21
%23
%0
%13

Triadic Colors of #aeabdd

#aeabdd #ddaeab #abddae

Analogous Colors of #aeabdd

#aeabdd #c7abdd #abc1dd

Monochromatic Colors of #aeabdd

#aeabdd

Complementary Color

#aeabdd #daddab

#aeabdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeabdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeabdd Color CSS Codes

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

#aeabdd Text Font Color

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

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


#aeabdd Background Color

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

This div background color is #aeabdd


#aeabdd Border Color

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

This div border color is #aeabdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeabdd

#aeabdd Color Palettes


Comments

No comments written yet.

Please login to write comment.