Color Hex Logo

#adba5b Color Hex

#ADBA5B
(173,186,91)
0 Favorites   0 Comments

Color spaces of #adba5b

RGB 17318691
HSL0.190.410.54
HSV68°51°73°
CMYK 0.070.000.51   0.27
XYZ36.680844.757416.6033
Yxy44.75740.37410.4565
Hunter Lab66.9010-19.207832.1163
CIE-Lab72.7319-18.435246.1359

#adba5b color RGB value is (173,186,91).

#adba5b hex color red value is 173, green value is 186 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #adba5b hue: 0.19 , saturation: 0.41 and the lightness value of adba5b is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111010 01011011
Octal 255 272 133
Decimal 173 186 91
Hex AD BA 5B

RGB Percentages of Color #adba5b

%38.44
%41.33
%20.22

CMYK Percentages of Color #adba5b

%7
%0
%51
%27

Triadic Colors of #adba5b

#adba5b #5badba #ba5bad

Analogous Colors of #adba5b

#adba5b #7eba5b #ba985b

Monochromatic Colors of #adba5b

#adba5b

Complementary Color

#adba5b #685bba

#adba5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adba5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#adba5b Color CSS Codes

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

#adba5b Text Font Color

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

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


#adba5b Background Color

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

This div background color is #adba5b


#adba5b Border Color

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

This div border color is #adba5b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adba5b


Comments

No comments written yet.

Please login to write comment.