Color Hex Logo

#80dfbf Color Hex

#80DFBF
(128,223,191)
0 Favorites   0 Comments

Color spaces of #80dfbf

RGB 128223191
HSL0.440.600.69
HSV160°43°87°
CMYK 0.430.000.14   0.13
XYZ44.693761.126158.7331
Yxy61.12610.27160.3715
Hunter Lab78.1832-34.780410.1881
CIE-Lab82.4465-35.52666.9291

#80dfbf color RGB value is (128,223,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 11011111 10111111
Octal 200 337 277
Decimal 128 223 191
Hex 80 DF BF

RGB Percentages of Color #80dfbf

%23.62
%41.14
%35.24

CMYK Percentages of Color #80dfbf

%43
%0
%14
%13

Triadic Colors of #80dfbf

#80dfbf #bf80df #dfbf80

Analogous Colors of #80dfbf

#80dfbf #80d0df #80df90

Monochromatic Colors of #80dfbf

#80dfbf

Complementary Color

#80dfbf #df80a0

#80dfbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80dfbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#80dfbf Color CSS Codes

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

#80dfbf Text Font Color

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

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


#80dfbf Background Color

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

This div background color is #80dfbf


#80dfbf Border Color

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

This div border color is #80dfbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80dfbf


Comments

No comments written yet.

Please login to write comment.