Color Hex Logo

#50fcaa Color Hex

#50FCAA
(80,252,170)
0 Favorites   0 Comments

Color spaces of #50fcaa

RGB 80252170
HSL0.420.970.65
HSV151°68°99°
CMYK 0.680.000.33   0.01
XYZ45.374474.228649.9663
Yxy74.22860.26760.4377
Hunter Lab86.1560-56.765325.9239
CIE-Lab89.0304-61.941626.8213

#50fcaa color RGB value is (80,252,170).

#50fcaa hex color red value is 80, green value is 252 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #50fcaa hue: 0.42 , saturation: 0.97 and the lightness value of 50fcaa is 0.65.

The process color (four color CMYK) of #50fcaa color hex is 0.68, 0.00, 0.33, 0.01. Web safe color of #50fcaa is #66ff99. Color #50fcaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 11111100 10101010
Octal 120 374 252
Decimal 80 252 170
Hex 50 FC AA

RGB Percentages of Color #50fcaa

%15.94
%50.20
%33.86

CMYK Percentages of Color #50fcaa

%68
%0
%33
%1

Triadic Colors of #50fcaa

#50fcaa #aa50fc #fcaa50

Analogous Colors of #50fcaa

#50fcaa #50f8fc #50fc54

Monochromatic Colors of #50fcaa

#50fcaa

Complementary Color

#50fcaa #fc50a2

#50fcaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50fcaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#50fcaa Color CSS Codes

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

#50fcaa Text Font Color

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

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


#50fcaa Background Color

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

This div background color is #50fcaa


#50fcaa Border Color

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

This div border color is #50fcaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50fcaa


Comments

No comments written yet.

Please login to write comment.