Color Hex Logo

#50ceed Color Hex

#50CEED
(80,206,237)
0 Favorites   0 Comments

Color spaces of #50ceed

RGB 80206237
HSL0.530.810.62
HSV192°66°93°
CMYK 0.660.130.00   0.07
XYZ40.665651.962588.0072
Yxy51.96250.22510.2877
Hunter Lab72.0850-25.4509-21.9265
CIE-Lab77.2584-25.2146-25.5110

#50ceed color RGB value is (80,206,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 11001110 11101101
Octal 120 316 355
Decimal 80 206 237
Hex 50 CE ED

RGB Percentages of Color #50ceed

%15.30
%39.39
%45.32

CMYK Percentages of Color #50ceed

%66
%13
%0
%7

Triadic Colors of #50ceed

#50ceed #ed50ce #ceed50

Analogous Colors of #50ceed

#50ceed #5080ed #50edbe

Monochromatic Colors of #50ceed

#50ceed

Complementary Color

#50ceed #ed6f50

#50ceed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50ceed Color Preview on White Background

Lorem ipsum dolor sit amet.

#50ceed Color CSS Codes

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

#50ceed Text Font Color

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

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


#50ceed Background Color

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

This div background color is #50ceed


#50ceed Border Color

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

This div border color is #50ceed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50ceed


Comments

No comments written yet.

Please login to write comment.