Color Hex Logo

#adb6b5 Color Hex

#ADB6B5
(173,182,181)
0 Favorites   0 Comments

Color spaces of #adb6b5

RGB 173182181
HSL0.480.060.70
HSV173°71°
CMYK 0.050.000.01   0.29
XYZ42.302045.676350.3029
Yxy45.67630.30590.3303
Hunter Lab67.5842-6.54663.1795
CIE-Lab73.3350-3.3160-0.5854

#adb6b5 color RGB value is (173,182,181).

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

The process color (four color CMYK) of #adb6b5 color hex is 0.05, 0.00, 0.01, 0.29. Web safe color of #adb6b5 is #99cccc. Color #adb6b5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110110 10110101
Octal 255 266 265
Decimal 173 182 181
Hex AD B6 B5

RGB Percentages of Color #adb6b5

%32.28
%33.96
%33.77

CMYK Percentages of Color #adb6b5

%5
%0
%1
%29

Triadic Colors of #adb6b5

#adb6b5 #b5adb6 #b6b5ad

Analogous Colors of #adb6b5

#adb6b5 #adb3b6 #adb6b1

Monochromatic Colors of #adb6b5

#adb6b5

Complementary Color

#adb6b5 #b6adae

#adb6b5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb6b5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb6b5 Color CSS Codes

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

#adb6b5 Text Font Color

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

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


#adb6b5 Background Color

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

This div background color is #adb6b5


#adb6b5 Border Color

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

This div border color is #adb6b5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb6b5

#adb6b5 Color Palettes


Comments

No comments written yet.

Please login to write comment.