Color Hex Logo

#50ddca Color Hex

#50DDCA
(80,221,202)
0 Favorites   0 Comments

Color spaces of #50ddca

RGB 80221202
HSL0.480.670.59
HSV172°64°87°
CMYK 0.640.000.09   0.13
XYZ39.825457.682664.9120
Yxy57.68260.24520.3551
Hunter Lab75.9491-39.31082.4905
CIE-Lab80.5620-42.0671-1.8400

#50ddca color RGB value is (80,221,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 11011101 11001010
Octal 120 335 312
Decimal 80 221 202
Hex 50 DD CA

RGB Percentages of Color #50ddca

%15.90
%43.94
%40.16

CMYK Percentages of Color #50ddca

%64
%0
%9
%13

Triadic Colors of #50ddca

#50ddca #ca50dd #ddca50

Analogous Colors of #50ddca

#50ddca #50aadd #50dd84

Monochromatic Colors of #50ddca

#50ddca

Complementary Color

#50ddca #dd5063

#50ddca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50ddca Color Preview on White Background

Lorem ipsum dolor sit amet.

#50ddca Color CSS Codes

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

#50ddca Text Font Color

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

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


#50ddca Background Color

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

This div background color is #50ddca


#50ddca Border Color

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

This div border color is #50ddca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50ddca


Comments

No comments written yet.

Please login to write comment.