Color Hex Logo

#50dadc Color Hex

#50DADC
(80,218,220)
0 Favorites   0 Comments

Color spaces of #50dadc

RGB 80218220
HSL0.500.670.59
HSV181°64°86°
CMYK 0.640.010.00   0.14
XYZ41.297957.015676.5386
Yxy57.01560.23620.3261
Hunter Lab75.5087-34.5133-7.2426
CIE-Lab80.1884-35.9011-11.9874

#50dadc color RGB value is (80,218,220).

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

The process color (four color CMYK) of #50dadc color hex is 0.64, 0.01, 0.00, 0.14. Web safe color of #50dadc is #66cccc. Color #50dadc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 11011010 11011100
Octal 120 332 334
Decimal 80 218 220
Hex 50 DA DC

RGB Percentages of Color #50dadc

%15.44
%42.08
%42.47

CMYK Percentages of Color #50dadc

%64
%1
%0
%14

Triadic Colors of #50dadc

#50dadc #dc50da #dadc50

Analogous Colors of #50dadc

#50dadc #5094dc #50dc98

Monochromatic Colors of #50dadc

#50dadc

Complementary Color

#50dadc #dc5250

#50dadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50dadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#50dadc Color CSS Codes

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

#50dadc Text Font Color

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

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


#50dadc Background Color

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

This div background color is #50dadc


#50dadc Border Color

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

This div border color is #50dadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50dadc


Comments

No comments written yet.

Please login to write comment.