Color Hex Logo

#80c6be Color Hex

#80C6BE
(128,198,190)
0 Favorites   0 Comments

Color spaces of #80c6be

RGB 128198190
HSL0.480.380.64
HSV173°35°78°
CMYK 0.350.000.04   0.22
XYZ38.390448.695156.0909
Yxy48.69510.26810.3401
Hunter Lab69.7819-23.91681.1898
CIE-Lab75.2612-23.7679-2.9803

#80c6be color RGB value is (128,198,190).

#80c6be hex color red value is 128, green value is 198 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #80c6be hue: 0.48 , saturation: 0.38 and the lightness value of 80c6be is 0.64.

The process color (four color CMYK) of #80c6be color hex is 0.35, 0.00, 0.04, 0.22. Web safe color of #80c6be is #99cccc. Color #80c6be contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 11000110 10111110
Octal 200 306 276
Decimal 128 198 190
Hex 80 C6 BE

RGB Percentages of Color #80c6be

%24.81
%38.37
%36.82

CMYK Percentages of Color #80c6be

%35
%0
%4
%22

Triadic Colors of #80c6be

#80c6be #be80c6 #c6be80

Analogous Colors of #80c6be

#80c6be #80abc6 #80c69b

Monochromatic Colors of #80c6be

#80c6be

Complementary Color

#80c6be #c68088

#80c6be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80c6be Color Preview on White Background

Lorem ipsum dolor sit amet.

#80c6be Color CSS Codes

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

#80c6be Text Font Color

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

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


#80c6be Background Color

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

This div background color is #80c6be


#80c6be Border Color

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

This div border color is #80c6be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80c6be


Comments

No comments written yet.

Please login to write comment.