Color Hex Logo

#80dcbb Color Hex

#80DCBB
(128,220,187)
0 Favorites   0 Comments

Color spaces of #80dcbb

RGB 128220187
HSL0.440.570.68
HSV158°42°86°
CMYK 0.420.000.15   0.14
XYZ43.464959.363456.1812
Yxy59.36340.27330.3733
Hunter Lab77.0476-34.136210.7006
CIE-Lab81.4909-35.00437.6745

#80dcbb color RGB value is (128,220,187).

#80dcbb hex color red value is 128, green value is 220 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #80dcbb hue: 0.44 , saturation: 0.57 and the lightness value of 80dcbb is 0.68.

The process color (four color CMYK) of #80dcbb color hex is 0.42, 0.00, 0.15, 0.14. Web safe color of #80dcbb is #99cccc. Color #80dcbb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 11011100 10111011
Octal 200 334 273
Decimal 128 220 187
Hex 80 DC BB

RGB Percentages of Color #80dcbb

%23.93
%41.12
%34.95

CMYK Percentages of Color #80dcbb

%42
%0
%15
%14

Triadic Colors of #80dcbb

#80dcbb #bb80dc #dcbb80

Analogous Colors of #80dcbb

#80dcbb #80cfdc #80dc8d

Monochromatic Colors of #80dcbb

#80dcbb

Complementary Color

#80dcbb #dc80a1

#80dcbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80dcbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#80dcbb Color CSS Codes

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

#80dcbb Text Font Color

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

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


#80dcbb Background Color

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

This div background color is #80dcbb


#80dcbb Border Color

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

This div border color is #80dcbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80dcbb


Comments

No comments written yet.

Please login to write comment.