Color Hex Logo

#50fcbb Color Hex

#50FCBB
(80,252,187)
0 Favorites   0 Comments

Color spaces of #50fcbb

RGB 80252187
HSL0.440.970.65
HSV157°68°99°
CMYK 0.680.000.26   0.01
XYZ47.088374.914158.9918
Yxy74.91410.26020.4139
Hunter Lab86.5529-54.356420.1768
CIE-Lab89.3527-58.471518.5978

#50fcbb color RGB value is (80,252,187).

#50fcbb hex color red value is 80, green value is 252 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #50fcbb hue: 0.44 , saturation: 0.97 and the lightness value of 50fcbb is 0.65.

The process color (four color CMYK) of #50fcbb color hex is 0.68, 0.00, 0.26, 0.01. Web safe color of #50fcbb is #66ffcc. Color #50fcbb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 11111100 10111011
Octal 120 374 273
Decimal 80 252 187
Hex 50 FC BB

RGB Percentages of Color #50fcbb

%15.41
%48.55
%36.03

CMYK Percentages of Color #50fcbb

%68
%0
%26
%1

Triadic Colors of #50fcbb

#50fcbb #bb50fc #fcbb50

Analogous Colors of #50fcbb

#50fcbb #50e7fc #50fc65

Monochromatic Colors of #50fcbb

#50fcbb

Complementary Color

#50fcbb #fc5091

#50fcbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50fcbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#50fcbb Color CSS Codes

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

#50fcbb Text Font Color

<p style="color:#50fcbb">Text here</p>

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


#50fcbb Background Color

<div style="background-color:#50fcbb">
Div content here</div>

This div background color is #50fcbb


#50fcbb Border Color

<div style="border:3px solid #50fcbb">
Div here</div>

This div border color is #50fcbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50fcbb

Related Colors


Comments

No comments written yet.

Please login to write comment.