Color Hex Logo

#adb89e Color Hex

#ADB89E
(173,184,158)
0 Favorites   0 Comments

Color spaces of #adb89e

RGB 173184158
HSL0.240.150.67
HSV85°14°72°
CMYK 0.060.000.14   0.28
XYZ40.545645.633839.0190
Yxy45.63380.32390.3645
Hunter Lab67.5528-11.080613.0406
CIE-Lab73.3073-8.554911.9191

#adb89e color RGB value is (173,184,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111000 10011110
Octal 255 270 236
Decimal 173 184 158
Hex AD B8 9E

RGB Percentages of Color #adb89e

%33.59
%35.73
%30.68

CMYK Percentages of Color #adb89e

%6
%0
%14
%28

Triadic Colors of #adb89e

#adb89e #9eadb8 #b89ead

Analogous Colors of #adb89e

#adb89e #a0b89e #b8b69e

Monochromatic Colors of #adb89e

#adb89e

Complementary Color

#adb89e #a99eb8

#adb89e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb89e Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb89e Color CSS Codes

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

#adb89e Text Font Color

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

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


#adb89e Background Color

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

This div background color is #adb89e


#adb89e Border Color

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

This div border color is #adb89e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb89e


Comments

No comments written yet.

Please login to write comment.