Color Hex Logo

#80fabd Color Hex

#80FABD
(128,250,189)
0 Favorites   0 Comments

Color spaces of #80fabd

RGB 128250189
HSL0.420.920.74
HSV150°49°98°
CMYK 0.490.000.24   0.02
XYZ52.273076.634560.1810
Yxy76.63450.27640.4053
Hunter Lab87.5411-46.610220.5193
CIE-Lab90.1531-47.903418.8894

#80fabd color RGB value is (128,250,189).

#80fabd hex color red value is 128, green value is 250 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #80fabd hue: 0.42 , saturation: 0.92 and the lightness value of 80fabd is 0.74.

The process color (four color CMYK) of #80fabd color hex is 0.49, 0.00, 0.24, 0.02. Web safe color of #80fabd is #99ffcc. Color #80fabd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 11111010 10111101
Octal 200 372 275
Decimal 128 250 189
Hex 80 FA BD

RGB Percentages of Color #80fabd

%22.57
%44.09
%33.33

CMYK Percentages of Color #80fabd

%49
%0
%24
%2

Triadic Colors of #80fabd

#80fabd #bd80fa #fabd80

Analogous Colors of #80fabd

#80fabd #80fafa #80fa80

Monochromatic Colors of #80fabd

#80fabd

Complementary Color

#80fabd #fa80bd

#80fabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80fabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#80fabd Color CSS Codes

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

#80fabd Text Font Color

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

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


#80fabd Background Color

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

This div background color is #80fabd


#80fabd Border Color

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

This div border color is #80fabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80fabd


Comments

No comments written yet.

Please login to write comment.