Color Hex Logo

#50ddf6 Color Hex

#50DDF6
(80,221,246)
0 Favorites   0 Comments

Color spaces of #50ddf6

RGB 80221246
HSL0.530.900.64
HSV189°67°96°
CMYK 0.670.100.00   0.04
XYZ45.799360.072296.3700
Yxy60.07220.22650.2970
Hunter Lab77.5063-30.1583-19.4658
CIE-Lab81.8774-29.8938-23.2706

#50ddf6 color RGB value is (80,221,246).

#50ddf6 hex color red value is 80, green value is 221 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #50ddf6 hue: 0.53 , saturation: 0.90 and the lightness value of 50ddf6 is 0.64.

The process color (four color CMYK) of #50ddf6 color hex is 0.67, 0.10, 0.00, 0.04. Web safe color of #50ddf6 is #66ccff. Color #50ddf6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 11011101 11110110
Octal 120 335 366
Decimal 80 221 246
Hex 50 DD F6

RGB Percentages of Color #50ddf6

%14.63
%40.40
%44.97

CMYK Percentages of Color #50ddf6

%67
%10
%0
%4

Triadic Colors of #50ddf6

#50ddf6 #f650dd #ddf650

Analogous Colors of #50ddf6

#50ddf6 #508af6 #50f6bc

Monochromatic Colors of #50ddf6

#50ddf6

Complementary Color

#50ddf6 #f66950

#50ddf6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50ddf6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#50ddf6 Color CSS Codes

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

#50ddf6 Text Font Color

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

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


#50ddf6 Background Color

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

This div background color is #50ddf6


#50ddf6 Border Color

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

This div border color is #50ddf6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50ddf6


Comments

No comments written yet.

Please login to write comment.