Color Hex Logo

#adb3bf Color Hex

#ADB3BF
(173,179,191)
0 Favorites   0 Comments

Color spaces of #adb3bf

RGB 173179191
HSL0.610.120.71
HSV220°75°
CMYK 0.090.060.00   0.25
XYZ42.757744.886055.7005
Yxy44.88600.29830.3131
Hunter Lab66.9970-3.3255-2.3951
CIE-Lab72.81680.2837-6.8221

#adb3bf color RGB value is (173,179,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110011 10111111
Octal 255 263 277
Decimal 173 179 191
Hex AD B3 BF

RGB Percentages of Color #adb3bf

%31.86
%32.97
%35.17

CMYK Percentages of Color #adb3bf

%9
%6
%0
%25

Triadic Colors of #adb3bf

#adb3bf #bfadb3 #b3bfad

Analogous Colors of #adb3bf

#adb3bf #b0adbf #adbcbf

Monochromatic Colors of #adb3bf

#adb3bf

Complementary Color

#adb3bf #bfb9ad

#adb3bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb3bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb3bf Color CSS Codes

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

#adb3bf Text Font Color

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

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


#adb3bf Background Color

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

This div background color is #adb3bf


#adb3bf Border Color

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

This div border color is #adb3bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb3bf


Comments

No comments written yet.

Please login to write comment.