Color Hex Logo

#acadbd Color Hex

#ACADBD
(172,173,189)
0 Favorites   0 Comments

Color spaces of #acadbd

RGB 172173189
HSL0.660.110.71
HSV236°74°
CMYK 0.090.080.00   0.26
XYZ41.142142.331954.1466
Yxy42.33190.29900.3076
Hunter Lab65.0630-0.9870-3.7981
CIE-Lab71.09912.7998-8.2820

#acadbd color RGB value is (172,173,189).

#acadbd hex color red value is 172, green value is 173 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #acadbd hue: 0.66 , saturation: 0.11 and the lightness value of acadbd is 0.71.

The process color (four color CMYK) of #acadbd color hex is 0.09, 0.08, 0.00, 0.26. Web safe color of #acadbd is #9999cc. Color #acadbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101101 10111101
Octal 254 255 275
Decimal 172 173 189
Hex AC AD BD

RGB Percentages of Color #acadbd

%32.21
%32.40
%35.39

CMYK Percentages of Color #acadbd

%9
%8
%0
%26

Triadic Colors of #acadbd

#acadbd #bdacad #adbdac

Analogous Colors of #acadbd

#acadbd #b4acbd #acb6bd

Monochromatic Colors of #acadbd

#acadbd

Complementary Color

#acadbd #bdbcac

#acadbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acadbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#acadbd Color CSS Codes

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

#acadbd Text Font Color

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

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


#acadbd Background Color

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

This div background color is #acadbd


#acadbd Border Color

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

This div border color is #acadbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acadbd


Comments

No comments written yet.

Please login to write comment.