Color Hex Logo

#a4b1bf Color Hex

#A4B1BF
(164,177,191)
0 Favorites   0 Comments

Color spaces of #a4b1bf

RGB 164177191
HSL0.590.170.70
HSV211°14°75°
CMYK 0.140.070.00   0.25
XYZ40.436043.098455.4778
Yxy43.09840.29090.3100
Hunter Lab65.6494-4.9413-4.1492
CIE-Lab71.6217-1.6289-8.6691

#a4b1bf color RGB value is (164,177,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10110001 10111111
Octal 244 261 277
Decimal 164 177 191
Hex A4 B1 BF

RGB Percentages of Color #a4b1bf

%30.83
%33.27
%35.90

CMYK Percentages of Color #a4b1bf

%14
%7
%0
%25

Triadic Colors of #a4b1bf

#a4b1bf #bfa4b1 #b1bfa4

Analogous Colors of #a4b1bf

#a4b1bf #a5a4bf #a4bfbf

Monochromatic Colors of #a4b1bf

#a4b1bf

Complementary Color

#a4b1bf #bfb2a4

#a4b1bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4b1bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4b1bf Color CSS Codes

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

#a4b1bf Text Font Color

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

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


#a4b1bf Background Color

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

This div background color is #a4b1bf


#a4b1bf Border Color

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

This div border color is #a4b1bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4b1bf


Comments

No comments written yet.

Please login to write comment.