Color Hex Logo

#adb4aa Color Hex

#ADB4AA
(173,180,170)
0 Favorites   0 Comments

Color spaces of #adb4aa

RGB 173180170
HSL0.280.060.69
HSV102°71°
CMYK 0.040.000.06   0.29
XYZ40.810544.429044.4549
Yxy44.42900.31470.3426
Hunter Lab66.6551-7.35737.1157
CIE-Lab72.5143-4.31904.2396

#adb4aa color RGB value is (173,180,170).

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

The process color (four color CMYK) of #adb4aa color hex is 0.04, 0.00, 0.06, 0.29. Web safe color of #adb4aa is #99cc99. Color #adb4aa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110100 10101010
Octal 255 264 252
Decimal 173 180 170
Hex AD B4 AA

RGB Percentages of Color #adb4aa

%33.08
%34.42
%32.50

CMYK Percentages of Color #adb4aa

%4
%0
%6
%29

Triadic Colors of #adb4aa

#adb4aa #aaadb4 #b4aaad

Analogous Colors of #adb4aa

#adb4aa #aab4ac #b2b4aa

Monochromatic Colors of #adb4aa

#adb4aa

Complementary Color

#adb4aa #b1aab4

#adb4aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb4aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb4aa Color CSS Codes

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

#adb4aa Text Font Color

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

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


#adb4aa Background Color

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

This div background color is #adb4aa


#adb4aa Border Color

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

This div border color is #adb4aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb4aa


Comments

No comments written yet.

Please login to write comment.