Color Hex Logo

#89ba86 Color Hex

#89BA86
(137,186,134)
0 Favorites   0 Comments

Color spaces of #89ba86

RGB 137186134
HSL0.320.270.63
HSV117°28°73°
CMYK 0.260.000.28   0.27
XYZ32.178542.157428.9955
Yxy42.15740.31140.4080
Hunter Lab64.9287-25.161218.9727
CIE-Lab70.9793-26.429821.2915

#89ba86 color RGB value is (137,186,134).

#89ba86 hex color red value is 137, green value is 186 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #89ba86 hue: 0.32 , saturation: 0.27 and the lightness value of 89ba86 is 0.63.

The process color (four color CMYK) of #89ba86 color hex is 0.26, 0.00, 0.28, 0.27. Web safe color of #89ba86 is #99cc99. Color #89ba86 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10111010 10000110
Octal 211 272 206
Decimal 137 186 134
Hex 89 BA 86

RGB Percentages of Color #89ba86

%29.98
%40.70
%29.32

CMYK Percentages of Color #89ba86

%26
%0
%28
%27

Triadic Colors of #89ba86

#89ba86 #8689ba #ba8689

Analogous Colors of #89ba86

#89ba86 #86ba9d #a3ba86

Monochromatic Colors of #89ba86

#89ba86

Complementary Color

#89ba86 #b786ba

#89ba86 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89ba86 Color Preview on White Background

Lorem ipsum dolor sit amet.

#89ba86 Color CSS Codes

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

#89ba86 Text Font Color

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

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


#89ba86 Background Color

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

This div background color is #89ba86


#89ba86 Border Color

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

This div border color is #89ba86


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,186,134, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #89ba86; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #89ba86;
  -webkit-box-shadow: 1px 1px 3px 2px #89ba86;
  box-shadow:         1px 1px 3px 2px #89ba86; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89ba86


Comments

No comments written yet.

Please login to write comment.