Color Hex Logo

#50c899 Color Hex

#50C899
(80,200,153)
0 Favorites   0 Comments

Color spaces of #50c899

RGB 80200153
HSL0.430.520.55
HSV157°60°78°
CMYK 0.600.000.24   0.22
XYZ29.712345.313937.3175
Yxy45.31390.26450.4034
Hunter Lab67.3156-39.014514.2525
CIE-Lab73.0981-44.702913.6541

#50c899 color RGB value is (80,200,153).

#50c899 hex color red value is 80, green value is 200 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #50c899 hue: 0.43 , saturation: 0.52 and the lightness value of 50c899 is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 11001000 10011001
Octal 120 310 231
Decimal 80 200 153
Hex 50 C8 99

RGB Percentages of Color #50c899

%18.48
%46.19
%35.33

CMYK Percentages of Color #50c899

%60
%0
%24
%22

Triadic Colors of #50c899

#50c899 #9950c8 #c89950

Analogous Colors of #50c899

#50c899 #50bbc8 #50c85d

Monochromatic Colors of #50c899

#50c899

Complementary Color

#50c899 #c8507f

#50c899 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50c899 Color Preview on White Background

Lorem ipsum dolor sit amet.

#50c899 Color CSS Codes

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

#50c899 Text Font Color

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

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


#50c899 Background Color

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

This div background color is #50c899


#50c899 Border Color

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

This div border color is #50c899


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50c899


Comments

No comments written yet.

Please login to write comment.