Color Hex Logo

#adb87e Color Hex

#ADB87E
(173,184,126)
0 Favorites   0 Comments

Color spaces of #adb87e

RGB 173184126
HSL0.200.290.61
HSV71°32°72°
CMYK 0.060.000.32   0.28
XYZ38.140044.671626.3509
Yxy44.67160.34940.4092
Hunter Lab66.8368-15.104523.4103
CIE-Lab72.6751-13.426228.2526

#adb87e color RGB value is (173,184,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111000 01111110
Octal 255 270 176
Decimal 173 184 126
Hex AD B8 7E

RGB Percentages of Color #adb87e

%35.82
%38.10
%26.09

CMYK Percentages of Color #adb87e

%6
%0
%32
%28

Triadic Colors of #adb87e

#adb87e #7eadb8 #b87ead

Analogous Colors of #adb87e

#adb87e #90b87e #b8a67e

Monochromatic Colors of #adb87e

#adb87e

Complementary Color

#adb87e #897eb8

#adb87e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb87e Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb87e Color CSS Codes

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

#adb87e Text Font Color

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

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


#adb87e Background Color

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

This div background color is #adb87e


#adb87e Border Color

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

This div border color is #adb87e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb87e


Comments

No comments written yet.

Please login to write comment.