Color Hex Logo

#50ccce Color Hex

#50CCCE
(80,204,206)
0 Favorites   0 Comments

Color spaces of #50ccce

RGB 80204206
HSL0.500.560.56
HSV181°61°81°
CMYK 0.610.010.00   0.19
XYZ36.041749.347466.0179
Yxy49.34740.23800.3259
Hunter Lab70.2477-31.3512-6.5466
CIE-Lab75.6669-33.2130-11.2303

#50ccce color RGB value is (80,204,206).

#50ccce hex color red value is 80, green value is 204 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #50ccce hue: 0.50 , saturation: 0.56 and the lightness value of 50ccce is 0.56.

The process color (four color CMYK) of #50ccce color hex is 0.61, 0.01, 0.00, 0.19. Web safe color of #50ccce is #66cccc. Color #50ccce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 11001100 11001110
Octal 120 314 316
Decimal 80 204 206
Hex 50 CC CE

RGB Percentages of Color #50ccce

%16.33
%41.63
%42.04

CMYK Percentages of Color #50ccce

%61
%1
%0
%19

Triadic Colors of #50ccce

#50ccce #ce50cc #ccce50

Analogous Colors of #50ccce

#50ccce #508dce #50ce91

Monochromatic Colors of #50ccce

#50ccce

Complementary Color

#50ccce #ce5250

#50ccce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50ccce Color Preview on White Background

Lorem ipsum dolor sit amet.

#50ccce Color CSS Codes

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

#50ccce Text Font Color

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

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


#50ccce Background Color

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

This div background color is #50ccce


#50ccce Border Color

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

This div border color is #50ccce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50ccce


Comments

No comments written yet.

Please login to write comment.