Color Hex Logo

#50febf Color Hex

#50FEBF
(80,254,191)
0 Favorites   0 Comments

Color spaces of #50febf

RGB 80254191
HSL0.440.990.65
HSV158°69°100°
CMYK 0.690.000.25   0.00
XYZ48.154076.350761.4894
Yxy76.35070.25890.4105
Hunter Lab87.3789-54.542719.4423
CIE-Lab90.0219-58.393517.4823

#50febf color RGB value is (80,254,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 11111110 10111111
Octal 120 376 277
Decimal 80 254 191
Hex 50 FE BF

RGB Percentages of Color #50febf

%15.24
%48.38
%36.38

CMYK Percentages of Color #50febf

%69
%0
%25
%0

Triadic Colors of #50febf

#50febf #bf50fe #febf50

Analogous Colors of #50febf

#50febf #50e6fe #50fe68

Monochromatic Colors of #50febf

#50febf

Complementary Color

#50febf #fe508f

#50febf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50febf Color Preview on White Background

Lorem ipsum dolor sit amet.

#50febf Color CSS Codes

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

#50febf Text Font Color

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

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


#50febf Background Color

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

This div background color is #50febf


#50febf Border Color

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

This div border color is #50febf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50febf

Related Colors


Comments

No comments written yet.

Please login to write comment.