Color Hex Logo

#adb7ba Color Hex

#ADB7BA
(173,183,186)
0 Favorites   0 Comments

Color spaces of #adb7ba

RGB 173183186
HSL0.540.090.70
HSV194°73°
CMYK 0.070.020.00   0.27
XYZ43.030046.296453.1225
Yxy46.29640.30210.3250
Hunter Lab68.0415-6.18761.3391
CIE-Lab73.7375-2.8732-2.7279

#adb7ba color RGB value is (173,183,186).

#adb7ba hex color red value is 173, green value is 183 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #adb7ba hue: 0.54 , saturation: 0.09 and the lightness value of adb7ba is 0.70.

The process color (four color CMYK) of #adb7ba color hex is 0.07, 0.02, 0.00, 0.27. Web safe color of #adb7ba is #99cccc. Color #adb7ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110111 10111010
Octal 255 267 272
Decimal 173 183 186
Hex AD B7 BA

RGB Percentages of Color #adb7ba

%31.92
%33.76
%34.32

CMYK Percentages of Color #adb7ba

%7
%2
%0
%27

Triadic Colors of #adb7ba

#adb7ba #baadb7 #b7baad

Analogous Colors of #adb7ba

#adb7ba #adb1ba #adbab7

Monochromatic Colors of #adb7ba

#adb7ba

Complementary Color

#adb7ba #bab0ad

#adb7ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb7ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb7ba Color CSS Codes

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

#adb7ba Text Font Color

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

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


#adb7ba Background Color

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

This div background color is #adb7ba


#adb7ba Border Color

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

This div border color is #adb7ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,183,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #adb7ba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb7ba


Comments

No comments written yet.

Please login to write comment.