Color Hex Logo

#adb3ba Color Hex

#ADB3BA
(173,179,186)
0 Favorites   0 Comments

Color spaces of #adb3ba

RGB 173179186
HSL0.590.090.70
HSV212°73°
CMYK 0.070.040.00   0.27
XYZ42.216644.669652.8514
Yxy44.66960.30210.3197
Hunter Lab66.8353-4.2121-0.1001
CIE-Lab72.6738-0.7231-4.2935

#adb3ba color RGB value is (173,179,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110011 10111010
Octal 255 263 272
Decimal 173 179 186
Hex AD B3 BA

RGB Percentages of Color #adb3ba

%32.16
%33.27
%34.57

CMYK Percentages of Color #adb3ba

%7
%4
%0
%27

Triadic Colors of #adb3ba

#adb3ba #baadb3 #b3baad

Analogous Colors of #adb3ba

#adb3ba #aeadba #adbaba

Monochromatic Colors of #adb3ba

#adb3ba

Complementary Color

#adb3ba #bab4ad

#adb3ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb3ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb3ba Color CSS Codes

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

#adb3ba Text Font Color

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

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


#adb3ba Background Color

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

This div background color is #adb3ba


#adb3ba Border Color

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

This div border color is #adb3ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb3ba


Comments

No comments written yet.

Please login to write comment.