Color Hex Logo

#80fecc Color Hex

#80FECC
(128,254,204)
0 Favorites   0 Comments

Color spaces of #80fecc

RGB 128254204
HSL0.430.980.75
HSV156°50°100°
CMYK 0.500.000.20   0.00
XYZ55.243079.832469.6243
Yxy79.83240.26990.3900
Hunter Lab89.3490-45.997116.3431
CIE-Lab91.6096-46.565413.2292

#80fecc color RGB value is (128,254,204).

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

The process color (four color CMYK) of #80fecc color hex is 0.50, 0.00, 0.20, 0.00. Web safe color of #80fecc is #99ffcc. Color #80fecc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 11111110 11001100
Octal 200 376 314
Decimal 128 254 204
Hex 80 FE CC

RGB Percentages of Color #80fecc

%21.84
%43.34
%34.81

CMYK Percentages of Color #80fecc

%50
%0
%20
%0

Triadic Colors of #80fecc

#80fecc #cc80fe #fecc80

Analogous Colors of #80fecc

#80fecc #80f1fe #80fe8d

Monochromatic Colors of #80fecc

#80fecc

Complementary Color

#80fecc #fe80b2

#80fecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80fecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#80fecc Color CSS Codes

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

#80fecc Text Font Color

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

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


#80fecc Background Color

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

This div background color is #80fecc


#80fecc Border Color

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

This div border color is #80fecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80fecc

Related Colors


Comments

No comments written yet.

Please login to write comment.