Color Hex Logo

#adb6bf Color Hex

#ADB6BF
(173,182,191)
0 Favorites   0 Comments

Color spaces of #adb6bf

RGB 173182191
HSL0.580.120.71
HSV210°75°
CMYK 0.090.050.00   0.25
XYZ43.365546.101755.9031
Yxy46.10170.29830.3171
Hunter Lab67.8982-4.8169-1.2869
CIE-Lab73.6115-1.3350-5.6456

#adb6bf color RGB value is (173,182,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110110 10111111
Octal 255 266 277
Decimal 173 182 191
Hex AD B6 BF

RGB Percentages of Color #adb6bf

%31.68
%33.33
%34.98

CMYK Percentages of Color #adb6bf

%9
%5
%0
%25

Triadic Colors of #adb6bf

#adb6bf #bfadb6 #b6bfad

Analogous Colors of #adb6bf

#adb6bf #adadbf #adbfbf

Monochromatic Colors of #adb6bf

#adb6bf

Complementary Color

#adb6bf #bfb6ad

#adb6bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb6bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb6bf Color CSS Codes

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

#adb6bf Text Font Color

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

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


#adb6bf Background Color

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

This div background color is #adb6bf


#adb6bf Border Color

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

This div border color is #adb6bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb6bf


Comments

No comments written yet.

Please login to write comment.