Color Hex Logo

#50ffba Color Hex

#50FFBA
(80,255,186)
0 Favorites   0 Comments

Color spaces of #50ffba

RGB 80255186
HSL0.431.000.66
HSV156°69°100°
CMYK 0.690.000.27   0.00
XYZ47.931276.770658.7464
Yxy76.77060.26130.4185
Hunter Lab87.6188-55.685921.5806
CIE-Lab90.2159-59.845420.3124

#50ffba color RGB value is (80,255,186).

#50ffba hex color red value is 80, green value is 255 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #50ffba hue: 0.43 , saturation: 1.00 and the lightness value of 50ffba is 0.66.

The process color (four color CMYK) of #50ffba color hex is 0.69, 0.00, 0.27, 0.00. Web safe color of #50ffba is #66ffcc. Color #50ffba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 11111111 10111010
Octal 120 377 272
Decimal 80 255 186
Hex 50 FF BA

RGB Percentages of Color #50ffba

%15.36
%48.94
%35.70

CMYK Percentages of Color #50ffba

%69
%0
%27
%0

Triadic Colors of #50ffba

#50ffba #ba50ff #ffba50

Analogous Colors of #50ffba

#50ffba #50edff #50ff63

Monochromatic Colors of #50ffba

#50ffba

Complementary Color

#50ffba #ff5095

#50ffba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50ffba Color Preview on White Background

Lorem ipsum dolor sit amet.

#50ffba Color CSS Codes

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

#50ffba Text Font Color

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

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


#50ffba Background Color

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

This div background color is #50ffba


#50ffba Border Color

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

This div border color is #50ffba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50ffba


Comments

No comments written yet.

Please login to write comment.