Color Hex Logo

#80cbbb Color Hex

#80CBBB
(128,203,187)
0 Favorites   0 Comments

Color spaces of #80cbbb

RGB 128203187
HSL0.460.420.65
HSV167°37°80°
CMYK 0.370.000.08   0.20
XYZ39.227750.888954.7687
Yxy50.88890.27080.3512
Hunter Lab71.3365-26.68224.4155
CIE-Lab76.6117-26.92100.6178

#80cbbb color RGB value is (128,203,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 11001011 10111011
Octal 200 313 273
Decimal 128 203 187
Hex 80 CB BB

RGB Percentages of Color #80cbbb

%24.71
%39.19
%36.10

CMYK Percentages of Color #80cbbb

%37
%0
%8
%20

Triadic Colors of #80cbbb

#80cbbb #bb80cb #cbbb80

Analogous Colors of #80cbbb

#80cbbb #80b6cb #80cb96

Monochromatic Colors of #80cbbb

#80cbbb

Complementary Color

#80cbbb #cb8090

#80cbbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80cbbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#80cbbb Color CSS Codes

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

#80cbbb Text Font Color

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

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


#80cbbb Background Color

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

This div background color is #80cbbb


#80cbbb Border Color

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

This div border color is #80cbbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80cbbb


Comments

No comments written yet.

Please login to write comment.