Color Hex Logo

#aeabdb Color Hex

#AEABDB
(174,171,219)
0 Favorites   0 Comments

Color spaces of #aeabdb

RGB 174171219
HSL0.680.400.76
HSV244°22°86°
CMYK 0.210.220.00   0.14
XYZ44.804743.239073.0023
Yxy43.23900.27820.2685
Hunter Lab65.75646.5517-19.7939
CIE-Lab71.716911.0433-23.8113

#aeabdb color RGB value is (174,171,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101011 11011011
Octal 256 253 333
Decimal 174 171 219
Hex AE AB DB

RGB Percentages of Color #aeabdb

%30.85
%30.32
%38.83

CMYK Percentages of Color #aeabdb

%21
%22
%0
%14

Triadic Colors of #aeabdb

#aeabdb #dbaeab #abdbae

Analogous Colors of #aeabdb

#aeabdb #c6abdb #abc0db

Monochromatic Colors of #aeabdb

#aeabdb

Complementary Color

#aeabdb #d8dbab

#aeabdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeabdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeabdb Color CSS Codes

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

#aeabdb Text Font Color

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

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


#aeabdb Background Color

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

This div background color is #aeabdb


#aeabdb Border Color

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

This div border color is #aeabdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeabdb


Comments

No comments written yet.

Please login to write comment.