Color Hex Logo

#adb6ba Color Hex

#ADB6BA
(173,182,186)
0 Favorites   0 Comments

Color spaces of #adb6ba

RGB 173182186
HSL0.550.090.70
HSV198°73°
CMYK 0.070.020.00   0.27
XYZ42.824545.885353.0540
Yxy45.88530.30210.3237
Hunter Lab67.7387-5.69470.9802
CIE-Lab73.4710-2.3371-3.1195

#adb6ba color RGB value is (173,182,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110110 10111010
Octal 255 266 272
Decimal 173 182 186
Hex AD B6 BA

RGB Percentages of Color #adb6ba

%31.98
%33.64
%34.38

CMYK Percentages of Color #adb6ba

%7
%2
%0
%27

Triadic Colors of #adb6ba

#adb6ba #baadb6 #b6baad

Analogous Colors of #adb6ba

#adb6ba #adb0ba #adbab8

Monochromatic Colors of #adb6ba

#adb6ba

Complementary Color

#adb6ba #bab1ad

#adb6ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb6ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb6ba Color CSS Codes

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

#adb6ba Text Font Color

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

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


#adb6ba Background Color

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

This div background color is #adb6ba


#adb6ba Border Color

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

This div border color is #adb6ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb6ba


Comments

No comments written yet.

Please login to write comment.