Color Hex Logo

#80ba89 Color Hex

#80BA89
(128,186,137)
0 Favorites   0 Comments

Color spaces of #80ba89

RGB 128186137
HSL0.360.300.62
HSV129°31°73°
CMYK 0.310.000.26   0.27
XYZ30.976341.513130.0471
Yxy41.51310.30210.4049
Hunter Lab64.4307-26.936317.4517
CIE-Lab70.5339-28.905018.9865

#80ba89 color RGB value is (128,186,137).

#80ba89 hex color red value is 128, green value is 186 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #80ba89 hue: 0.36 , saturation: 0.30 and the lightness value of 80ba89 is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 10111010 10001001
Octal 200 272 211
Decimal 128 186 137
Hex 80 BA 89

RGB Percentages of Color #80ba89

%28.38
%41.24
%30.38

CMYK Percentages of Color #80ba89

%31
%0
%26
%27

Triadic Colors of #80ba89

#80ba89 #8980ba #ba8980

Analogous Colors of #80ba89

#80ba89 #80baa6 #94ba80

Monochromatic Colors of #80ba89

#80ba89

Complementary Color

#80ba89 #ba80b1

#80ba89 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80ba89 Color Preview on White Background

Lorem ipsum dolor sit amet.

#80ba89 Color CSS Codes

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

#80ba89 Text Font Color

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

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


#80ba89 Background Color

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

This div background color is #80ba89


#80ba89 Border Color

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

This div border color is #80ba89


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80ba89


Comments

No comments written yet.

Please login to write comment.