Color Hex Logo

#a8acbd Color Hex

#A8ACBD
(168,172,189)
0 Favorites   0 Comments

Color spaces of #a8acbd

RGB 168172189
HSL0.630.140.70
HSV229°11°74°
CMYK 0.110.090.00   0.26
XYZ40.086341.504054.0424
Yxy41.50400.29560.3060
Hunter Lab64.4236-1.6732-4.6395
CIE-Lab70.52761.9999-9.1657

#a8acbd color RGB value is (168,172,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 10101100 10111101
Octal 250 254 275
Decimal 168 172 189
Hex A8 AC BD

RGB Percentages of Color #a8acbd

%31.76
%32.51
%35.73

CMYK Percentages of Color #a8acbd

%11
%9
%0
%26

Triadic Colors of #a8acbd

#a8acbd #bda8ac #acbda8

Analogous Colors of #a8acbd

#a8acbd #afa8bd #a8b7bd

Monochromatic Colors of #a8acbd

#a8acbd

Complementary Color

#a8acbd #bdb9a8

#a8acbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8acbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8acbd Color CSS Codes

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

#a8acbd Text Font Color

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

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


#a8acbd Background Color

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

This div background color is #a8acbd


#a8acbd Border Color

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

This div border color is #a8acbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8acbd


Comments

No comments written yet.

Please login to write comment.