Color Hex Logo

#a6acbd Color Hex

#A6ACBD
(166,172,189)
0 Favorites   0 Comments

Color spaces of #a6acbd

RGB 166172189
HSL0.620.150.70
HSV224°12°74°
CMYK 0.120.090.00   0.26
XYZ39.663741.286254.0226
Yxy41.28620.29390.3059
Hunter Lab64.2543-2.2584-4.8707
CIE-Lab70.37601.3311-9.4078

#a6acbd color RGB value is (166,172,189).

#a6acbd hex color red value is 166, green value is 172 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a6acbd hue: 0.62 , saturation: 0.15 and the lightness value of a6acbd is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 10101100 10111101
Octal 246 254 275
Decimal 166 172 189
Hex A6 AC BD

RGB Percentages of Color #a6acbd

%31.50
%32.64
%35.86

CMYK Percentages of Color #a6acbd

%12
%9
%0
%26

Triadic Colors of #a6acbd

#a6acbd #bda6ac #acbda6

Analogous Colors of #a6acbd

#a6acbd #aca6bd #a6b8bd

Monochromatic Colors of #a6acbd

#a6acbd

Complementary Color

#a6acbd #bdb7a6

#a6acbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6acbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6acbd Color CSS Codes

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

#a6acbd Text Font Color

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

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


#a6acbd Background Color

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

This div background color is #a6acbd


#a6acbd Border Color

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

This div border color is #a6acbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6acbd


Comments

No comments written yet.

Please login to write comment.