Color Hex Logo

#abaadd Color Hex

#ABAADD
(171,170,221)
0 Favorites   0 Comments

Color spaces of #abaadd

RGB 171170221
HSL0.670.430.77
HSV241°23°87°
CMYK 0.230.230.00   0.13
XYZ44.220542.627874.3039
Yxy42.62780.27440.2645
Hunter Lab65.29006.6395-21.7726
CIE-Lab71.301611.1345-25.5615

#abaadd color RGB value is (171,170,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101010 11011101
Octal 253 252 335
Decimal 171 170 221
Hex AB AA DD

RGB Percentages of Color #abaadd

%30.43
%30.25
%39.32

CMYK Percentages of Color #abaadd

%23
%23
%0
%13

Triadic Colors of #abaadd

#abaadd #ddabaa #aaddab

Analogous Colors of #abaadd

#abaadd #c5aadd #aac3dd

Monochromatic Colors of #abaadd

#abaadd

Complementary Color

#abaadd #dcddaa

#abaadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abaadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#abaadd Color CSS Codes

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

#abaadd Text Font Color

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

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


#abaadd Background Color

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

This div background color is #abaadd


#abaadd Border Color

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

This div border color is #abaadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abaadd


Comments

No comments written yet.

Please login to write comment.