Color Hex Logo

#50ffee Color Hex

#50FFEE
(80,255,238)
0 Favorites   0 Comments

Color spaces of #50ffee

RGB 80255238
HSL0.481.000.66
HSV174°69°100°
CMYK 0.690.000.07   0.00
XYZ54.500979.398593.3419
Yxy79.39850.23980.3494
Hunter Lab89.1058-46.75710.2655
CIE-Lab91.4143-47.6004-4.7950

#50ffee color RGB value is (80,255,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 11111111 11101110
Octal 120 377 356
Decimal 80 255 238
Hex 50 FF EE

RGB Percentages of Color #50ffee

%13.96
%44.50
%41.54

CMYK Percentages of Color #50ffee

%69
%0
%7
%0

Triadic Colors of #50ffee

#50ffee #ee50ff #ffee50

Analogous Colors of #50ffee

#50ffee #50b9ff #50ff97

Monochromatic Colors of #50ffee

#50ffee

Complementary Color

#50ffee #ff5061

#50ffee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50ffee Color Preview on White Background

Lorem ipsum dolor sit amet.

#50ffee Color CSS Codes

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

#50ffee Text Font Color

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

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


#50ffee Background Color

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

This div background color is #50ffee


#50ffee Border Color

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

This div border color is #50ffee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50ffee


Comments

No comments written yet.

Please login to write comment.