Color Hex Logo

#50cedf Color Hex

#50CEDF
(80,206,223)
0 Favorites   0 Comments

Color spaces of #50cedf

RGB 80206223
HSL0.520.690.59
HSV187°64°87°
CMYK 0.640.080.00   0.13
XYZ38.698951.175877.6503
Yxy51.17580.23100.3055
Hunter Lab71.5373-28.6286-14.2804
CIE-Lab76.7854-29.3501-18.7114

#50cedf color RGB value is (80,206,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 11001110 11011111
Octal 120 316 337
Decimal 80 206 223
Hex 50 CE DF

RGB Percentages of Color #50cedf

%15.72
%40.47
%43.81

CMYK Percentages of Color #50cedf

%64
%8
%0
%13

Triadic Colors of #50cedf

#50cedf #df50ce #cedf50

Analogous Colors of #50cedf

#50cedf #5087df #50dfa9

Monochromatic Colors of #50cedf

#50cedf

Complementary Color

#50cedf #df6150

#50cedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50cedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#50cedf Color CSS Codes

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

#50cedf Text Font Color

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

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


#50cedf Background Color

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

This div background color is #50cedf


#50cedf Border Color

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

This div border color is #50cedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50cedf


Comments

No comments written yet.

Please login to write comment.