Color Hex Logo

#a7adbf Color Hex

#A7ADBF
(167,173,191)
0 Favorites   0 Comments

Color spaces of #a7adbf

RGB 167173191
HSL0.630.160.70
HSV225°13°75°
CMYK 0.130.090.00   0.25
XYZ40.283941.864255.2476
Yxy41.86420.29320.3047
Hunter Lab64.7026-2.0951-5.3342
CIE-Lab70.77721.5392-9.9039

#a7adbf color RGB value is (167,173,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 10101101 10111111
Octal 247 255 277
Decimal 167 173 191
Hex A7 AD BF

RGB Percentages of Color #a7adbf

%31.45
%32.58
%35.97

CMYK Percentages of Color #a7adbf

%13
%9
%0
%25

Triadic Colors of #a7adbf

#a7adbf #bfa7ad #adbfa7

Analogous Colors of #a7adbf

#a7adbf #ada7bf #a7b9bf

Monochromatic Colors of #a7adbf

#a7adbf

Complementary Color

#a7adbf #bfb9a7

#a7adbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7adbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7adbf Color CSS Codes

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

#a7adbf Text Font Color

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

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


#a7adbf Background Color

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

This div background color is #a7adbf


#a7adbf Border Color

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

This div border color is #a7adbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7adbf


Comments

No comments written yet.

Please login to write comment.