Color Hex Logo

#80dabc Color Hex

#80DABC
(128,218,188)
0 Favorites   0 Comments

Color spaces of #80dabc

RGB 128218188
HSL0.440.550.68
HSV160°41°85°
CMYK 0.410.000.14   0.15
XYZ43.050658.362856.5731
Yxy58.36280.27250.3694
Hunter Lab76.3955-33.10359.5709
CIE-Lab80.9401-33.85786.3527

#80dabc color RGB value is (128,218,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 11011010 10111100
Octal 200 332 274
Decimal 128 218 188
Hex 80 DA BC

RGB Percentages of Color #80dabc

%23.97
%40.82
%35.21

CMYK Percentages of Color #80dabc

%41
%0
%14
%15

Triadic Colors of #80dabc

#80dabc #bc80da #dabc80

Analogous Colors of #80dabc

#80dabc #80cbda #80da8f

Monochromatic Colors of #80dabc

#80dabc

Complementary Color

#80dabc #da809e

#80dabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80dabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#80dabc Color CSS Codes

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

#80dabc Text Font Color

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

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


#80dabc Background Color

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

This div background color is #80dabc


#80dabc Border Color

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

This div border color is #80dabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80dabc


Comments

No comments written yet.

Please login to write comment.