Color Hex Logo

#abacdd Color Hex

#ABACDD
(171,172,221)
0 Favorites   0 Comments

Color spaces of #abacdd

RGB 171172221
HSL0.660.420.77
HSV239°23°87°
CMYK 0.230.220.00   0.13
XYZ44.598343.383474.4299
Yxy43.38340.27460.2671
Hunter Lab65.86615.5977-20.8926
CIE-Lab71.814410.0244-24.7768

#abacdd color RGB value is (171,172,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101100 11011101
Octal 253 254 335
Decimal 171 172 221
Hex AB AC DD

RGB Percentages of Color #abacdd

%30.32
%30.50
%39.18

CMYK Percentages of Color #abacdd

%23
%22
%0
%13

Triadic Colors of #abacdd

#abacdd #ddabac #acddab

Analogous Colors of #abacdd

#abacdd #c3abdd #abc5dd

Monochromatic Colors of #abacdd

#abacdd

Complementary Color

#abacdd #dddcab

#abacdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abacdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#abacdd Color CSS Codes

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

#abacdd Text Font Color

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

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


#abacdd Background Color

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

This div background color is #abacdd


#abacdd Border Color

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

This div border color is #abacdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abacdd


Comments

No comments written yet.

Please login to write comment.