Color Hex Logo

#50ceec Color Hex

#50CEEC
(80,206,236)
0 Favorites   0 Comments

Color spaces of #50ceec

RGB 80206236
HSL0.530.800.62
HSV192°66°93°
CMYK 0.660.130.00   0.07
XYZ40.519951.904287.2398
Yxy51.90420.22550.2889
Hunter Lab72.0446-25.6846-21.3639
CIE-Lab77.2235-25.5147-25.0281

#50ceec color RGB value is (80,206,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 11001110 11101100
Octal 120 316 354
Decimal 80 206 236
Hex 50 CE EC

RGB Percentages of Color #50ceec

%15.33
%39.46
%45.21

CMYK Percentages of Color #50ceec

%66
%13
%0
%7

Triadic Colors of #50ceec

#50ceec #ec50ce #ceec50

Analogous Colors of #50ceec

#50ceec #5080ec #50ecbc

Monochromatic Colors of #50ceec

#50ceec

Complementary Color

#50ceec #ec6e50

#50ceec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50ceec Color Preview on White Background

Lorem ipsum dolor sit amet.

#50ceec Color CSS Codes

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

#50ceec Text Font Color

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

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


#50ceec Background Color

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

This div background color is #50ceec


#50ceec Border Color

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

This div border color is #50ceec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50ceec


Comments

No comments written yet.

Please login to write comment.