Color Hex Logo

#a3adbf Color Hex

#A3ADBF
(163,173,191)
0 Favorites   0 Comments

Color spaces of #a3adbf

RGB 163173191
HSL0.610.180.69
HSV219°15°75°
CMYK 0.150.090.00   0.25
XYZ39.451841.435355.2087
Yxy41.43530.28990.3045
Hunter Lab64.3703-3.2473-5.7923
CIE-Lab70.47980.2169-10.3791

#a3adbf color RGB value is (163,173,191).

#a3adbf hex color red value is 163, green value is 173 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #a3adbf hue: 0.61 , saturation: 0.18 and the lightness value of a3adbf is 0.69.

The process color (four color CMYK) of #a3adbf color hex is 0.15, 0.09, 0.00, 0.25. Web safe color of #a3adbf is #9999cc. Color #a3adbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10101101 10111111
Octal 243 255 277
Decimal 163 173 191
Hex A3 AD BF

RGB Percentages of Color #a3adbf

%30.93
%32.83
%36.24

CMYK Percentages of Color #a3adbf

%15
%9
%0
%25

Triadic Colors of #a3adbf

#a3adbf #bfa3ad #adbfa3

Analogous Colors of #a3adbf

#a3adbf #a7a3bf #a3bbbf

Monochromatic Colors of #a3adbf

#a3adbf

Complementary Color

#a3adbf #bfb5a3

#a3adbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3adbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3adbf Color CSS Codes

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

#a3adbf Text Font Color

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

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


#a3adbf Background Color

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

This div background color is #a3adbf


#a3adbf Border Color

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

This div border color is #a3adbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3adbf


Comments

No comments written yet.

Please login to write comment.