Color Hex Logo

#aeabdc Color Hex

#AEABDC
(174,171,220)
0 Favorites   0 Comments

Color spaces of #aeabdc

RGB 174171220
HSL0.680.410.77
HSV244°22°86°
CMYK 0.210.220.00   0.14
XYZ44.936743.291873.6979
Yxy43.29180.27750.2674
Hunter Lab65.79656.7653-20.3525
CIE-Lab71.752611.2712-24.3040

#aeabdc color RGB value is (174,171,220).

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

The process color (four color CMYK) of #aeabdc color hex is 0.21, 0.22, 0.00, 0.14. Web safe color of #aeabdc is #9999cc. Color #aeabdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101011 11011100
Octal 256 253 334
Decimal 174 171 220
Hex AE AB DC

RGB Percentages of Color #aeabdc

%30.80
%30.27
%38.94

CMYK Percentages of Color #aeabdc

%21
%22
%0
%14

Triadic Colors of #aeabdc

#aeabdc #dcaeab #abdcae

Analogous Colors of #aeabdc

#aeabdc #c7abdc #abc1dc

Monochromatic Colors of #aeabdc

#aeabdc

Complementary Color

#aeabdc #d9dcab

#aeabdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeabdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeabdc Color CSS Codes

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

#aeabdc Text Font Color

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

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


#aeabdc Background Color

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

This div background color is #aeabdc


#aeabdc Border Color

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

This div border color is #aeabdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeabdc


Comments

No comments written yet.

Please login to write comment.