Color Hex Logo

#50dbff Color Hex

#50DBFF
(80,219,255)
0 Favorites   0 Comments

Color spaces of #50dbff

RGB 80219255
HSL0.531.000.66
HSV192°69°100°
CMYK 0.690.140.00   0.00
XYZ46.689859.5885103.6487
Yxy59.58850.22240.2839
Hunter Lab77.1936-27.1248-25.5738
CIE-Lab81.6140-26.2341-28.4424

#50dbff color RGB value is (80,219,255).

#50dbff hex color red value is 80, green value is 219 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #50dbff hue: 0.53 , saturation: 1.00 and the lightness value of 50dbff is 0.66.

The process color (four color CMYK) of #50dbff color hex is 0.69, 0.14, 0.00, 0.00. Web safe color of #50dbff is #66ccff. Color #50dbff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 11011011 11111111
Octal 120 333 377
Decimal 80 219 255
Hex 50 DB FF

RGB Percentages of Color #50dbff

%14.44
%39.53
%46.03

CMYK Percentages of Color #50dbff

%69
%14
%0
%0

Triadic Colors of #50dbff

#50dbff #ff50db #dbff50

Analogous Colors of #50dbff

#50dbff #5084ff #50ffcc

Monochromatic Colors of #50dbff

#50dbff

Complementary Color

#50dbff #ff7450

#50dbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50dbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#50dbff Color CSS Codes

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

#50dbff Text Font Color

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

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


#50dbff Background Color

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

This div background color is #50dbff


#50dbff Border Color

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

This div border color is #50dbff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50dbff


Comments

No comments written yet.

Please login to write comment.