Color Hex Logo

#adb886 Color Hex

#ADB886
(173,184,134)
0 Favorites   0 Comments

Color spaces of #adb886

RGB 173184134
HSL0.200.260.62
HSV73°27°72°
CMYK 0.060.000.27   0.28
XYZ38.677144.886429.1797
Yxy44.88640.34310.3981
Hunter Lab66.9973-14.198421.0752
CIE-Lab72.8170-12.314724.1881

#adb886 color RGB value is (173,184,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111000 10000110
Octal 255 270 206
Decimal 173 184 134
Hex AD B8 86

RGB Percentages of Color #adb886

%35.23
%37.47
%27.29

CMYK Percentages of Color #adb886

%6
%0
%27
%28

Triadic Colors of #adb886

#adb886 #86adb8 #b886ad

Analogous Colors of #adb886

#adb886 #94b886 #b8aa86

Monochromatic Colors of #adb886

#adb886

Complementary Color

#adb886 #9186b8

#adb886 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb886 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb886 Color CSS Codes

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

#adb886 Text Font Color

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

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


#adb886 Background Color

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

This div background color is #adb886


#adb886 Border Color

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

This div border color is #adb886


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb886


Comments

No comments written yet.

Please login to write comment.