Color Hex Logo

#80ceab Color Hex

#80CEAB
(128,206,171)
0 Favorites   0 Comments

Color spaces of #80ceab

RGB 128206171
HSL0.430.440.65
HSV153°38°81°
CMYK 0.380.000.17   0.19
XYZ38.324151.672146.4819
Yxy51.67210.28080.3786
Hunter Lab71.8833-30.629711.9796
CIE-Lab77.0844-31.83909.8973

#80ceab color RGB value is (128,206,171).

#80ceab hex color red value is 128, green value is 206 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #80ceab hue: 0.43 , saturation: 0.44 and the lightness value of 80ceab is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 11001110 10101011
Octal 200 316 253
Decimal 128 206 171
Hex 80 CE AB

RGB Percentages of Color #80ceab

%25.35
%40.79
%33.86

CMYK Percentages of Color #80ceab

%38
%0
%17
%19

Triadic Colors of #80ceab

#80ceab #ab80ce #ceab80

Analogous Colors of #80ceab

#80ceab #80cace #80ce84

Monochromatic Colors of #80ceab

#80ceab

Complementary Color

#80ceab #ce80a3

#80ceab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80ceab Color Preview on White Background

Lorem ipsum dolor sit amet.

#80ceab Color CSS Codes

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

#80ceab Text Font Color

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

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


#80ceab Background Color

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

This div background color is #80ceab


#80ceab Border Color

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

This div border color is #80ceab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80ceab


Comments

No comments written yet.

Please login to write comment.