Color Hex Logo

#a4acbd Color Hex

#A4ACBD
(164,172,189)
0 Favorites   0 Comments

Color spaces of #a4acbd

RGB 164172189
HSL0.610.160.69
HSV221°13°74°
CMYK 0.130.090.00   0.26
XYZ39.247741.071754.0032
Yxy41.07170.29220.3058
Hunter Lab64.0872-2.8373-5.0998
CIE-Lab70.22610.6661-9.6472

#a4acbd color RGB value is (164,172,189).

#a4acbd hex color red value is 164, green value is 172 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a4acbd hue: 0.61 , saturation: 0.16 and the lightness value of a4acbd is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10101100 10111101
Octal 244 254 275
Decimal 164 172 189
Hex A4 AC BD

RGB Percentages of Color #a4acbd

%31.24
%32.76
%36.00

CMYK Percentages of Color #a4acbd

%13
%9
%0
%26

Triadic Colors of #a4acbd

#a4acbd #bda4ac #acbda4

Analogous Colors of #a4acbd

#a4acbd #a9a4bd #a4b9bd

Monochromatic Colors of #a4acbd

#a4acbd

Complementary Color

#a4acbd #bdb5a4

#a4acbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4acbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4acbd Color CSS Codes

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

#a4acbd Text Font Color

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

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


#a4acbd Background Color

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

This div background color is #a4acbd


#a4acbd Border Color

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

This div border color is #a4acbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4acbd


Comments

No comments written yet.

Please login to write comment.