Color Hex Logo

#abaadb Color Hex

#ABAADB
(171,170,219)
0 Favorites   0 Comments

Color spaces of #abaadb

RGB 171170219
HSL0.670.400.76
HSV241°22°86°
CMYK 0.220.220.00   0.14
XYZ43.955542.521972.9087
Yxy42.52190.27580.2668
Hunter Lab65.20886.2066-20.6448
CIE-Lab71.229310.6709-24.5772

#abaadb color RGB value is (171,170,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101010 11011011
Octal 253 252 333
Decimal 171 170 219
Hex AB AA DB

RGB Percentages of Color #abaadb

%30.54
%30.36
%39.11

CMYK Percentages of Color #abaadb

%22
%22
%0
%14

Triadic Colors of #abaadb

#abaadb #dbabaa #aadbab

Analogous Colors of #abaadb

#abaadb #c4aadb #aac2db

Monochromatic Colors of #abaadb

#abaadb

Complementary Color

#abaadb #dadbaa

#abaadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abaadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#abaadb Color CSS Codes

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

#abaadb Text Font Color

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

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


#abaadb Background Color

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

This div background color is #abaadb


#abaadb Border Color

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

This div border color is #abaadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abaadb


Comments

No comments written yet.

Please login to write comment.