Color Hex Logo

#50cefd Color Hex

#50CEFD
(80,206,253)
0 Favorites   0 Comments

Color spaces of #50cefd

RGB 80206253
HSL0.550.980.65
HSV196°68°99°
CMYK 0.680.190.00   0.01
XYZ43.109252.9399100.8748
Yxy52.93990.21890.2688
Hunter Lab72.7598-21.5708-31.2683
CIE-Lab77.8395-20.3191-33.1791

#50cefd color RGB value is (80,206,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 11001110 11111101
Octal 120 316 375
Decimal 80 206 253
Hex 50 CE FD

RGB Percentages of Color #50cefd

%14.84
%38.22
%46.94

CMYK Percentages of Color #50cefd

%68
%19
%0
%1

Triadic Colors of #50cefd

#50cefd #fd50ce #cefd50

Analogous Colors of #50cefd

#50cefd #5078fd #50fdd6

Monochromatic Colors of #50cefd

#50cefd

Complementary Color

#50cefd #fd7f50

#50cefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50cefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#50cefd Color CSS Codes

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

#50cefd Text Font Color

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

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


#50cefd Background Color

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

This div background color is #50cefd


#50cefd Border Color

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

This div border color is #50cefd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,206,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 #50cefd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50cefd


Comments

No comments written yet.

Please login to write comment.