Color Hex Logo

#50ceea Color Hex

#50CEEA
(80,206,234)
0 Favorites   0 Comments

Color spaces of #50ceea

RGB 80206234
HSL0.530.790.62
HSV191°66°92°
CMYK 0.660.120.00   0.08
XYZ40.230951.788685.7177
Yxy51.78860.22640.2914
Hunter Lab71.9643-26.1489-20.2462
CIE-Lab77.1543-26.1130-24.0608

#50ceea color RGB value is (80,206,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 11001110 11101010
Octal 120 316 352
Decimal 80 206 234
Hex 50 CE EA

RGB Percentages of Color #50ceea

%15.38
%39.62
%45.00

CMYK Percentages of Color #50ceea

%66
%12
%0
%8

Triadic Colors of #50ceea

#50ceea #ea50ce #ceea50

Analogous Colors of #50ceea

#50ceea #5081ea #50eab9

Monochromatic Colors of #50ceea

#50ceea

Complementary Color

#50ceea #ea6c50

#50ceea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50ceea Color Preview on White Background

Lorem ipsum dolor sit amet.

#50ceea Color CSS Codes

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

#50ceea Text Font Color

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

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


#50ceea Background Color

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

This div background color is #50ceea


#50ceea Border Color

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

This div border color is #50ceea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50ceea


Comments

No comments written yet.

Please login to write comment.