Color Hex Logo

#50dbdb Color Hex

#50DBDB
(80,219,219)
0 Favorites   0 Comments

Color spaces of #50dbdb

RGB 80219219
HSL0.500.660.59
HSV180°63°86°
CMYK 0.630.000.00   0.14
XYZ41.426057.483075.9298
Yxy57.48300.23690.3288
Hunter Lab75.8175-35.1500-6.3055
CIE-Lab80.4505-36.6398-11.0627

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

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

The process color (four color CMYK) of #50dbdb color hex is 0.63, 0.00, 0.00, 0.14. Web safe color of #50dbdb is #66cccc. Color #50dbdb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 11011011 11011011
Octal 120 333 333
Decimal 80 219 219
Hex 50 DB DB

RGB Percentages of Color #50dbdb

%15.44
%42.28
%42.28

CMYK Percentages of Color #50dbdb

%63
%0
%0
%14

Triadic Colors of #50dbdb

#50dbdb #db50db #dbdb50

Analogous Colors of #50dbdb

#50dbdb #5096db #50db96

Monochromatic Colors of #50dbdb

#50dbdb

Complementary Color

#50dbdb #db5050

#50dbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50dbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#50dbdb Color CSS Codes

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

#50dbdb Text Font Color

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

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


#50dbdb Background Color

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

This div background color is #50dbdb


#50dbdb Border Color

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

This div border color is #50dbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50dbdb


Comments

No comments written yet.

Please login to write comment.