Color Hex Logo

#80de9b Color Hex

#80DE9B
(128,222,155)
0 Favorites   0 Comments

Color spaces of #80de9b

RGB 128222155
HSL0.380.590.69
HSV137°42°87°
CMYK 0.420.000.30   0.13
XYZ40.939859.198340.2790
Yxy59.19830.29160.4216
Hunter Lab76.9404-39.666422.8195
CIE-Lab81.4005-42.223424.3599

#80de9b color RGB value is (128,222,155).

#80de9b hex color red value is 128, green value is 222 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #80de9b hue: 0.38 , saturation: 0.59 and the lightness value of 80de9b is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 11011110 10011011
Octal 200 336 233
Decimal 128 222 155
Hex 80 DE 9B

RGB Percentages of Color #80de9b

%25.35
%43.96
%30.69

CMYK Percentages of Color #80de9b

%42
%0
%30
%13

Triadic Colors of #80de9b

#80de9b #9b80de #de9b80

Analogous Colors of #80de9b

#80de9b #80deca #94de80

Monochromatic Colors of #80de9b

#80de9b

Complementary Color

#80de9b #de80c3

#80de9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80de9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#80de9b Color CSS Codes

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

#80de9b Text Font Color

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

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


#80de9b Background Color

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

This div background color is #80de9b


#80de9b Border Color

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

This div border color is #80de9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80de9b


Comments

No comments written yet.

Please login to write comment.