Color Hex Logo

#50cadb Color Hex

#50CADB
(80,202,219)
0 Favorites   0 Comments

Color spaces of #50cadb

RGB 80202219
HSL0.520.660.59
HSV187°63°86°
CMYK 0.630.080.00   0.14
XYZ37.215049.061074.5261
Yxy49.06100.23140.3051
Hunter Lab70.0436-27.7370-14.0539
CIE-Lab75.4893-28.5619-18.5168

#50cadb color RGB value is (80,202,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 11001010 11011011
Octal 120 312 333
Decimal 80 202 219
Hex 50 CA DB

RGB Percentages of Color #50cadb

%15.97
%40.32
%43.71

CMYK Percentages of Color #50cadb

%63
%8
%0
%14

Triadic Colors of #50cadb

#50cadb #db50ca #cadb50

Analogous Colors of #50cadb

#50cadb #5085db #50dba7

Monochromatic Colors of #50cadb

#50cadb

Complementary Color

#50cadb #db6150

#50cadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50cadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#50cadb Color CSS Codes

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

#50cadb Text Font Color

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

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


#50cadb Background Color

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

This div background color is #50cadb


#50cadb Border Color

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

This div border color is #50cadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50cadb


Comments

No comments written yet.

Please login to write comment.