Color Hex Logo

#50cdee Color Hex

#50CDEE
(80,205,238)
0 Favorites   0 Comments

Color spaces of #50cdee

RGB 80205238
HSL0.530.820.62
HSV193°66°93°
CMYK 0.660.140.00   0.07
XYZ40.572251.541288.6990
Yxy51.54120.22440.2851
Hunter Lab71.7922-24.7600-22.9980
CIE-Lab77.0057-24.4140-26.4336

#50cdee color RGB value is (80,205,238).

#50cdee hex color red value is 80, green value is 205 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #50cdee hue: 0.53 , saturation: 0.82 and the lightness value of 50cdee is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 11001101 11101110
Octal 120 315 356
Decimal 80 205 238
Hex 50 CD EE

RGB Percentages of Color #50cdee

%15.30
%39.20
%45.51

CMYK Percentages of Color #50cdee

%66
%14
%0
%7

Triadic Colors of #50cdee

#50cdee #ee50cd #cdee50

Analogous Colors of #50cdee

#50cdee #507eee #50eec0

Monochromatic Colors of #50cdee

#50cdee

Complementary Color

#50cdee #ee7150

#50cdee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50cdee Color Preview on White Background

Lorem ipsum dolor sit amet.

#50cdee Color CSS Codes

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

#50cdee Text Font Color

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

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


#50cdee Background Color

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

This div background color is #50cdee


#50cdee Border Color

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

This div border color is #50cdee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50cdee


Comments

No comments written yet.

Please login to write comment.