Color Hex Logo

#50fdab Color Hex

#50FDAB
(80,253,171)
0 Favorites   0 Comments

Color spaces of #50fdab

RGB 80253171
HSL0.420.980.65
HSV152°68°99°
CMYK 0.680.000.32   0.01
XYZ45.784274.896350.5714
Yxy74.89630.26740.4373
Hunter Lab86.5426-57.016725.9336
CIE-Lab89.3444-62.122126.7425

#50fdab color RGB value is (80,253,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 11111101 10101011
Octal 120 375 253
Decimal 80 253 171
Hex 50 FD AB

RGB Percentages of Color #50fdab

%15.87
%50.20
%33.93

CMYK Percentages of Color #50fdab

%68
%0
%32
%1

Triadic Colors of #50fdab

#50fdab #ab50fd #fdab50

Analogous Colors of #50fdab

#50fdab #50f9fd #50fd55

Monochromatic Colors of #50fdab

#50fdab

Complementary Color

#50fdab #fd50a2

#50fdab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50fdab Color Preview on White Background

Lorem ipsum dolor sit amet.

#50fdab Color CSS Codes

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

#50fdab Text Font Color

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

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


#50fdab Background Color

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

This div background color is #50fdab


#50fdab Border Color

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

This div border color is #50fdab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50fdab


Comments

No comments written yet.

Please login to write comment.