Color Hex Logo

#50cfc3 Color Hex

#50CFC3
(80,207,195)
0 Favorites   0 Comments

Color spaces of #50cfc3

RGB 80207195
HSL0.480.570.56
HSV174°61°81°
CMYK 0.610.000.06   0.19
XYZ35.471450.271359.4635
Yxy50.27130.24430.3462
Hunter Lab70.9023-34.7779-0.0931
CIE-Lab76.2355-37.5826-4.4516

#50cfc3 color RGB value is (80,207,195).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 11001111 11000011
Octal 120 317 303
Decimal 80 207 195
Hex 50 CF C3

RGB Percentages of Color #50cfc3

%16.60
%42.95
%40.46

CMYK Percentages of Color #50cfc3

%61
%0
%6
%19

Triadic Colors of #50cfc3

#50cfc3 #c350cf #cfc350

Analogous Colors of #50cfc3

#50cfc3 #509ccf #50cf84

Monochromatic Colors of #50cfc3

#50cfc3

Complementary Color

#50cfc3 #cf505c

#50cfc3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50cfc3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#50cfc3 Color CSS Codes

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

#50cfc3 Text Font Color

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

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


#50cfc3 Background Color

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

This div background color is #50cfc3


#50cfc3 Border Color

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

This div border color is #50cfc3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50cfc3


Comments

No comments written yet.

Please login to write comment.