color codes Logo

#50fddc color codes

#50FDDC
(80,253,220)
0 Favorites   0 Comments

Color spaces of #50fddc

RGB 80253220
HSL0.470.980.65
HSV169°68°99°
CMYK 0.680.000.13   0.01
XYZ51.351877.123379.8899
Yxy77.12330.24650.3701
Hunter Lab87.8199-49.30877.5377
CIE-Lab90.3783-51.29483.0231

#50fddc color RGB value is (80,253,220).

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

The process color (four color CMYK) of #50fddc color code is 0.68, 0.00, 0.13, 0.01. Web safe color of #50fddc is #66ffcc. Color #50fddc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 11111101 11011100
Octal 120 375 334
Decimal 80 253 220
Hex 50 FD DC

RGB Percentages of Color #50fddc

%14.47
%45.75
%39.78

CMYK Percentages of Color #50fddc

%68
%0
%13
%1

Triadic Colors of #50fddc

#50fddc #dc50fd #fddc50

Analogous Colors of #50fddc

#50fddc #50c8fd #50fd86

Monochromatic Colors of #50fddc

#50fddc

Complementary Color

#50fddc #fd5071

#50fddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50fddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#50fddc Color CSS Codes

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

#50fddc Text Font Color

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

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


#50fddc Background Color

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

This div background color is #50fddc


#50fddc Border Color

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

This div border color is #50fddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50fddc

Related Colors


Comments

No comments written yet.

Please login to write comment.