Color Hex Logo

#50ccea Color Hex

#50CCEA
(80,204,234)
0 Favorites   0 Comments

Color spaces of #50ccea

RGB 80204234
HSL0.530.790.62
HSV192°66°92°
CMYK 0.660.130.00   0.08
XYZ39.752450.831785.5582
Yxy50.83170.22570.2886
Hunter Lab71.2964-25.2431-21.2427
CIE-Lab76.5769-25.1189-24.9416

#50ccea color RGB value is (80,204,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 11001100 11101010
Octal 120 314 352
Decimal 80 204 234
Hex 50 CC EA

RGB Percentages of Color #50ccea

%15.44
%39.38
%45.17

CMYK Percentages of Color #50ccea

%66
%13
%0
%8

Triadic Colors of #50ccea

#50ccea #ea50cc #ccea50

Analogous Colors of #50ccea

#50ccea #507fea #50eabb

Monochromatic Colors of #50ccea

#50ccea

Complementary Color

#50ccea #ea6e50

#50ccea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50ccea Color Preview on White Background

Lorem ipsum dolor sit amet.

#50ccea Color CSS Codes

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

#50ccea Text Font Color

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

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


#50ccea Background Color

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

This div background color is #50ccea


#50ccea Border Color

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

This div border color is #50ccea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,204,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 #50ccea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50ccea


Comments

No comments written yet.

Please login to write comment.