Color Hex Logo

#50dfdf Color Hex

#50DFDF
(80,223,223)
0 Favorites   0 Comments

Color spaces of #50dfdf

RGB 80223223
HSL0.500.690.59
HSV180°64°87°
CMYK 0.640.000.00   0.13
XYZ43.015259.808579.0891
Yxy59.80850.23650.3288
Hunter Lab77.3360-36.0540-6.4989
CIE-Lab81.7340-37.3851-11.2762

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 11011111 11011111
Octal 120 337 337
Decimal 80 223 223
Hex 50 DF DF

RGB Percentages of Color #50dfdf

%15.21
%42.40
%42.40

CMYK Percentages of Color #50dfdf

%64
%0
%0
%13

Triadic Colors of #50dfdf

#50dfdf #df50df #dfdf50

Analogous Colors of #50dfdf

#50dfdf #5098df #50df98

Monochromatic Colors of #50dfdf

#50dfdf

Complementary Color

#50dfdf #df5050

#50dfdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50dfdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#50dfdf Color CSS Codes

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

#50dfdf Text Font Color

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

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


#50dfdf Background Color

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

This div background color is #50dfdf


#50dfdf Border Color

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

This div border color is #50dfdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50dfdf


Comments

No comments written yet.

Please login to write comment.