Color Hex Logo

#acabdb Color Hex

#ACABDB
(172,171,219)
0 Favorites   0 Comments

Color spaces of #acabdb

RGB 172171219
HSL0.670.400.76
HSV241°22°86°
CMYK 0.210.220.00   0.14
XYZ44.362443.010972.9816
Yxy43.01090.27670.2682
Hunter Lab65.58275.9738-20.0711
CIE-Lab71.562410.4246-24.0612

#acabdb color RGB value is (172,171,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101011 11011011
Octal 254 253 333
Decimal 172 171 219
Hex AC AB DB

RGB Percentages of Color #acabdb

%30.60
%30.43
%38.97

CMYK Percentages of Color #acabdb

%21
%22
%0
%14

Triadic Colors of #acabdb

#acabdb #dbacab #abdbac

Analogous Colors of #acabdb

#acabdb #c4abdb #abc2db

Monochromatic Colors of #acabdb

#acabdb

Complementary Color

#acabdb #dadbab

#acabdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acabdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#acabdb Color CSS Codes

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

#acabdb Text Font Color

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

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


#acabdb Background Color

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

This div background color is #acabdb


#acabdb Border Color

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

This div border color is #acabdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acabdb

#acabdb Color Palettes


Comments

No comments written yet.

Please login to write comment.