Color Hex Logo

#80cfab Color Hex

#80CFAB
(128,207,171)
0 Favorites   0 Comments

Color spaces of #80cfab

RGB 128207171
HSL0.420.450.66
HSV153°38°81°
CMYK 0.380.000.17   0.19
XYZ38.565652.155146.5624
Yxy52.15510.28090.3799
Hunter Lab72.2185-31.061112.3261
CIE-Lab77.3735-32.311010.3090

#80cfab color RGB value is (128,207,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 11001111 10101011
Octal 200 317 253
Decimal 128 207 171
Hex 80 CF AB

RGB Percentages of Color #80cfab

%25.30
%40.91
%33.79

CMYK Percentages of Color #80cfab

%38
%0
%17
%19

Triadic Colors of #80cfab

#80cfab #ab80cf #cfab80

Analogous Colors of #80cfab

#80cfab #80cccf #80cf84

Monochromatic Colors of #80cfab

#80cfab

Complementary Color

#80cfab #cf80a4

#80cfab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80cfab Color Preview on White Background

Lorem ipsum dolor sit amet.

#80cfab Color CSS Codes

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

#80cfab Text Font Color

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

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


#80cfab Background Color

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

This div background color is #80cfab


#80cfab Border Color

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

This div border color is #80cfab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80cfab


Comments

No comments written yet.

Please login to write comment.