Color Hex Logo

#acb3cd Color Hex

#ACB3CD
(172,179,205)
0 Favorites   0 Comments

Color spaces of #acb3cd

RGB 172179205
HSL0.630.250.74
HSV227°16°80°
CMYK 0.160.130.00   0.20
XYZ44.152845.418664.1972
Yxy45.41860.28710.2954
Hunter Lab67.3933-0.9939-9.3029
CIE-Lab73.16672.8977-13.9704

#acb3cd color RGB value is (172,179,205).

#acb3cd hex color red value is 172, green value is 179 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #acb3cd hue: 0.63 , saturation: 0.25 and the lightness value of acb3cd is 0.74.

The process color (four color CMYK) of #acb3cd color hex is 0.16, 0.13, 0.00, 0.20. Web safe color of #acb3cd is #99cccc. Color #acb3cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110011 11001101
Octal 254 263 315
Decimal 172 179 205
Hex AC B3 CD

RGB Percentages of Color #acb3cd

%30.94
%32.19
%36.87

CMYK Percentages of Color #acb3cd

%16
%13
%0
%20

Triadic Colors of #acb3cd

#acb3cd #cdacb3 #b3cdac

Analogous Colors of #acb3cd

#acb3cd #b6accd #acc4cd

Monochromatic Colors of #acb3cd

#acb3cd

Complementary Color

#acb3cd #cdc6ac

#acb3cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb3cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb3cd Color CSS Codes

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

#acb3cd Text Font Color

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

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


#acb3cd Background Color

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

This div background color is #acb3cd


#acb3cd Border Color

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

This div border color is #acb3cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb3cd


Comments

No comments written yet.

Please login to write comment.