Color Hex Logo

#adb59a Color Hex

#ADB59A
(173,181,154)
0 Favorites   0 Comments

Color spaces of #adb59a

RGB 173181154
HSL0.220.150.66
HSV78°15°71°
CMYK 0.040.000.15   0.29
XYZ39.590244.265137.0292
Yxy44.26510.32750.3662
Hunter Lab66.5320-10.213813.5739
CIE-Lab72.4053-7.647112.8211

#adb59a color RGB value is (173,181,154).

#adb59a hex color red value is 173, green value is 181 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #adb59a hue: 0.22 , saturation: 0.15 and the lightness value of adb59a is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110101 10011010
Octal 255 265 232
Decimal 173 181 154
Hex AD B5 9A

RGB Percentages of Color #adb59a

%34.06
%35.63
%30.31

CMYK Percentages of Color #adb59a

%4
%0
%15
%29

Triadic Colors of #adb59a

#adb59a #9aadb5 #b59aad

Analogous Colors of #adb59a

#adb59a #a0b59a #b5b09a

Monochromatic Colors of #adb59a

#adb59a

Complementary Color

#adb59a #a29ab5

#adb59a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb59a Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb59a Color CSS Codes

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

#adb59a Text Font Color

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

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


#adb59a Background Color

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

This div background color is #adb59a


#adb59a Border Color

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

This div border color is #adb59a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb59a


Comments

No comments written yet.

Please login to write comment.