Color Hex Logo

#50dfba Color Hex

#50DFBA
(80,223,186)
0 Favorites   0 Comments

Color spaces of #50dfba

RGB 80223186
HSL0.460.690.59
HSV164°64°87°
CMYK 0.640.000.17   0.13
XYZ38.558958.026055.6222
Yxy58.02600.25330.3812
Hunter Lab76.1748-42.951010.0293
CIE-Lab80.7532-46.90046.9365

#50dfba color RGB value is (80,223,186).

#50dfba hex color red value is 80, green value is 223 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #50dfba hue: 0.46 , saturation: 0.69 and the lightness value of 50dfba is 0.59.

The process color (four color CMYK) of #50dfba color hex is 0.64, 0.00, 0.17, 0.13. Web safe color of #50dfba is #66cccc. Color #50dfba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 11011111 10111010
Octal 120 337 272
Decimal 80 223 186
Hex 50 DF BA

RGB Percentages of Color #50dfba

%16.36
%45.60
%38.04

CMYK Percentages of Color #50dfba

%64
%0
%17
%13

Triadic Colors of #50dfba

#50dfba #ba50df #dfba50

Analogous Colors of #50dfba

#50dfba #50bddf #50df73

Monochromatic Colors of #50dfba

#50dfba

Complementary Color

#50dfba #df5075

#50dfba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50dfba Color Preview on White Background

Lorem ipsum dolor sit amet.

#50dfba Color CSS Codes

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

#50dfba Text Font Color

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

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


#50dfba Background Color

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

This div background color is #50dfba


#50dfba Border Color

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

This div border color is #50dfba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50dfba


Comments

No comments written yet.

Please login to write comment.