Color Hex Logo

#adb3aa Color Hex

#ADB3AA
(173,179,170)
0 Favorites   0 Comments

Color spaces of #adb3aa

RGB 173179170
HSL0.280.060.68
HSV100°70°
CMYK 0.030.000.05   0.30
XYZ40.609444.026744.3879
Yxy44.02670.31470.3412
Hunter Lab66.3526-6.87086.7836
CIE-Lab72.2463-3.78453.8522

#adb3aa color RGB value is (173,179,170).

#adb3aa hex color red value is 173, green value is 179 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #adb3aa hue: 0.28 , saturation: 0.06 and the lightness value of adb3aa is 0.68.

The process color (four color CMYK) of #adb3aa color hex is 0.03, 0.00, 0.05, 0.30. Web safe color of #adb3aa is #99cc99. Color #adb3aa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110011 10101010
Octal 255 263 252
Decimal 173 179 170
Hex AD B3 AA

RGB Percentages of Color #adb3aa

%33.14
%34.29
%32.57

CMYK Percentages of Color #adb3aa

%3
%0
%5
%30

Triadic Colors of #adb3aa

#adb3aa #aaadb3 #b3aaad

Analogous Colors of #adb3aa

#adb3aa #aab3ac #b2b3aa

Monochromatic Colors of #adb3aa

#adb3aa

Complementary Color

#adb3aa #b0aab3

#adb3aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb3aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb3aa Color CSS Codes

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

#adb3aa Text Font Color

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

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


#adb3aa Background Color

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

This div background color is #adb3aa


#adb3aa Border Color

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

This div border color is #adb3aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb3aa

#adb3aa Color Palettes


Comments

No comments written yet.

Please login to write comment.