Color Hex Logo

#50ccdc Color Hex

#50CCDC
(80,204,220)
0 Favorites   0 Comments

Color spaces of #50ccdc

RGB 80204220
HSL0.520.670.59
HSV187°64°86°
CMYK 0.640.070.00   0.14
XYZ37.819450.058575.3791
Yxy50.05850.23170.3066
Hunter Lab70.7520-28.4017-13.6410
CIE-Lab76.1052-29.2470-18.1248

#50ccdc color RGB value is (80,204,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 11001100 11011100
Octal 120 314 334
Decimal 80 204 220
Hex 50 CC DC

RGB Percentages of Color #50ccdc

%15.87
%40.48
%43.65

CMYK Percentages of Color #50ccdc

%64
%7
%0
%14

Triadic Colors of #50ccdc

#50ccdc #dc50cc #ccdc50

Analogous Colors of #50ccdc

#50ccdc #5086dc #50dca6

Monochromatic Colors of #50ccdc

#50ccdc

Complementary Color

#50ccdc #dc6050

#50ccdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50ccdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#50ccdc Color CSS Codes

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

#50ccdc Text Font Color

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

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


#50ccdc Background Color

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

This div background color is #50ccdc


#50ccdc Border Color

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

This div border color is #50ccdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50ccdc


Comments

No comments written yet.

Please login to write comment.