Color Hex Logo

#50dbc4 Color Hex

#50DBC4
(80,219,196)
0 Favorites   0 Comments

Color spaces of #50dbc4

RGB 80219196
HSL0.470.660.59
HSV170°63°86°
CMYK 0.630.000.11   0.14
XYZ38.603656.354061.0673
Yxy56.35400.24740.3612
Hunter Lab75.0693-39.57954.3173
CIE-Lab79.8149-42.71270.2630

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 11011011 11000100
Octal 120 333 304
Decimal 80 219 196
Hex 50 DB C4

RGB Percentages of Color #50dbc4

%16.16
%44.24
%39.60

CMYK Percentages of Color #50dbc4

%63
%0
%11
%14

Triadic Colors of #50dbc4

#50dbc4 #c450db #dbc450

Analogous Colors of #50dbc4

#50dbc4 #50addb #50db7f

Monochromatic Colors of #50dbc4

#50dbc4

Complementary Color

#50dbc4 #db5067

#50dbc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50dbc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#50dbc4 Color CSS Codes

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

#50dbc4 Text Font Color

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

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


#50dbc4 Background Color

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

This div background color is #50dbc4


#50dbc4 Border Color

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

This div border color is #50dbc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50dbc4


Comments

No comments written yet.

Please login to write comment.