Color Hex Logo

#a4a7bf Color Hex

#A4A7BF
(164,167,191)
0 Favorites   0 Comments

Color spaces of #a4a7bf

RGB 164167191
HSL0.650.170.70
HSV233°14°75°
CMYK 0.140.130.00   0.25
XYZ38.532539.291554.8434
Yxy39.29150.29040.2962
Hunter Lab62.68290.0325-7.9968
CIE-Lab68.96193.8399-12.6437

#a4a7bf color RGB value is (164,167,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10100111 10111111
Octal 244 247 277
Decimal 164 167 191
Hex A4 A7 BF

RGB Percentages of Color #a4a7bf

%31.42
%31.99
%36.59

CMYK Percentages of Color #a4a7bf

%14
%13
%0
%25

Triadic Colors of #a4a7bf

#a4a7bf #bfa4a7 #a7bfa4

Analogous Colors of #a4a7bf

#a4a7bf #afa4bf #a4b5bf

Monochromatic Colors of #a4a7bf

#a4a7bf

Complementary Color

#a4a7bf #bfbca4

#a4a7bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4a7bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4a7bf Color CSS Codes

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

#a4a7bf Text Font Color

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

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


#a4a7bf Background Color

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

This div background color is #a4a7bf


#a4a7bf Border Color

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

This div border color is #a4a7bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4a7bf


Comments

No comments written yet.

Please login to write comment.