Color Hex Logo

#50cdde Color Hex

#50CDDE
(80,205,222)
0 Favorites   0 Comments

Color spaces of #50cdde

RGB 80205222
HSL0.520.680.59
HSV187°64°87°
CMYK 0.640.080.00   0.13
XYZ38.324450.642076.8622
Yxy50.64200.23110.3054
Hunter Lab71.1632-28.4058-14.2239
CIE-Lab76.4616-29.1540-18.6630

#50cdde color RGB value is (80,205,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 11001101 11011110
Octal 120 315 336
Decimal 80 205 222
Hex 50 CD DE

RGB Percentages of Color #50cdde

%15.78
%40.43
%43.79

CMYK Percentages of Color #50cdde

%64
%8
%0
%13

Triadic Colors of #50cdde

#50cdde #de50cd #cdde50

Analogous Colors of #50cdde

#50cdde #5086de #50dea8

Monochromatic Colors of #50cdde

#50cdde

Complementary Color

#50cdde #de6150

#50cdde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50cdde Color Preview on White Background

Lorem ipsum dolor sit amet.

#50cdde Color CSS Codes

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

#50cdde Text Font Color

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

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


#50cdde Background Color

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

This div background color is #50cdde


#50cdde Border Color

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

This div border color is #50cdde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50cdde


Comments

No comments written yet.

Please login to write comment.