Color Hex Logo

#adb89a Color Hex

#ADB89A
(173,184,154)
0 Favorites   0 Comments

Color spaces of #adb89a

RGB 173184154
HSL0.230.170.66
HSV82°16°72°
CMYK 0.060.000.16   0.28
XYZ40.206845.498337.2348
Yxy45.49830.32700.3701
Hunter Lab67.4524-11.642114.4877
CIE-Lab73.2188-9.224813.9657

#adb89a color RGB value is (173,184,154).

#adb89a hex color red value is 173, green value is 184 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #adb89a hue: 0.23 , saturation: 0.17 and the lightness value of adb89a is 0.66.

The process color (four color CMYK) of #adb89a color hex is 0.06, 0.00, 0.16, 0.28. Web safe color of #adb89a is #99cc99. Color #adb89a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111000 10011010
Octal 255 270 232
Decimal 173 184 154
Hex AD B8 9A

RGB Percentages of Color #adb89a

%33.86
%36.01
%30.14

CMYK Percentages of Color #adb89a

%6
%0
%16
%28

Triadic Colors of #adb89a

#adb89a #9aadb8 #b89aad

Analogous Colors of #adb89a

#adb89a #9eb89a #b8b49a

Monochromatic Colors of #adb89a

#adb89a

Complementary Color

#adb89a #a59ab8

#adb89a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb89a Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb89a Color CSS Codes

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

#adb89a Text Font Color

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

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


#adb89a Background Color

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

This div background color is #adb89a


#adb89a Border Color

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

This div border color is #adb89a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb89a


Comments

No comments written yet.

Please login to write comment.