Color Hex Logo

#80ceaa Color Hex

#80CEAA
(128,206,170)
0 Favorites   0 Comments

Color spaces of #80ceaa

RGB 128206170
HSL0.420.440.65
HSV152°38°81°
CMYK 0.380.000.17   0.19
XYZ38.229151.634145.9817
Yxy51.63410.28140.3801
Hunter Lab71.8569-30.784412.3597
CIE-Lab77.0615-32.046110.4001

#80ceaa color RGB value is (128,206,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 11001110 10101010
Octal 200 316 252
Decimal 128 206 170
Hex 80 CE AA

RGB Percentages of Color #80ceaa

%25.40
%40.87
%33.73

CMYK Percentages of Color #80ceaa

%38
%0
%17
%19

Triadic Colors of #80ceaa

#80ceaa #aa80ce #ceaa80

Analogous Colors of #80ceaa

#80ceaa #80cbce #80ce83

Monochromatic Colors of #80ceaa

#80ceaa

Complementary Color

#80ceaa #ce80a4

#80ceaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80ceaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#80ceaa Color CSS Codes

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

#80ceaa Text Font Color

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

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


#80ceaa Background Color

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

This div background color is #80ceaa


#80ceaa Border Color

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

This div border color is #80ceaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80ceaa


Comments

No comments written yet.

Please login to write comment.