Color Hex Logo

#80eccf Color Hex

#80ECCF
(128,236,207)
0 Favorites   0 Comments

Color spaces of #80eccf

RGB 128236207
HSL0.460.740.71
HSV164°46°93°
CMYK 0.460.000.12   0.07
XYZ50.160069.085169.7225
Yxy69.08510.26540.3656
Hunter Lab83.1174-37.73378.4472
CIE-Lab86.5462-37.95204.4182

#80eccf color RGB value is (128,236,207).

#80eccf hex color red value is 128, green value is 236 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #80eccf hue: 0.46 , saturation: 0.74 and the lightness value of 80eccf is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 11101100 11001111
Octal 200 354 317
Decimal 128 236 207
Hex 80 EC CF

RGB Percentages of Color #80eccf

%22.42
%41.33
%36.25

CMYK Percentages of Color #80eccf

%46
%0
%12
%7

Triadic Colors of #80eccf

#80eccf #cf80ec #eccf80

Analogous Colors of #80eccf

#80eccf #80d3ec #80ec99

Monochromatic Colors of #80eccf

#80eccf

Complementary Color

#80eccf #ec809d

#80eccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80eccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#80eccf Color CSS Codes

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

#80eccf Text Font Color

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

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


#80eccf Background Color

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

This div background color is #80eccf


#80eccf Border Color

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

This div border color is #80eccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80eccf


Comments

No comments written yet.

Please login to write comment.