Color Hex Logo

#80dcaf Color Hex

#80DCAF
(128,220,175)
0 Favorites   0 Comments

Color spaces of #80dcaf

RGB 128220175
HSL0.420.570.68
HSV151°42°86°
CMYK 0.420.000.20   0.14
XYZ42.233258.870749.6947
Yxy58.87070.28010.3904
Hunter Lab76.7272-36.020415.3081
CIE-Lab81.2205-37.512213.6359

#80dcaf color RGB value is (128,220,175).

#80dcaf hex color red value is 128, green value is 220 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #80dcaf hue: 0.42 , saturation: 0.57 and the lightness value of 80dcaf is 0.68.

The process color (four color CMYK) of #80dcaf color hex is 0.42, 0.00, 0.20, 0.14. Web safe color of #80dcaf is #99cc99. Color #80dcaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 11011100 10101111
Octal 200 334 257
Decimal 128 220 175
Hex 80 DC AF

RGB Percentages of Color #80dcaf

%24.47
%42.07
%33.46

CMYK Percentages of Color #80dcaf

%42
%0
%20
%14

Triadic Colors of #80dcaf

#80dcaf #af80dc #dcaf80

Analogous Colors of #80dcaf

#80dcaf #80dbdc #80dc81

Monochromatic Colors of #80dcaf

#80dcaf

Complementary Color

#80dcaf #dc80ad

#80dcaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80dcaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#80dcaf Color CSS Codes

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

#80dcaf Text Font Color

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

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


#80dcaf Background Color

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

This div background color is #80dcaf


#80dcaf Border Color

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

This div border color is #80dcaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80dcaf


Comments

No comments written yet.

Please login to write comment.