Color Hex Logo

#acb3dc Color Hex

#ACB3DC
(172,179,220)
0 Favorites   0 Comments

Color spaces of #acb3dc

RGB 172179220
HSL0.640.410.77
HSV231°22°86°
CMYK 0.220.190.00   0.14
XYZ46.051646.178274.1962
Yxy46.17820.27670.2775
Hunter Lab67.95452.0459-17.1676
CIE-Lab73.66106.2402-21.4085

#acb3dc color RGB value is (172,179,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110011 11011100
Octal 254 263 334
Decimal 172 179 220
Hex AC B3 DC

RGB Percentages of Color #acb3dc

%30.12
%31.35
%38.53

CMYK Percentages of Color #acb3dc

%22
%19
%0
%14

Triadic Colors of #acb3dc

#acb3dc #dcacb3 #b3dcac

Analogous Colors of #acb3dc

#acb3dc #bdacdc #accbdc

Monochromatic Colors of #acb3dc

#acb3dc

Complementary Color

#acb3dc #dcd5ac

#acb3dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb3dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb3dc Color CSS Codes

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

#acb3dc Text Font Color

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

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


#acb3dc Background Color

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

This div background color is #acb3dc


#acb3dc Border Color

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

This div border color is #acb3dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb3dc


Comments

No comments written yet.

Please login to write comment.