Color Hex Logo

#adb0bf Color Hex

#ADB0BF
(173,176,191)
0 Favorites   0 Comments

Color spaces of #adb0bf

RGB 173176191
HSL0.640.120.71
HSV230°75°
CMYK 0.090.080.00   0.25
XYZ42.162943.696555.5023
Yxy43.69650.29830.3091
Hunter Lab66.1033-1.8276-3.5093
CIE-Lab72.02521.9109-7.9970

#adb0bf color RGB value is (173,176,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110000 10111111
Octal 255 260 277
Decimal 173 176 191
Hex AD B0 BF

RGB Percentages of Color #adb0bf

%32.04
%32.59
%35.37

CMYK Percentages of Color #adb0bf

%9
%8
%0
%25

Triadic Colors of #adb0bf

#adb0bf #bfadb0 #b0bfad

Analogous Colors of #adb0bf

#adb0bf #b3adbf #adb9bf

Monochromatic Colors of #adb0bf

#adb0bf

Complementary Color

#adb0bf #bfbcad

#adb0bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb0bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb0bf Color CSS Codes

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

#adb0bf Text Font Color

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

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


#adb0bf Background Color

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

This div background color is #adb0bf


#adb0bf Border Color

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

This div border color is #adb0bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb0bf


Comments

No comments written yet.

Please login to write comment.