Color Hex Logo

#acb7dc Color Hex

#ACB7DC
(172,183,220)
0 Favorites   0 Comments

Color spaces of #acb7dc

RGB 172183220
HSL0.630.410.77
HSV226°22°86°
CMYK 0.220.170.00   0.14
XYZ46.865047.804974.4674
Yxy47.80490.27710.2826
Hunter Lab69.1411-0.0066-15.4587
CIE-Lab74.70174.0531-19.8283

#acb7dc color RGB value is (172,183,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110111 11011100
Octal 254 267 334
Decimal 172 183 220
Hex AC B7 DC

RGB Percentages of Color #acb7dc

%29.91
%31.83
%38.26

CMYK Percentages of Color #acb7dc

%22
%17
%0
%14

Triadic Colors of #acb7dc

#acb7dc #dcacb7 #b7dcac

Analogous Colors of #acb7dc

#acb7dc #b9acdc #accfdc

Monochromatic Colors of #acb7dc

#acb7dc

Complementary Color

#acb7dc #dcd1ac

#acb7dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb7dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb7dc Color CSS Codes

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

#acb7dc Text Font Color

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

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


#acb7dc Background Color

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

This div background color is #acb7dc


#acb7dc Border Color

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

This div border color is #acb7dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb7dc

#acb7dc Color Palettes


Comments

No comments written yet.

Please login to write comment.