Color Hex Logo

#50ffcd Color Hex

#50FFCD
(80,255,205)
0 Favorites   0 Comments

Color spaces of #50ffcd

RGB 80255205
HSL0.451.000.66
HSV163°69°100°
CMYK 0.690.000.20   0.00
XYZ50.087777.633370.1024
Yxy77.63330.25320.3924
Hunter Lab88.1098-52.720314.5042
CIE-Lab90.6123-55.672711.1162

#50ffcd color RGB value is (80,255,205).

#50ffcd hex color red value is 80, green value is 255 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #50ffcd hue: 0.45 , saturation: 1.00 and the lightness value of 50ffcd is 0.66.

The process color (four color CMYK) of #50ffcd color hex is 0.69, 0.00, 0.20, 0.00. Web safe color of #50ffcd is #66ffcc. Color #50ffcd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 11111111 11001101
Octal 120 377 315
Decimal 80 255 205
Hex 50 FF CD

RGB Percentages of Color #50ffcd

%14.81
%47.22
%37.96

CMYK Percentages of Color #50ffcd

%69
%0
%20
%0

Triadic Colors of #50ffcd

#50ffcd #cd50ff #ffcd50

Analogous Colors of #50ffcd

#50ffcd #50daff #50ff76

Monochromatic Colors of #50ffcd

#50ffcd

Complementary Color

#50ffcd #ff5082

#50ffcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50ffcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#50ffcd Color CSS Codes

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

#50ffcd Text Font Color

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

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


#50ffcd Background Color

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

This div background color is #50ffcd


#50ffcd Border Color

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

This div border color is #50ffcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50ffcd

Related Colors


Comments

No comments written yet.

Please login to write comment.