Color Hex Logo

#adb9bf Color Hex

#ADB9BF
(173,185,191)
0 Favorites   0 Comments

Color spaces of #adb9bf

RGB 173185191
HSL0.560.120.71
HSV200°75°
CMYK 0.090.030.00   0.25
XYZ43.986547.343756.1101
Yxy47.34370.29830.3211
Hunter Lab68.8068-6.3011-0.1847
CIE-Lab74.4091-2.9443-4.4679

#adb9bf color RGB value is (173,185,191).

#adb9bf hex color red value is 173, green value is 185 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #adb9bf hue: 0.56 , saturation: 0.12 and the lightness value of adb9bf is 0.71.

The process color (four color CMYK) of #adb9bf color hex is 0.09, 0.03, 0.00, 0.25. Web safe color of #adb9bf is #99cccc. Color #adb9bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111001 10111111
Octal 255 271 277
Decimal 173 185 191
Hex AD B9 BF

RGB Percentages of Color #adb9bf

%31.51
%33.70
%34.79

CMYK Percentages of Color #adb9bf

%9
%3
%0
%25

Triadic Colors of #adb9bf

#adb9bf #bfadb9 #b9bfad

Analogous Colors of #adb9bf

#adb9bf #adb0bf #adbfbc

Monochromatic Colors of #adb9bf

#adb9bf

Complementary Color

#adb9bf #bfb3ad

#adb9bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb9bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb9bf Color CSS Codes

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

#adb9bf Text Font Color

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

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


#adb9bf Background Color

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

This div background color is #adb9bf


#adb9bf Border Color

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

This div border color is #adb9bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb9bf


Comments

No comments written yet.

Please login to write comment.