Color Hex Logo

#80cbbf Color Hex

#80CBBF
(128,203,191)
0 Favorites   0 Comments

Color spaces of #80cbbf

RGB 128203191
HSL0.470.420.65
HSV170°37°80°
CMYK 0.370.000.06   0.20
XYZ39.662051.062757.0559
Yxy51.06270.26840.3455
Hunter Lab71.4582-25.97752.6805
CIE-Lab76.7170-26.0061-1.3846

#80cbbf color RGB value is (128,203,191).

#80cbbf hex color red value is 128, green value is 203 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #80cbbf hue: 0.47 , saturation: 0.42 and the lightness value of 80cbbf is 0.65.

The process color (four color CMYK) of #80cbbf color hex is 0.37, 0.00, 0.06, 0.20. Web safe color of #80cbbf is #99cccc. Color #80cbbf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 11001011 10111111
Octal 200 313 277
Decimal 128 203 191
Hex 80 CB BF

RGB Percentages of Color #80cbbf

%24.52
%38.89
%36.59

CMYK Percentages of Color #80cbbf

%37
%0
%6
%20

Triadic Colors of #80cbbf

#80cbbf #bf80cb #cbbf80

Analogous Colors of #80cbbf

#80cbbf #80b2cb #80cb9a

Monochromatic Colors of #80cbbf

#80cbbf

Complementary Color

#80cbbf #cb808c

#80cbbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80cbbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#80cbbf Color CSS Codes

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

#80cbbf Text Font Color

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

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


#80cbbf Background Color

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

This div background color is #80cbbf


#80cbbf Border Color

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

This div border color is #80cbbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80cbbf


Comments

No comments written yet.

Please login to write comment.