Color Hex Logo

#50dfbb Color Hex

#50DFBB
(80,223,187)
0 Favorites   0 Comments

Color spaces of #50dfbb

RGB 80223187
HSL0.460.690.59
HSV165°64°87°
CMYK 0.640.000.16   0.13
XYZ38.665658.068756.1842
Yxy58.06870.25290.3797
Hunter Lab76.2028-42.78349.6276
CIE-Lab80.7770-46.66156.4407

#50dfbb color RGB value is (80,223,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 11011111 10111011
Octal 120 337 273
Decimal 80 223 187
Hex 50 DF BB

RGB Percentages of Color #50dfbb

%16.33
%45.51
%38.16

CMYK Percentages of Color #50dfbb

%64
%0
%16
%13

Triadic Colors of #50dfbb

#50dfbb #bb50df #dfbb50

Analogous Colors of #50dfbb

#50dfbb #50bcdf #50df74

Monochromatic Colors of #50dfbb

#50dfbb

Complementary Color

#50dfbb #df5074

#50dfbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50dfbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#50dfbb Color CSS Codes

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

#50dfbb Text Font Color

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

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


#50dfbb Background Color

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

This div background color is #50dfbb


#50dfbb Border Color

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

This div border color is #50dfbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50dfbb


Comments

No comments written yet.

Please login to write comment.