Color Hex Logo

#adb987 Color Hex

#ADB987
(173,185,135)
0 Favorites   0 Comments

Color spaces of #adb987

RGB 173185135
HSL0.210.260.63
HSV74°27°73°
CMYK 0.060.000.27   0.27
XYZ38.955745.331429.6183
Yxy45.33140.34200.3980
Hunter Lab67.3286-14.546621.0480
CIE-Lab73.1096-12.688224.0496

#adb987 color RGB value is (173,185,135).

#adb987 hex color red value is 173, green value is 185 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #adb987 hue: 0.21 , saturation: 0.26 and the lightness value of adb987 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111001 10000111
Octal 255 271 207
Decimal 173 185 135
Hex AD B9 87

RGB Percentages of Color #adb987

%35.09
%37.53
%27.38

CMYK Percentages of Color #adb987

%6
%0
%27
%27

Triadic Colors of #adb987

#adb987 #87adb9 #b987ad

Analogous Colors of #adb987

#adb987 #94b987 #b9ac87

Monochromatic Colors of #adb987

#adb987

Complementary Color

#adb987 #9387b9

#adb987 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb987 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb987 Color CSS Codes

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

#adb987 Text Font Color

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

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


#adb987 Background Color

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

This div background color is #adb987


#adb987 Border Color

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

This div border color is #adb987


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb987


Comments

No comments written yet.

Please login to write comment.