Color Hex Logo

#50ffcc Color Hex

#50FFCC
(80,255,204)
0 Favorites   0 Comments

Color spaces of #50ffcc

RGB 80255204
HSL0.451.000.66
HSV163°69°100°
CMYK 0.690.000.20   0.00
XYZ49.967377.585169.4686
Yxy77.58510.25360.3938
Hunter Lab88.0824-52.884914.8970
CIE-Lab90.5902-55.901411.6002

#50ffcc color RGB value is (80,255,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 11111111 11001100
Octal 120 377 314
Decimal 80 255 204
Hex 50 FF CC

RGB Percentages of Color #50ffcc

%14.84
%47.31
%37.85

CMYK Percentages of Color #50ffcc

%69
%0
%20
%0

Triadic Colors of #50ffcc

#50ffcc #cc50ff #ffcc50

Analogous Colors of #50ffcc

#50ffcc #50dbff #50ff75

Monochromatic Colors of #50ffcc

#50ffcc

Complementary Color

#50ffcc #ff5083

#50ffcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50ffcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#50ffcc Color CSS Codes

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

#50ffcc Text Font Color

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

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


#50ffcc Background Color

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

This div background color is #50ffcc


#50ffcc Border Color

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

This div border color is #50ffcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50ffcc


Comments

No comments written yet.

Please login to write comment.