Color Hex Logo

#80ccbc Color Hex

#80CCBC
(128,204,188)
0 Favorites   0 Comments

Color spaces of #80ccbc

RGB 128204188
HSL0.460.430.65
HSV167°37°80°
CMYK 0.370.000.08   0.20
XYZ39.572151.405855.4136
Yxy51.40580.27030.3512
Hunter Lab71.6978-26.95194.3646
CIE-Lab76.9242-27.18170.5347

#80ccbc color RGB value is (128,204,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 11001100 10111100
Octal 200 314 274
Decimal 128 204 188
Hex 80 CC BC

RGB Percentages of Color #80ccbc

%24.62
%39.23
%36.15

CMYK Percentages of Color #80ccbc

%37
%0
%8
%20

Triadic Colors of #80ccbc

#80ccbc #bc80cc #ccbc80

Analogous Colors of #80ccbc

#80ccbc #80b6cc #80cc96

Monochromatic Colors of #80ccbc

#80ccbc

Complementary Color

#80ccbc #cc8090

#80ccbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80ccbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#80ccbc Color CSS Codes

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

#80ccbc Text Font Color

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

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


#80ccbc Background Color

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

This div background color is #80ccbc


#80ccbc Border Color

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

This div border color is #80ccbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80ccbc


Comments

No comments written yet.

Please login to write comment.