Color Hex Logo

#80bcaa Color Hex

#80BCAA
(128,188,170)
0 Favorites   0 Comments

Color spaces of #80bcaa

RGB 128188170
HSL0.450.310.62
HSV162°32°74°
CMYK 0.320.000.10   0.26
XYZ34.141043.457944.6190
Yxy43.45790.27930.3556
Hunter Lab65.9226-22.92036.0160
CIE-Lab71.8647-23.30092.9372

#80bcaa color RGB value is (128,188,170).

#80bcaa hex color red value is 128, green value is 188 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #80bcaa hue: 0.45 , saturation: 0.31 and the lightness value of 80bcaa is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 10111100 10101010
Octal 200 274 252
Decimal 128 188 170
Hex 80 BC AA

RGB Percentages of Color #80bcaa

%26.34
%38.68
%34.98

CMYK Percentages of Color #80bcaa

%32
%0
%10
%26

Triadic Colors of #80bcaa

#80bcaa #aa80bc #bcaa80

Analogous Colors of #80bcaa

#80bcaa #80b0bc #80bc8c

Monochromatic Colors of #80bcaa

#80bcaa

Complementary Color

#80bcaa #bc8092

#80bcaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80bcaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#80bcaa Color CSS Codes

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

#80bcaa Text Font Color

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

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


#80bcaa Background Color

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

This div background color is #80bcaa


#80bcaa Border Color

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

This div border color is #80bcaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80bcaa


Comments

No comments written yet.

Please login to write comment.