Color Hex Logo

#50dacc Color Hex

#50DACC
(80,218,204)
0 Favorites   0 Comments

Color spaces of #50dacc

RGB 80218204
HSL0.480.650.58
HSV174°63°85°
CMYK 0.630.000.06   0.15
XYZ39.278856.207965.9057
Yxy56.20790.24340.3483
Hunter Lab74.9719-37.68230.3602
CIE-Lab79.7320-40.2091-4.1256

#50dacc color RGB value is (80,218,204).

#50dacc hex color red value is 80, green value is 218 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #50dacc hue: 0.48 , saturation: 0.65 and the lightness value of 50dacc is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 11011010 11001100
Octal 120 332 314
Decimal 80 218 204
Hex 50 DA CC

RGB Percentages of Color #50dacc

%15.94
%43.43
%40.64

CMYK Percentages of Color #50dacc

%63
%0
%6
%15

Triadic Colors of #50dacc

#50dacc #cc50da #dacc50

Analogous Colors of #50dacc

#50dacc #50a3da #50da87

Monochromatic Colors of #50dacc

#50dacc

Complementary Color

#50dacc #da505e

#50dacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50dacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#50dacc Color CSS Codes

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

#50dacc Text Font Color

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

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


#50dacc Background Color

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

This div background color is #50dacc


#50dacc Border Color

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

This div border color is #50dacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50dacc


Comments

No comments written yet.

Please login to write comment.