Color Hex Logo

#80bba0 Color Hex

#80BBA0
(128,187,160)
0 Favorites   0 Comments

Color spaces of #80bba0

RGB 128187160
HSL0.420.300.62
HSV153°32°73°
CMYK 0.320.000.14   0.27
XYZ33.017642.667939.7532
Yxy42.66790.28600.3696
Hunter Lab65.3207-24.08499.6414
CIE-Lab71.3290-24.93397.6228

#80bba0 color RGB value is (128,187,160).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 10111011 10100000
Octal 200 273 240
Decimal 128 187 160
Hex 80 BB A0

RGB Percentages of Color #80bba0

%26.95
%39.37
%33.68

CMYK Percentages of Color #80bba0

%32
%0
%14
%27

Triadic Colors of #80bba0

#80bba0 #a080bb #bba080

Analogous Colors of #80bba0

#80bba0 #80b9bb #80bb83

Monochromatic Colors of #80bba0

#80bba0

Complementary Color

#80bba0 #bb809b

#80bba0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80bba0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#80bba0 Color CSS Codes

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

#80bba0 Text Font Color

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

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


#80bba0 Background Color

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

This div background color is #80bba0


#80bba0 Border Color

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

This div border color is #80bba0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80bba0


Comments

No comments written yet.

Please login to write comment.