Color Hex Logo

#adb991 Color Hex

#ADB991
(173,185,145)
0 Favorites   0 Comments

Color spaces of #adb991

RGB 173185145
HSL0.220.220.65
HSV78°22°73°
CMYK 0.060.000.22   0.27
XYZ39.693445.626533.5028
Yxy45.62650.33410.3840
Hunter Lab67.5474-13.314617.8760
CIE-Lab73.3025-11.190118.9481

#adb991 color RGB value is (173,185,145).

#adb991 hex color red value is 173, green value is 185 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #adb991 hue: 0.22 , saturation: 0.22 and the lightness value of adb991 is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111001 10010001
Octal 255 271 221
Decimal 173 185 145
Hex AD B9 91

RGB Percentages of Color #adb991

%34.39
%36.78
%28.83

CMYK Percentages of Color #adb991

%6
%0
%22
%27

Triadic Colors of #adb991

#adb991 #91adb9 #b991ad

Analogous Colors of #adb991

#adb991 #99b991 #b9b191

Monochromatic Colors of #adb991

#adb991

Complementary Color

#adb991 #9d91b9

#adb991 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb991 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb991 Color CSS Codes

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

#adb991 Text Font Color

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

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


#adb991 Background Color

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

This div background color is #adb991


#adb991 Border Color

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

This div border color is #adb991


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb991


Comments

No comments written yet.

Please login to write comment.