Color Hex Logo

#50caa3 Color Hex

#50CAA3
(80,202,163)
1 Favorites   0 Comments

Color spaces of #50caa3

RGB 80202163
HSL0.450.540.55
HSV161°60°79°
CMYK 0.600.000.19   0.21
XYZ31.039746.590942.0073
Yxy46.59090.25940.3894
Hunter Lab68.2575-38.278911.2918
CIE-Lab73.9273-43.29729.4504

#50caa3 color RGB value is (80,202,163).

#50caa3 hex color red value is 80, green value is 202 and the blue value of its RGB is 163. Cylindrical-coordinate representations (also known as HSL) of color #50caa3 hue: 0.45 , saturation: 0.54 and the lightness value of 50caa3 is 0.55.

The process color (four color CMYK) of #50caa3 color hex is 0.60, 0.00, 0.19, 0.21. Web safe color of #50caa3 is #66cc99. Color #50caa3 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 11001010 10100011
Octal 120 312 243
Decimal 80 202 163
Hex 50 CA A3

RGB Percentages of Color #50caa3

%17.98
%45.39
%36.63

CMYK Percentages of Color #50caa3

%60
%0
%19
%21

Triadic Colors of #50caa3

#50caa3 #a350ca #caa350

Analogous Colors of #50caa3

#50caa3 #50b4ca #50ca66

Monochromatic Colors of #50caa3

#50caa3

Complementary Color

#50caa3 #ca5077

#50caa3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50caa3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#50caa3 Color CSS Codes

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

#50caa3 Text Font Color

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

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


#50caa3 Background Color

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

This div background color is #50caa3


#50caa3 Border Color

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

This div border color is #50caa3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50caa3

#50caa3 Color Palettes


Comments

No comments written yet.

Please login to write comment.