Color Hex Logo

#80ffcc Color Hex

#80FFCC
(128,255,204)
2 Favorites   0 Comments

Color spaces of #80ffcc

RGB 128255204
HSL0.431.000.75
HSV156°50°100°
CMYK 0.500.000.20   0.00
XYZ55.561280.468869.7304
Yxy80.46880.27000.3911
Hunter Lab89.7044-46.423216.7049
CIE-Lab91.8948-46.995013.6334

#80ffcc color RGB value is (128,255,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 11111111 11001100
Octal 200 377 314
Decimal 128 255 204
Hex 80 FF CC

RGB Percentages of Color #80ffcc

%21.81
%43.44
%34.75

CMYK Percentages of Color #80ffcc

%50
%0
%20
%0

Triadic Colors of #80ffcc

#80ffcc #cc80ff #ffcc80

Analogous Colors of #80ffcc

#80ffcc #80f3ff #80ff8d

Monochromatic Colors of #80ffcc

#80ffcc

Complementary Color

#80ffcc #ff80b3

#80ffcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80ffcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#80ffcc Color CSS Codes

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

#80ffcc Text Font Color

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

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


#80ffcc Background Color

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

This div background color is #80ffcc


#80ffcc Border Color

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

This div border color is #80ffcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80ffcc

Related Colors

#80ffcc Color Palettes


Comments

No comments written yet.

Please login to write comment.