Color Hex Logo

#80edcc Color Hex

#80EDCC
(128,237,204)
0 Favorites   0 Comments

Color spaces of #80edcc

RGB 128237204
HSL0.450.750.72
HSV162°46°93°
CMYK 0.460.000.14   0.07
XYZ50.085469.517267.9051
Yxy69.51720.26710.3707
Hunter Lab83.3770-38.682910.0761
CIE-Lab86.7595-39.07206.2970

#80edcc color RGB value is (128,237,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 11101101 11001100
Octal 200 355 314
Decimal 128 237 204
Hex 80 ED CC

RGB Percentages of Color #80edcc

%22.50
%41.65
%35.85

CMYK Percentages of Color #80edcc

%46
%0
%14
%7

Triadic Colors of #80edcc

#80edcc #cc80ed #edcc80

Analogous Colors of #80edcc

#80edcc #80d8ed #80ed96

Monochromatic Colors of #80edcc

#80edcc

Complementary Color

#80edcc #ed80a1

#80edcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80edcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#80edcc Color CSS Codes

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

#80edcc Text Font Color

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

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


#80edcc Background Color

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

This div background color is #80edcc


#80edcc Border Color

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

This div border color is #80edcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80edcc


Comments

No comments written yet.

Please login to write comment.