Color Hex Logo

#50cbea Color Hex

#50CBEA
(80,203,234)
0 Favorites   0 Comments

Color spaces of #50cbea

RGB 80203234
HSL0.530.790.62
HSV192°66°92°
CMYK 0.660.130.00   0.08
XYZ39.515550.357985.4793
Yxy50.35790.22530.2872
Hunter Lab70.9633-24.7891-21.7438
CIE-Lab76.2884-24.6195-25.3823

#50cbea color RGB value is (80,203,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 11001011 11101010
Octal 120 313 352
Decimal 80 203 234
Hex 50 CB EA

RGB Percentages of Color #50cbea

%15.47
%39.26
%45.26

CMYK Percentages of Color #50cbea

%66
%13
%0
%8

Triadic Colors of #50cbea

#50cbea #ea50cb #cbea50

Analogous Colors of #50cbea

#50cbea #507eea #50eabc

Monochromatic Colors of #50cbea

#50cbea

Complementary Color

#50cbea #ea6f50

#50cbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50cbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#50cbea Color CSS Codes

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

#50cbea Text Font Color

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

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


#50cbea Background Color

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

This div background color is #50cbea


#50cbea Border Color

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

This div border color is #50cbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50cbea


Comments

No comments written yet.

Please login to write comment.