Color Hex Logo

#50fbbc Color Hex

#50FBBC
(80,251,188)
0 Favorites   0 Comments

Color spaces of #50fbbc

RGB 80251188
HSL0.440.960.65
HSV158°68°98°
CMYK 0.680.000.25   0.02
XYZ46.882574.330759.4532
Yxy74.33070.25950.4114
Hunter Lab86.2153-53.811219.4649
CIE-Lab89.0785-57.866817.7010

#50fbbc color RGB value is (80,251,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 11111011 10111100
Octal 120 373 274
Decimal 80 251 188
Hex 50 FB BC

RGB Percentages of Color #50fbbc

%15.41
%48.36
%36.22

CMYK Percentages of Color #50fbbc

%68
%0
%25
%2

Triadic Colors of #50fbbc

#50fbbc #bc50fb #fbbc50

Analogous Colors of #50fbbc

#50fbbc #50e5fb #50fb67

Monochromatic Colors of #50fbbc

#50fbbc

Complementary Color

#50fbbc #fb508f

#50fbbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50fbbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#50fbbc Color CSS Codes

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

#50fbbc Text Font Color

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

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


#50fbbc Background Color

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

This div background color is #50fbbc


#50fbbc Border Color

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

This div border color is #50fbbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50fbbc


Comments

No comments written yet.

Please login to write comment.