Color Hex Logo

#50dfcb Color Hex

#50DFCB
(80,223,203)
0 Favorites   0 Comments

Color spaces of #50dfcb

RGB 80223203
HSL0.480.690.59
HSV172°64°87°
CMYK 0.640.000.09   0.13
XYZ40.475458.792665.7147
Yxy58.79260.24530.3564
Hunter Lab76.6763-39.95822.8595
CIE-Lab81.1775-42.6954-1.4698

#50dfcb color RGB value is (80,223,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 11011111 11001011
Octal 120 337 313
Decimal 80 223 203
Hex 50 DF CB

RGB Percentages of Color #50dfcb

%15.81
%44.07
%40.12

CMYK Percentages of Color #50dfcb

%64
%0
%9
%13

Triadic Colors of #50dfcb

#50dfcb #cb50df #dfcb50

Analogous Colors of #50dfcb

#50dfcb #50acdf #50df84

Monochromatic Colors of #50dfcb

#50dfcb

Complementary Color

#50dfcb #df5064

#50dfcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50dfcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#50dfcb Color CSS Codes

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

#50dfcb Text Font Color

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

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


#50dfcb Background Color

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

This div background color is #50dfcb


#50dfcb Border Color

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

This div border color is #50dfcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50dfcb


Comments

No comments written yet.

Please login to write comment.