Color Hex Logo

#50fecf Color Hex

#50FECF
(80,254,207)
0 Favorites   0 Comments

Color spaces of #50fecf

RGB 80254207
HSL0.450.990.65
HSV164°69°100°
CMYK 0.690.000.19   0.00
XYZ50.012677.094171.2762
Yxy77.09410.25210.3886
Hunter Lab87.8032-51.982313.3323
CIE-Lab90.3649-54.80829.7311

#50fecf color RGB value is (80,254,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 11111110 11001111
Octal 120 376 317
Decimal 80 254 207
Hex 50 FE CF

RGB Percentages of Color #50fecf

%14.79
%46.95
%38.26

CMYK Percentages of Color #50fecf

%69
%0
%19
%0

Triadic Colors of #50fecf

#50fecf #cf50fe #fecf50

Analogous Colors of #50fecf

#50fecf #50d6fe #50fe78

Monochromatic Colors of #50fecf

#50fecf

Complementary Color

#50fecf #fe507f

#50fecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50fecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#50fecf Color CSS Codes

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

#50fecf Text Font Color

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

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


#50fecf Background Color

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

This div background color is #50fecf


#50fecf Border Color

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

This div border color is #50fecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50fecf


Comments

No comments written yet.

Please login to write comment.