Color Hex Logo

#adba7b Color Hex

#ADBA7B
(173,186,123)
0 Favorites   0 Comments

Color spaces of #adba7b

RGB 173186123
HSL0.200.310.61
HSV72°34°73°
CMYK 0.070.000.34   0.27
XYZ38.367645.432125.4860
Yxy45.43210.35110.4157
Hunter Lab67.4033-16.349424.7641
CIE-Lab73.1755-14.850830.4942

#adba7b color RGB value is (173,186,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111010 01111011
Octal 255 272 173
Decimal 173 186 123
Hex AD BA 7B

RGB Percentages of Color #adba7b

%35.89
%38.59
%25.52

CMYK Percentages of Color #adba7b

%7
%0
%34
%27

Triadic Colors of #adba7b

#adba7b #7badba #ba7bad

Analogous Colors of #adba7b

#adba7b #8eba7b #baa87b

Monochromatic Colors of #adba7b

#adba7b

Complementary Color

#adba7b #887bba

#adba7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adba7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#adba7b Color CSS Codes

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

#adba7b Text Font Color

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

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


#adba7b Background Color

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

This div background color is #adba7b


#adba7b Border Color

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

This div border color is #adba7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adba7b


Comments

No comments written yet.

Please login to write comment.