Color Hex Logo

#acabdc Color Hex

#ACABDC
(172,171,220)
0 Favorites   0 Comments

Color spaces of #acabdc

RGB 172171220
HSL0.670.410.77
HSV241°22°86°
CMYK 0.220.220.00   0.14
XYZ44.494443.063873.6772
Yxy43.06380.27600.2671
Hunter Lab65.62306.1882-20.6308
CIE-Lab71.598310.6542-24.5536

#acabdc color RGB value is (172,171,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101011 11011100
Octal 254 253 334
Decimal 172 171 220
Hex AC AB DC

RGB Percentages of Color #acabdc

%30.55
%30.37
%39.08

CMYK Percentages of Color #acabdc

%22
%22
%0
%14

Triadic Colors of #acabdc

#acabdc #dcacab #abdcac

Analogous Colors of #acabdc

#acabdc #c5abdc #abc3dc

Monochromatic Colors of #acabdc

#acabdc

Complementary Color

#acabdc #dbdcab

#acabdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acabdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#acabdc Color CSS Codes

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

#acabdc Text Font Color

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

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


#acabdc Background Color

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

This div background color is #acabdc


#acabdc Border Color

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

This div border color is #acabdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,171,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #acabdc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acabdc


Comments

No comments written yet.

Please login to write comment.