Color Hex Logo

#aeaadb Color Hex

#AEAADB
(174,170,219)
0 Favorites   0 Comments

Color spaces of #aeaadb

RGB 174170219
HSL0.680.400.76
HSV245°22°86°
CMYK 0.210.220.00   0.14
XYZ44.616542.862672.9396
Yxy42.86260.27810.2672
Hunter Lab65.46957.0734-20.2263
CIE-Lab71.461611.5980-24.2013

#aeaadb color RGB value is (174,170,219).

#aeaadb hex color red value is 174, green value is 170 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #aeaadb hue: 0.68 , saturation: 0.40 and the lightness value of aeaadb is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101010 11011011
Octal 256 252 333
Decimal 174 170 219
Hex AE AA DB

RGB Percentages of Color #aeaadb

%30.91
%30.20
%38.90

CMYK Percentages of Color #aeaadb

%21
%22
%0
%14

Triadic Colors of #aeaadb

#aeaadb #dbaeaa #aadbae

Analogous Colors of #aeaadb

#aeaadb #c7aadb #aabfdb

Monochromatic Colors of #aeaadb

#aeaadb

Complementary Color

#aeaadb #d7dbaa

#aeaadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeaadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeaadb Color CSS Codes

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

#aeaadb Text Font Color

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

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


#aeaadb Background Color

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

This div background color is #aeaadb


#aeaadb Border Color

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

This div border color is #aeaadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeaadb


Comments

No comments written yet.

Please login to write comment.