Color Hex Logo

#adba9f Color Hex

#ADBA9F
(173,186,159)
0 Favorites   0 Comments

Color spaces of #adba9f

RGB 173186159
HSL0.250.160.68
HSV89°15°73°
CMYK 0.070.000.15   0.27
XYZ41.050546.505339.6137
Yxy46.50530.32280.3657
Hunter Lab68.1948-11.891113.2954
CIE-Lab73.8722-9.434012.1750

#adba9f color RGB value is (173,186,159).

#adba9f hex color red value is 173, green value is 186 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #adba9f hue: 0.25 , saturation: 0.16 and the lightness value of adba9f is 0.68.

The process color (four color CMYK) of #adba9f color hex is 0.07, 0.00, 0.15, 0.27. Web safe color of #adba9f is #99cc99. Color #adba9f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111010 10011111
Octal 255 272 237
Decimal 173 186 159
Hex AD BA 9F

RGB Percentages of Color #adba9f

%33.40
%35.91
%30.69

CMYK Percentages of Color #adba9f

%7
%0
%15
%27

Triadic Colors of #adba9f

#adba9f #9fadba #ba9fad

Analogous Colors of #adba9f

#adba9f #a0ba9f #baba9f

Monochromatic Colors of #adba9f

#adba9f

Complementary Color

#adba9f #ac9fba

#adba9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adba9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#adba9f Color CSS Codes

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

#adba9f Text Font Color

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

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


#adba9f Background Color

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

This div background color is #adba9f


#adba9f Border Color

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

This div border color is #adba9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adba9f


Comments

No comments written yet.

Please login to write comment.