Color Hex Logo

#80cccb Color Hex

#80CCCB
(128,204,203)
0 Favorites   0 Comments

Color spaces of #80cccb

RGB 128204203
HSL0.500.430.65
HSV179°37°80°
CMYK 0.370.000.00   0.20
XYZ41.274452.086764.3783
Yxy52.08670.26170.3302
Hunter Lab72.1711-24.2159-2.3683
CIE-Lab77.3327-23.6638-6.9452

#80cccb color RGB value is (128,204,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 11001100 11001011
Octal 200 314 313
Decimal 128 204 203
Hex 80 CC CB

RGB Percentages of Color #80cccb

%23.93
%38.13
%37.94

CMYK Percentages of Color #80cccb

%37
%0
%0
%20

Triadic Colors of #80cccb

#80cccb #cb80cc #cccb80

Analogous Colors of #80cccb

#80cccb #80a7cc #80cca5

Monochromatic Colors of #80cccb

#80cccb

Complementary Color

#80cccb #cc8081

#80cccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80cccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#80cccb Color CSS Codes

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

#80cccb Text Font Color

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

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


#80cccb Background Color

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

This div background color is #80cccb


#80cccb Border Color

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

This div border color is #80cccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80cccb


Comments

No comments written yet.

Please login to write comment.