Color Hex Logo

#a3b9bd Color Hex

#A3B9BD
(163,185,189)
0 Favorites   0 Comments

Color spaces of #a3b9bd

RGB 163185189
HSL0.530.160.69
HSV189°14°74°
CMYK 0.140.020.00   0.26
XYZ41.638546.158654.8590
Yxy46.15860.29190.3236
Hunter Lab67.9401-9.4978-0.3163
CIE-Lab73.6483-6.6730-4.5788

#a3b9bd color RGB value is (163,185,189).

#a3b9bd hex color red value is 163, green value is 185 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a3b9bd hue: 0.53 , saturation: 0.16 and the lightness value of a3b9bd is 0.69.

The process color (four color CMYK) of #a3b9bd color hex is 0.14, 0.02, 0.00, 0.26. Web safe color of #a3b9bd is #99cccc. Color #a3b9bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10111001 10111101
Octal 243 271 275
Decimal 163 185 189
Hex A3 B9 BD

RGB Percentages of Color #a3b9bd

%30.35
%34.45
%35.20

CMYK Percentages of Color #a3b9bd

%14
%2
%0
%26

Triadic Colors of #a3b9bd

#a3b9bd #bda3b9 #b9bda3

Analogous Colors of #a3b9bd

#a3b9bd #a3acbd #a3bdb4

Monochromatic Colors of #a3b9bd

#a3b9bd

Complementary Color

#a3b9bd #bda7a3

#a3b9bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3b9bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3b9bd Color CSS Codes

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

#a3b9bd Text Font Color

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

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


#a3b9bd Background Color

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

This div background color is #a3b9bd


#a3b9bd Border Color

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

This div border color is #a3b9bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3b9bd


Comments

No comments written yet.

Please login to write comment.