Color Hex Logo

#80fccb Color Hex

#80FCCB
(128,252,203)
0 Favorites   0 Comments

Color spaces of #80fccb

RGB 128252203
HSL0.430.950.75
HSV156°49°99°
CMYK 0.490.000.19   0.01
XYZ54.492078.521868.7841
Yxy78.52180.27000.3891
Hunter Lab88.6125-45.303916.0058
CIE-Lab91.0175-45.912612.9042

#80fccb color RGB value is (128,252,203).

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

The process color (four color CMYK) of #80fccb color hex is 0.49, 0.00, 0.19, 0.01. Web safe color of #80fccb is #99ffcc. Color #80fccb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 11111100 11001011
Octal 200 374 313
Decimal 128 252 203
Hex 80 FC CB

RGB Percentages of Color #80fccb

%21.96
%43.22
%34.82

CMYK Percentages of Color #80fccb

%49
%0
%19
%1

Triadic Colors of #80fccb

#80fccb #cb80fc #fccb80

Analogous Colors of #80fccb

#80fccb #80effc #80fc8d

Monochromatic Colors of #80fccb

#80fccb

Complementary Color

#80fccb #fc80b1

#80fccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80fccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#80fccb Color CSS Codes

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

#80fccb Text Font Color

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

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


#80fccb Background Color

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

This div background color is #80fccb


#80fccb Border Color

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

This div border color is #80fccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80fccb


Comments

No comments written yet.

Please login to write comment.