Color Hex Logo

#adb197 Color Hex

#ADB197
(173,177,151)
0 Favorites   0 Comments

Color spaces of #adb197

RGB 173177151
HSL0.190.140.64
HSV69°15°69°
CMYK 0.020.000.15   0.31
XYZ38.541642.562935.4623
Yxy42.56290.33060.3651
Hunter Lab65.2402-8.719013.4402
CIE-Lab71.2573-6.024912.8392

#adb197 color RGB value is (173,177,151).

#adb197 hex color red value is 173, green value is 177 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #adb197 hue: 0.19 , saturation: 0.14 and the lightness value of adb197 is 0.64.

The process color (four color CMYK) of #adb197 color hex is 0.02, 0.00, 0.15, 0.31. Web safe color of #adb197 is #999999. Color #adb197 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110001 10010111
Octal 255 261 227
Decimal 173 177 151
Hex AD B1 97

RGB Percentages of Color #adb197

%34.53
%35.33
%30.14

CMYK Percentages of Color #adb197

%2
%0
%15
%31

Triadic Colors of #adb197

#adb197 #97adb1 #b197ad

Analogous Colors of #adb197

#adb197 #a0b197 #b1a897

Monochromatic Colors of #adb197

#adb197

Complementary Color

#adb197 #9b97b1

#adb197 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb197 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb197 Color CSS Codes

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

#adb197 Text Font Color

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

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


#adb197 Background Color

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

This div background color is #adb197


#adb197 Border Color

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

This div border color is #adb197


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb197


Comments

No comments written yet.

Please login to write comment.