Color Hex Logo

#adb786 Color Hex

#ADB786
(173,183,134)
0 Favorites   0 Comments

Color spaces of #adb786

RGB 173183134
HSL0.200.250.62
HSV72°27°72°
CMYK 0.050.000.27   0.28
XYZ38.470144.472429.1107
Yxy44.47240.34330.3969
Hunter Lab66.6876-13.732020.7999
CIE-Lab72.5431-11.796323.8176

#adb786 color RGB value is (173,183,134).

#adb786 hex color red value is 173, green value is 183 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #adb786 hue: 0.20 , saturation: 0.25 and the lightness value of adb786 is 0.62.

The process color (four color CMYK) of #adb786 color hex is 0.05, 0.00, 0.27, 0.28. Web safe color of #adb786 is #99cc99. Color #adb786 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110111 10000110
Octal 255 267 206
Decimal 173 183 134
Hex AD B7 86

RGB Percentages of Color #adb786

%35.31
%37.35
%27.35

CMYK Percentages of Color #adb786

%5
%0
%27
%28

Triadic Colors of #adb786

#adb786 #86adb7 #b786ad

Analogous Colors of #adb786

#adb786 #95b786 #b7a986

Monochromatic Colors of #adb786

#adb786

Complementary Color

#adb786 #9086b7

#adb786 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb786 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb786 Color CSS Codes

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

#adb786 Text Font Color

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

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


#adb786 Background Color

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

This div background color is #adb786


#adb786 Border Color

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

This div border color is #adb786


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb786


Comments

No comments written yet.

Please login to write comment.