Color Hex Logo

#50effc Color Hex

#50EFFC
(80,239,252)
0 Favorites   0 Comments

Color spaces of #50effc

RGB 80239252
HSL0.510.970.65
HSV185°68°99°
CMYK 0.680.050.00   0.01
XYZ51.745570.4668102.9696
Yxy70.46680.22980.3129
Hunter Lab83.9445-36.8710-13.9663
CIE-Lab87.2253-36.6661-18.3371

#50effc color RGB value is (80,239,252).

#50effc hex color red value is 80, green value is 239 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #50effc hue: 0.51 , saturation: 0.97 and the lightness value of 50effc is 0.65.

The process color (four color CMYK) of #50effc color hex is 0.68, 0.05, 0.00, 0.01. Web safe color of #50effc is #66ffff. Color #50effc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 11101111 11111100
Octal 120 357 374
Decimal 80 239 252
Hex 50 EF FC

RGB Percentages of Color #50effc

%14.01
%41.86
%44.13

CMYK Percentages of Color #50effc

%68
%5
%0
%1

Triadic Colors of #50effc

#50effc #fc50ef #effc50

Analogous Colors of #50effc

#50effc #5099fc #50fcb3

Monochromatic Colors of #50effc

#50effc

Complementary Color

#50effc #fc5d50

#50effc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50effc Color Preview on White Background

Lorem ipsum dolor sit amet.

#50effc Color CSS Codes

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

#50effc Text Font Color

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

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


#50effc Background Color

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

This div background color is #50effc


#50effc Border Color

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

This div border color is #50effc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50effc


Comments

No comments written yet.

Please login to write comment.