Color Hex Logo

#80febd Color Hex

#80FEBD
(128,254,189)
0 Favorites   0 Comments

Color spaces of #80febd

RGB 128254189
HSL0.410.980.75
HSV149°50°100°
CMYK 0.500.000.26   0.00
XYZ53.529279.146960.5997
Yxy79.14690.27700.4095
Hunter Lab88.9645-48.286021.8888
CIE-Lab91.3007-49.594320.4883

#80febd color RGB value is (128,254,189).

#80febd hex color red value is 128, green value is 254 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #80febd hue: 0.41 , saturation: 0.98 and the lightness value of 80febd is 0.75.

The process color (four color CMYK) of #80febd color hex is 0.50, 0.00, 0.26, 0.00. Web safe color of #80febd is #99ffcc. Color #80febd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 11111110 10111101
Octal 200 376 275
Decimal 128 254 189
Hex 80 FE BD

RGB Percentages of Color #80febd

%22.42
%44.48
%33.10

CMYK Percentages of Color #80febd

%50
%0
%26
%0

Triadic Colors of #80febd

#80febd #bd80fe #febd80

Analogous Colors of #80febd

#80febd #80fefc #82fe80

Monochromatic Colors of #80febd

#80febd

Complementary Color

#80febd #fe80c1

#80febd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80febd Color Preview on White Background

Lorem ipsum dolor sit amet.

#80febd Color CSS Codes

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

#80febd Text Font Color

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

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


#80febd Background Color

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

This div background color is #80febd


#80febd Border Color

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

This div border color is #80febd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80febd

Related Colors


Comments

No comments written yet.

Please login to write comment.