Color Hex Logo

#50cfcc Color Hex

#50CFCC
(80,207,204)
0 Favorites   0 Comments

Color spaces of #50cfcc

RGB 80207204
HSL0.500.570.56
HSV179°61°81°
CMYK 0.610.000.01   0.19
XYZ36.520250.690864.9862
Yxy50.69080.24000.3331
Hunter Lab71.1975-33.0354-4.2793
CIE-Lab76.4913-35.1719-8.9225

#50cfcc color RGB value is (80,207,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 11001111 11001100
Octal 120 317 314
Decimal 80 207 204
Hex 50 CF CC

RGB Percentages of Color #50cfcc

%16.29
%42.16
%41.55

CMYK Percentages of Color #50cfcc

%61
%0
%1
%19

Triadic Colors of #50cfcc

#50cfcc #cc50cf #cfcc50

Analogous Colors of #50cfcc

#50cfcc #5093cf #50cf8d

Monochromatic Colors of #50cfcc

#50cfcc

Complementary Color

#50cfcc #cf5053

#50cfcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50cfcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#50cfcc Color CSS Codes

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

#50cfcc Text Font Color

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

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


#50cfcc Background Color

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

This div background color is #50cfcc


#50cfcc Border Color

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

This div border color is #50cfcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50cfcc


Comments

No comments written yet.

Please login to write comment.