Color Hex Logo

#50f2fd Color Hex

#50F2FD
(80,242,253)
0 Favorites   0 Comments

Color spaces of #50f2fd

RGB 80242253
HSL0.510.980.65
HSV184°68°99°
CMYK 0.680.040.00   0.01
XYZ52.790072.3016104.1018
Yxy72.30160.23030.3155
Hunter Lab85.0303-37.9837-13.0669
CIE-Lab88.1136-37.7660-17.5225

#50f2fd color RGB value is (80,242,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 11110010 11111101
Octal 120 362 375
Decimal 80 242 253
Hex 50 F2 FD

RGB Percentages of Color #50f2fd

%13.91
%42.09
%44.00

CMYK Percentages of Color #50f2fd

%68
%4
%0
%1

Triadic Colors of #50f2fd

#50f2fd #fd50f2 #f2fd50

Analogous Colors of #50f2fd

#50f2fd #509cfd #50fdb2

Monochromatic Colors of #50f2fd

#50f2fd

Complementary Color

#50f2fd #fd5b50

#50f2fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50f2fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#50f2fd Color CSS Codes

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

#50f2fd Text Font Color

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

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


#50f2fd Background Color

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

This div background color is #50f2fd


#50f2fd Border Color

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

This div border color is #50f2fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50f2fd


Comments

No comments written yet.

Please login to write comment.