Color Hex Logo

#adba8a Color Hex

#ADBA8A
(173,186,138)
0 Favorites   0 Comments

Color spaces of #adba8a

RGB 173186138
HSL0.210.260.64
HSV76°26°73°
CMYK 0.070.000.26   0.27
XYZ39.379945.837030.8166
Yxy45.83700.33940.3950
Hunter Lab67.7030-14.654620.4049
CIE-Lab73.4396-12.767622.8941

#adba8a color RGB value is (173,186,138).

#adba8a hex color red value is 173, green value is 186 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #adba8a hue: 0.21 , saturation: 0.26 and the lightness value of adba8a is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111010 10001010
Octal 255 272 212
Decimal 173 186 138
Hex AD BA 8A

RGB Percentages of Color #adba8a

%34.81
%37.42
%27.77

CMYK Percentages of Color #adba8a

%7
%0
%26
%27

Triadic Colors of #adba8a

#adba8a #8aadba #ba8aad

Analogous Colors of #adba8a

#adba8a #95ba8a #baaf8a

Monochromatic Colors of #adba8a

#adba8a

Complementary Color

#adba8a #978aba

#adba8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adba8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#adba8a Color CSS Codes

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

#adba8a Text Font Color

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

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


#adba8a Background Color

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

This div background color is #adba8a


#adba8a Border Color

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

This div border color is #adba8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adba8a


Comments

No comments written yet.

Please login to write comment.