Color Hex Logo

#adba9b Color Hex

#ADBA9B
(173,186,155)
0 Favorites   0 Comments

Color spaces of #adba9b

RGB 173186155
HSL0.240.180.67
HSV85°17°73°
CMYK 0.070.000.17   0.27
XYZ40.708946.368637.8148
Yxy46.36860.32600.3713
Hunter Lab68.0945-12.452814.7407
CIE-Lab73.7841-10.105414.2179

#adba9b color RGB value is (173,186,155).

#adba9b hex color red value is 173, green value is 186 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #adba9b hue: 0.24 , saturation: 0.18 and the lightness value of adba9b is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111010 10011011
Octal 255 272 233
Decimal 173 186 155
Hex AD BA 9B

RGB Percentages of Color #adba9b

%33.66
%36.19
%30.16

CMYK Percentages of Color #adba9b

%7
%0
%17
%27

Triadic Colors of #adba9b

#adba9b #9badba #ba9bad

Analogous Colors of #adba9b

#adba9b #9eba9b #bab89b

Monochromatic Colors of #adba9b

#adba9b

Complementary Color

#adba9b #a89bba

#adba9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adba9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#adba9b Color CSS Codes

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

#adba9b Text Font Color

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

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


#adba9b Background Color

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

This div background color is #adba9b


#adba9b Border Color

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

This div border color is #adba9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adba9b


Comments

No comments written yet.

Please login to write comment.