Color Hex Logo

#80dfbc Color Hex

#80DFBC
(128,223,188)
0 Favorites   0 Comments

Color spaces of #80dfbc

RGB 128223188
HSL0.440.600.69
HSV158°43°87°
CMYK 0.430.000.16   0.13
XYZ44.366960.995457.0119
Yxy60.99540.27320.3756
Hunter Lab78.0996-35.271711.3886
CIE-Lab82.3763-36.17398.4142

#80dfbc color RGB value is (128,223,188).

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

The process color (four color CMYK) of #80dfbc color hex is 0.43, 0.00, 0.16, 0.13. Web safe color of #80dfbc is #99cccc. Color #80dfbc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 11011111 10111100
Octal 200 337 274
Decimal 128 223 188
Hex 80 DF BC

RGB Percentages of Color #80dfbc

%23.75
%41.37
%34.88

CMYK Percentages of Color #80dfbc

%43
%0
%16
%13

Triadic Colors of #80dfbc

#80dfbc #bc80df #dfbc80

Analogous Colors of #80dfbc

#80dfbc #80d3df #80df8d

Monochromatic Colors of #80dfbc

#80dfbc

Complementary Color

#80dfbc #df80a3

#80dfbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80dfbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#80dfbc Color CSS Codes

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

#80dfbc Text Font Color

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

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


#80dfbc Background Color

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

This div background color is #80dfbc


#80dfbc Border Color

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

This div border color is #80dfbc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,223,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 #80dfbc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80dfbc


Comments

No comments written yet.

Please login to write comment.