Color Hex Logo

#50cfca Color Hex

#50CFCA
(80,207,202)
0 Favorites   0 Comments

Color spaces of #50cfca

RGB 80207202
HSL0.490.570.56
HSV178°61°81°
CMYK 0.610.000.02   0.19
XYZ36.281850.595463.7308
Yxy50.59540.24090.3359
Hunter Lab71.1304-33.4300-3.3308
CIE-Lab76.4333-35.7143-7.9312

#50cfca color RGB value is (80,207,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 11001111 11001010
Octal 120 317 312
Decimal 80 207 202
Hex 50 CF CA

RGB Percentages of Color #50cfca

%16.36
%42.33
%41.31

CMYK Percentages of Color #50cfca

%61
%0
%2
%19

Triadic Colors of #50cfca

#50cfca #ca50cf #cfca50

Analogous Colors of #50cfca

#50cfca #5095cf #50cf8b

Monochromatic Colors of #50cfca

#50cfca

Complementary Color

#50cfca #cf5055

#50cfca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50cfca Color Preview on White Background

Lorem ipsum dolor sit amet.

#50cfca Color CSS Codes

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

#50cfca Text Font Color

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

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


#50cfca Background Color

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

This div background color is #50cfca


#50cfca Border Color

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

This div border color is #50cfca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50cfca


Comments

No comments written yet.

Please login to write comment.