Color Hex Logo

#a7acbf Color Hex

#A7ACBF
(167,172,191)
0 Favorites   0 Comments

Color spaces of #a7acbf

RGB 167172191
HSL0.630.160.70
HSV228°13°75°
CMYK 0.130.100.00   0.25
XYZ40.092841.482155.1839
Yxy41.48210.29320.3033
Hunter Lab64.4066-1.5962-5.7154
CIE-Lab70.51242.0858-10.2991

#a7acbf color RGB value is (167,172,191).

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

The process color (four color CMYK) of #a7acbf color hex is 0.13, 0.10, 0.00, 0.25. Web safe color of #a7acbf is #9999cc. Color #a7acbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10101100 10111111
Octal 247 254 277
Decimal 167 172 191
Hex A7 AC BF

RGB Percentages of Color #a7acbf

%31.51
%32.45
%36.04

CMYK Percentages of Color #a7acbf

%13
%10
%0
%25

Triadic Colors of #a7acbf

#a7acbf #bfa7ac #acbfa7

Analogous Colors of #a7acbf

#a7acbf #aea7bf #a7b8bf

Monochromatic Colors of #a7acbf

#a7acbf

Complementary Color

#a7acbf #bfbaa7

#a7acbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7acbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7acbf Color CSS Codes

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

#a7acbf Text Font Color

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

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


#a7acbf Background Color

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

This div background color is #a7acbf


#a7acbf Border Color

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

This div border color is #a7acbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7acbf


Comments

No comments written yet.

Please login to write comment.