Color Hex Logo

#adb86a Color Hex

#ADB86A
(173,184,106)
0 Favorites   0 Comments

Color spaces of #adb86a

RGB 173184106
HSL0.190.350.57
HSV68°42°72°
CMYK 0.060.000.42   0.28
XYZ36.975644.205820.2194
Yxy44.20580.36460.4360
Hunter Lab66.4874-17.084028.5106
CIE-Lab72.3658-15.884938.2513

#adb86a color RGB value is (173,184,106).

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

The process color (four color CMYK) of #adb86a color hex is 0.06, 0.00, 0.42, 0.28. Web safe color of #adb86a is #99cc66. Color #adb86a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111000 01101010
Octal 255 270 152
Decimal 173 184 106
Hex AD B8 6A

RGB Percentages of Color #adb86a

%37.37
%39.74
%22.89

CMYK Percentages of Color #adb86a

%6
%0
%42
%28

Triadic Colors of #adb86a

#adb86a #6aadb8 #b86aad

Analogous Colors of #adb86a

#adb86a #86b86a #b89c6a

Monochromatic Colors of #adb86a

#adb86a

Complementary Color

#adb86a #756ab8

#adb86a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb86a Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb86a Color CSS Codes

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

#adb86a Text Font Color

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

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


#adb86a Background Color

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

This div background color is #adb86a


#adb86a Border Color

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

This div border color is #adb86a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb86a


Comments

No comments written yet.

Please login to write comment.