Color Hex Logo

#80ebcc Color Hex

#80EBCC
(128,235,204)
0 Favorites   0 Comments

Color spaces of #80ebcc

RGB 128235204
HSL0.450.730.71
HSV163°46°92°
CMYK 0.460.000.13   0.08
XYZ49.509568.365567.7132
Yxy68.36550.26680.3684
Hunter Lab82.6834-37.81319.3231
CIE-Lab86.1889-38.16625.4743

#80ebcc color RGB value is (128,235,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 11101011 11001100
Octal 200 353 314
Decimal 128 235 204
Hex 80 EB CC

RGB Percentages of Color #80ebcc

%22.57
%41.45
%35.98

CMYK Percentages of Color #80ebcc

%46
%0
%13
%8

Triadic Colors of #80ebcc

#80ebcc #cc80eb #ebcc80

Analogous Colors of #80ebcc

#80ebcc #80d5eb #80eb97

Monochromatic Colors of #80ebcc

#80ebcc

Complementary Color

#80ebcc #eb809f

#80ebcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80ebcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#80ebcc Color CSS Codes

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

#80ebcc Text Font Color

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

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


#80ebcc Background Color

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

This div background color is #80ebcc


#80ebcc Border Color

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

This div border color is #80ebcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80ebcc


Comments

No comments written yet.

Please login to write comment.