Color Hex Logo

#adb0ba Color Hex

#ADB0BA
(173,176,186)
0 Favorites   0 Comments

Color spaces of #adb0ba

RGB 173176186
HSL0.630.090.70
HSV226°73°
CMYK 0.070.050.00   0.27
XYZ41.621843.480152.6532
Yxy43.48010.30210.3156
Hunter Lab65.9394-2.7226-1.1860
CIE-Lab71.87960.9000-5.4660

#adb0ba color RGB value is (173,176,186).

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

The process color (four color CMYK) of #adb0ba color hex is 0.07, 0.05, 0.00, 0.27. Web safe color of #adb0ba is #9999cc. Color #adb0ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110000 10111010
Octal 255 260 272
Decimal 173 176 186
Hex AD B0 BA

RGB Percentages of Color #adb0ba

%32.34
%32.90
%34.77

CMYK Percentages of Color #adb0ba

%7
%5
%0
%27

Triadic Colors of #adb0ba

#adb0ba #baadb0 #b0baad

Analogous Colors of #adb0ba

#adb0ba #b1adba #adb7ba

Monochromatic Colors of #adb0ba

#adb0ba

Complementary Color

#adb0ba #bab7ad

#adb0ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb0ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb0ba Color CSS Codes

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

#adb0ba Text Font Color

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

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


#adb0ba Background Color

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

This div background color is #adb0ba


#adb0ba Border Color

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

This div border color is #adb0ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb0ba


Comments

No comments written yet.

Please login to write comment.