Color Hex Logo

#80cfaf Color Hex

#80CFAF
(128,207,175)
0 Favorites   0 Comments

Color spaces of #80cfaf

RGB 128207175
HSL0.430.450.66
HSV156°38°81°
CMYK 0.380.000.15   0.19
XYZ38.952852.310048.6013
Yxy52.31000.27850.3740
Hunter Lab72.3257-30.434210.7863
CIE-Lab77.4658-31.47448.3002

#80cfaf color RGB value is (128,207,175).

#80cfaf hex color red value is 128, green value is 207 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #80cfaf hue: 0.43 , saturation: 0.45 and the lightness value of 80cfaf is 0.66.

The process color (four color CMYK) of #80cfaf color hex is 0.38, 0.00, 0.15, 0.19. Web safe color of #80cfaf is #99cc99. Color #80cfaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 11001111 10101111
Octal 200 317 257
Decimal 128 207 175
Hex 80 CF AF

RGB Percentages of Color #80cfaf

%25.10
%40.59
%34.31

CMYK Percentages of Color #80cfaf

%38
%0
%15
%19

Triadic Colors of #80cfaf

#80cfaf #af80cf #cfaf80

Analogous Colors of #80cfaf

#80cfaf #80c8cf #80cf88

Monochromatic Colors of #80cfaf

#80cfaf

Complementary Color

#80cfaf #cf80a0

#80cfaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80cfaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#80cfaf Color CSS Codes

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

#80cfaf Text Font Color

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

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


#80cfaf Background Color

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

This div background color is #80cfaf


#80cfaf Border Color

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

This div border color is #80cfaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80cfaf


Comments

No comments written yet.

Please login to write comment.