Color Hex Logo

#50ddbf Color Hex

#50DDBF
(80,221,191)
0 Favorites   0 Comments

Color spaces of #50ddbf

RGB 80221191
HSL0.460.670.59
HSV167°64°87°
CMYK 0.640.000.14   0.13
XYZ38.568757.180058.2943
Yxy57.18000.25040.3712
Hunter Lab75.6175-41.28667.2249
CIE-Lab80.2807-44.83233.6015

#50ddbf color RGB value is (80,221,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 11011101 10111111
Octal 120 335 277
Decimal 80 221 191
Hex 50 DD BF

RGB Percentages of Color #50ddbf

%16.26
%44.92
%38.82

CMYK Percentages of Color #50ddbf

%64
%0
%14
%13

Triadic Colors of #50ddbf

#50ddbf #bf50dd #ddbf50

Analogous Colors of #50ddbf

#50ddbf #50b5dd #50dd79

Monochromatic Colors of #50ddbf

#50ddbf

Complementary Color

#50ddbf #dd506e

#50ddbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50ddbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#50ddbf Color CSS Codes

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

#50ddbf Text Font Color

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

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


#50ddbf Background Color

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

This div background color is #50ddbf


#50ddbf Border Color

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

This div border color is #50ddbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50ddbf


Comments

No comments written yet.

Please login to write comment.