Color Hex Logo

#50fbaf Color Hex

#50FBAF
(80,251,175)
0 Favorites   0 Comments

Color spaces of #50fbaf

RGB 80251175
HSL0.430.960.65
HSV153°68°98°
CMYK 0.680.000.30   0.02
XYZ45.543373.795052.4009
Yxy73.79500.26520.4297
Hunter Lab85.9040-55.697623.9663
CIE-Lab88.8255-60.574224.0022

#50fbaf color RGB value is (80,251,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 11111011 10101111
Octal 120 373 257
Decimal 80 251 175
Hex 50 FB AF

RGB Percentages of Color #50fbaf

%15.81
%49.60
%34.58

CMYK Percentages of Color #50fbaf

%68
%0
%30
%2

Triadic Colors of #50fbaf

#50fbaf #af50fb #fbaf50

Analogous Colors of #50fbaf

#50fbaf #50f2fb #50fb5a

Monochromatic Colors of #50fbaf

#50fbaf

Complementary Color

#50fbaf #fb509c

#50fbaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50fbaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#50fbaf Color CSS Codes

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

#50fbaf Text Font Color

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

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


#50fbaf Background Color

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

This div background color is #50fbaf


#50fbaf Border Color

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

This div border color is #50fbaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50fbaf


Comments

No comments written yet.

Please login to write comment.