Color Hex Logo

#adba6f Color Hex

#ADBA6F
(173,186,111)
0 Favorites   0 Comments

Color spaces of #adba6f

RGB 173186111
HSL0.200.350.58
HSV70°40°73°
CMYK 0.070.000.40   0.27
XYZ37.661745.149721.7687
Yxy45.14970.36010.4317
Hunter Lab67.1935-17.540127.8273
CIE-Lab72.9904-16.333036.4851

#adba6f color RGB value is (173,186,111).

#adba6f hex color red value is 173, green value is 186 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #adba6f hue: 0.20 , saturation: 0.35 and the lightness value of adba6f is 0.58.

The process color (four color CMYK) of #adba6f color hex is 0.07, 0.00, 0.40, 0.27. Web safe color of #adba6f is #99cc66. Color #adba6f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111010 01101111
Octal 255 272 157
Decimal 173 186 111
Hex AD BA 6F

RGB Percentages of Color #adba6f

%36.81
%39.57
%23.62

CMYK Percentages of Color #adba6f

%7
%0
%40
%27

Triadic Colors of #adba6f

#adba6f #6fadba #ba6fad

Analogous Colors of #adba6f

#adba6f #88ba6f #baa26f

Monochromatic Colors of #adba6f

#adba6f

Complementary Color

#adba6f #7c6fba

#adba6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adba6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#adba6f Color CSS Codes

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

#adba6f Text Font Color

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

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


#adba6f Background Color

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

This div background color is #adba6f


#adba6f Border Color

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

This div border color is #adba6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adba6f


Comments

No comments written yet.

Please login to write comment.