Color Hex Logo

#adb96f Color Hex

#ADB96F
(173,185,111)
0 Favorites   0 Comments

Color spaces of #adb96f

RGB 173185111
HSL0.190.350.58
HSV70°40°73°
CMYK 0.060.000.40   0.27
XYZ37.451844.729921.6987
Yxy44.72990.36050.4306
Hunter Lab66.8804-17.084027.5802
CIE-Lab72.7137-15.824036.1336

#adb96f color RGB value is (173,185,111).

#adb96f hex color red value is 173, green value is 185 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #adb96f hue: 0.19 , saturation: 0.35 and the lightness value of adb96f is 0.58.

The process color (four color CMYK) of #adb96f color hex is 0.06, 0.00, 0.40, 0.27. Web safe color of #adb96f is #99cc66. Color #adb96f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111001 01101111
Octal 255 271 157
Decimal 173 185 111
Hex AD B9 6F

RGB Percentages of Color #adb96f

%36.89
%39.45
%23.67

CMYK Percentages of Color #adb96f

%6
%0
%40
%27

Triadic Colors of #adb96f

#adb96f #6fadb9 #b96fad

Analogous Colors of #adb96f

#adb96f #88b96f #b9a06f

Monochromatic Colors of #adb96f

#adb96f

Complementary Color

#adb96f #7b6fb9

#adb96f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb96f Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb96f Color CSS Codes

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

#adb96f Text Font Color

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

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


#adb96f Background Color

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

This div background color is #adb96f


#adb96f Border Color

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

This div border color is #adb96f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb96f


Comments

No comments written yet.

Please login to write comment.