Color Hex Logo

#50cbdc Color Hex

#50CBDC
(80,203,220)
0 Favorites   0 Comments

Color spaces of #50cbdc

RGB 80203220
HSL0.520.670.59
HSV187°64°86°
CMYK 0.640.080.00   0.14
XYZ37.582549.584775.3001
Yxy49.58470.23130.3052
Hunter Lab70.4164-27.9601-14.1105
CIE-Lab75.8136-28.7600-18.5656

#50cbdc color RGB value is (80,203,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 11001011 11011100
Octal 120 313 334
Decimal 80 203 220
Hex 50 CB DC

RGB Percentages of Color #50cbdc

%15.90
%40.36
%43.74

CMYK Percentages of Color #50cbdc

%64
%8
%0
%14

Triadic Colors of #50cbdc

#50cbdc #dc50cb #cbdc50

Analogous Colors of #50cbdc

#50cbdc #5085dc #50dca7

Monochromatic Colors of #50cbdc

#50cbdc

Complementary Color

#50cbdc #dc6150

#50cbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50cbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#50cbdc Color CSS Codes

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

#50cbdc Text Font Color

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

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


#50cbdc Background Color

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

This div background color is #50cbdc


#50cbdc Border Color

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

This div border color is #50cbdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,203,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 #50cbdc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50cbdc


Comments

No comments written yet.

Please login to write comment.