Color Hex Logo

#80efcc Color Hex

#80EFCC
(128,239,204)
0 Favorites   0 Comments

Color spaces of #80efcc

RGB 128239204
HSL0.450.780.72
HSV161°46°94°
CMYK 0.460.000.15   0.06
XYZ50.667770.681868.0992
Yxy70.68180.26740.3731
Hunter Lab84.0725-39.550810.8255
CIE-Lab87.3302-39.97277.1183

#80efcc color RGB value is (128,239,204).

#80efcc hex color red value is 128, green value is 239 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #80efcc hue: 0.45 , saturation: 0.78 and the lightness value of 80efcc is 0.72.

The process color (four color CMYK) of #80efcc color hex is 0.46, 0.00, 0.15, 0.06. Web safe color of #80efcc is #99ffcc. Color #80efcc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 11101111 11001100
Octal 200 357 314
Decimal 128 239 204
Hex 80 EF CC

RGB Percentages of Color #80efcc

%22.42
%41.86
%35.73

CMYK Percentages of Color #80efcc

%46
%0
%15
%6

Triadic Colors of #80efcc

#80efcc #cc80ef #efcc80

Analogous Colors of #80efcc

#80efcc #80dbef #80ef95

Monochromatic Colors of #80efcc

#80efcc

Complementary Color

#80efcc #ef80a3

#80efcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80efcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#80efcc Color CSS Codes

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

#80efcc Text Font Color

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

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


#80efcc Background Color

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

This div background color is #80efcc


#80efcc Border Color

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

This div border color is #80efcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80efcc


Comments

No comments written yet.

Please login to write comment.