Color Hex Logo

#adb97e Color Hex

#ADB97E
(173,185,126)
0 Favorites   0 Comments

Color spaces of #adb97e

RGB 173185126
HSL0.200.300.61
HSV72°32°73°
CMYK 0.060.000.32   0.27
XYZ38.348445.088526.4204
Yxy45.08850.34910.4104
Hunter Lab67.1480-15.567123.6750
CIE-Lab72.9501-13.941028.6173

#adb97e color RGB value is (173,185,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111001 01111110
Octal 255 271 176
Decimal 173 185 126
Hex AD B9 7E

RGB Percentages of Color #adb97e

%35.74
%38.22
%26.03

CMYK Percentages of Color #adb97e

%6
%0
%32
%27

Triadic Colors of #adb97e

#adb97e #7eadb9 #b97ead

Analogous Colors of #adb97e

#adb97e #90b97e #b9a87e

Monochromatic Colors of #adb97e

#adb97e

Complementary Color

#adb97e #8a7eb9

#adb97e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb97e Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb97e Color CSS Codes

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

#adb97e Text Font Color

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

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


#adb97e Background Color

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

This div background color is #adb97e


#adb97e Border Color

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

This div border color is #adb97e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb97e


Comments

No comments written yet.

Please login to write comment.