Color Hex Logo

#80fcba Color Hex

#80FCBA
(128,252,186)
0 Favorites   0 Comments

Color spaces of #80fcba

RGB 128252186
HSL0.410.950.75
HSV148°49°99°
CMYK 0.490.000.26   0.01
XYZ52.575477.755258.6916
Yxy77.75520.27810.4114
Hunter Lab88.1789-47.885022.2620
CIE-Lab90.6681-49.334621.1426

#80fcba color RGB value is (128,252,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 11111100 10111010
Octal 200 374 272
Decimal 128 252 186
Hex 80 FC BA

RGB Percentages of Color #80fcba

%22.61
%44.52
%32.86

CMYK Percentages of Color #80fcba

%49
%0
%26
%1

Triadic Colors of #80fcba

#80fcba #ba80fc #fcba80

Analogous Colors of #80fcba

#80fcba #80fcf8 #84fc80

Monochromatic Colors of #80fcba

#80fcba

Complementary Color

#80fcba #fc80c2

#80fcba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80fcba Color Preview on White Background

Lorem ipsum dolor sit amet.

#80fcba Color CSS Codes

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

#80fcba Text Font Color

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

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


#80fcba Background Color

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

This div background color is #80fcba


#80fcba Border Color

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

This div border color is #80fcba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80fcba

Related Colors


Comments

No comments written yet.

Please login to write comment.