Color Hex Logo

#adb597 Color Hex

#ADB597
(173,181,151)
0 Favorites   0 Comments

Color spaces of #adb597

RGB 173181151
HSL0.210.170.65
HSV76°17°71°
CMYK 0.040.000.17   0.29
XYZ39.343444.166335.7295
Yxy44.16630.33000.3704
Hunter Lab66.4577-10.627914.6445
CIE-Lab72.3395-8.140914.3604

#adb597 color RGB value is (173,181,151).

#adb597 hex color red value is 173, green value is 181 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #adb597 hue: 0.21 , saturation: 0.17 and the lightness value of adb597 is 0.65.

The process color (four color CMYK) of #adb597 color hex is 0.04, 0.00, 0.17, 0.29. Web safe color of #adb597 is #99cc99. Color #adb597 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110101 10010111
Octal 255 265 227
Decimal 173 181 151
Hex AD B5 97

RGB Percentages of Color #adb597

%34.26
%35.84
%29.90

CMYK Percentages of Color #adb597

%4
%0
%17
%29

Triadic Colors of #adb597

#adb597 #97adb5 #b597ad

Analogous Colors of #adb597

#adb597 #9eb597 #b5ae97

Monochromatic Colors of #adb597

#adb597

Complementary Color

#adb597 #9f97b5

#adb597 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb597 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb597 Color CSS Codes

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

#adb597 Text Font Color

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

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


#adb597 Background Color

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

This div background color is #adb597


#adb597 Border Color

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

This div border color is #adb597


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb597


Comments

No comments written yet.

Please login to write comment.