Color Hex Logo

#80cbbc Color Hex

#80CBBC
(128,203,188)
0 Favorites   0 Comments

Color spaces of #80cbbc

RGB 128203188
HSL0.470.420.65
HSV168°37°80°
CMYK 0.370.000.07   0.20
XYZ39.335150.931955.3346
Yxy50.93190.27020.3498
Hunter Lab71.3666-26.50773.9857
CIE-Lab76.6377-26.69390.1168

#80cbbc color RGB value is (128,203,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 11001011 10111100
Octal 200 313 274
Decimal 128 203 188
Hex 80 CB BC

RGB Percentages of Color #80cbbc

%24.66
%39.11
%36.22

CMYK Percentages of Color #80cbbc

%37
%0
%7
%20

Triadic Colors of #80cbbc

#80cbbc #bc80cb #cbbc80

Analogous Colors of #80cbbc

#80cbbc #80b5cb #80cb97

Monochromatic Colors of #80cbbc

#80cbbc

Complementary Color

#80cbbc #cb808f

#80cbbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80cbbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#80cbbc Color CSS Codes

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

#80cbbc Text Font Color

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

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


#80cbbc Background Color

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

This div background color is #80cbbc


#80cbbc Border Color

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

This div border color is #80cbbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80cbbc


Comments

No comments written yet.

Please login to write comment.