Color Hex Logo

#acb6dc Color Hex

#ACB6DC
(172,182,220)
0 Favorites   0 Comments

Color spaces of #acb6dc

RGB 172182220
HSL0.630.410.77
HSV228°22°86°
CMYK 0.220.170.00   0.14
XYZ46.659547.393974.3989
Yxy47.39390.27700.2813
Hunter Lab68.84320.5053-15.8845
CIE-Lab74.44104.5986-20.2238

#acb6dc color RGB value is (172,182,220).

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

The process color (four color CMYK) of #acb6dc color hex is 0.22, 0.17, 0.00, 0.14. Web safe color of #acb6dc is #99cccc. Color #acb6dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110110 11011100
Octal 254 266 334
Decimal 172 182 220
Hex AC B6 DC

RGB Percentages of Color #acb6dc

%29.97
%31.71
%38.33

CMYK Percentages of Color #acb6dc

%22
%17
%0
%14

Triadic Colors of #acb6dc

#acb6dc #dcacb6 #b6dcac

Analogous Colors of #acb6dc

#acb6dc #baacdc #accedc

Monochromatic Colors of #acb6dc

#acb6dc

Complementary Color

#acb6dc #dcd2ac

#acb6dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb6dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb6dc Color CSS Codes

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

#acb6dc Text Font Color

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

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


#acb6dc Background Color

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

This div background color is #acb6dc


#acb6dc Border Color

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

This div border color is #acb6dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb6dc


Comments

No comments written yet.

Please login to write comment.