Color Hex Logo

#80e6c4 Color Hex

#80E6C4
(128,230,196)
0 Favorites   0 Comments

Color spaces of #80e6c4

RGB 128230196
HSL0.440.670.70
HSV160°44°90°
CMYK 0.440.000.15   0.10
XYZ47.162765.168362.3176
Yxy65.16830.27000.3731
Hunter Lab80.7269-36.987810.7396
CIE-Lab84.5704-37.64967.3442

#80e6c4 color RGB value is (128,230,196).

#80e6c4 hex color red value is 128, green value is 230 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #80e6c4 hue: 0.44 , saturation: 0.67 and the lightness value of 80e6c4 is 0.70.

The process color (four color CMYK) of #80e6c4 color hex is 0.44, 0.00, 0.15, 0.10. Web safe color of #80e6c4 is #99ffcc. Color #80e6c4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 11100110 11000100
Octal 200 346 304
Decimal 128 230 196
Hex 80 E6 C4

RGB Percentages of Color #80e6c4

%23.10
%41.52
%35.38

CMYK Percentages of Color #80e6c4

%44
%0
%15
%10

Triadic Colors of #80e6c4

#80e6c4 #c480e6 #e6c480

Analogous Colors of #80e6c4

#80e6c4 #80d5e6 #80e691

Monochromatic Colors of #80e6c4

#80e6c4

Complementary Color

#80e6c4 #e680a2

#80e6c4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80e6c4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#80e6c4 Color CSS Codes

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

#80e6c4 Text Font Color

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

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


#80e6c4 Background Color

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

This div background color is #80e6c4


#80e6c4 Border Color

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

This div border color is #80e6c4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80e6c4


Comments

No comments written yet.

Please login to write comment.