Color Hex Logo

#50ccda Color Hex

#50CCDA
(80,204,218)
0 Favorites   0 Comments

Color spaces of #50ccda

RGB 80204218
HSL0.520.650.58
HSV186°63°85°
CMYK 0.630.060.00   0.15
XYZ37.556049.953273.9922
Yxy49.95320.23250.3093
Hunter Lab70.6776-28.8361-12.5963
CIE-Lab76.0405-29.8242-17.1444

#50ccda color RGB value is (80,204,218).

#50ccda hex color red value is 80, green value is 204 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #50ccda hue: 0.52 , saturation: 0.65 and the lightness value of 50ccda is 0.58.

The process color (four color CMYK) of #50ccda color hex is 0.63, 0.06, 0.00, 0.15. Web safe color of #50ccda is #66cccc. Color #50ccda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 11001100 11011010
Octal 120 314 332
Decimal 80 204 218
Hex 50 CC DA

RGB Percentages of Color #50ccda

%15.94
%40.64
%43.43

CMYK Percentages of Color #50ccda

%63
%6
%0
%15

Triadic Colors of #50ccda

#50ccda #da50cc #ccda50

Analogous Colors of #50ccda

#50ccda #5087da #50daa3

Monochromatic Colors of #50ccda

#50ccda

Complementary Color

#50ccda #da5e50

#50ccda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50ccda Color Preview on White Background

Lorem ipsum dolor sit amet.

#50ccda Color CSS Codes

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

#50ccda Text Font Color

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

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


#50ccda Background Color

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

This div background color is #50ccda


#50ccda Border Color

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

This div border color is #50ccda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50ccda


Comments

No comments written yet.

Please login to write comment.