Color Hex Logo

#50deee Color Hex

#50DEEE
(80,222,238)
0 Favorites   0 Comments

Color spaces of #50deee

RGB 80222238
HSL0.520.820.62
HSV186°66°93°
CMYK 0.660.070.00   0.07
XYZ44.862260.121190.1290
Yxy60.12110.22990.3081
Hunter Lab77.5378-32.4137-14.6415
CIE-Lab81.9040-32.7002-18.9868

#50deee color RGB value is (80,222,238).

#50deee hex color red value is 80, green value is 222 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #50deee hue: 0.52 , saturation: 0.82 and the lightness value of 50deee is 0.62.

The process color (four color CMYK) of #50deee color hex is 0.66, 0.07, 0.00, 0.07. Web safe color of #50deee is #66ccff. Color #50deee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 11011110 11101110
Octal 120 336 356
Decimal 80 222 238
Hex 50 DE EE

RGB Percentages of Color #50deee

%14.81
%41.11
%44.07

CMYK Percentages of Color #50deee

%66
%7
%0
%7

Triadic Colors of #50deee

#50deee #ee50de #deee50

Analogous Colors of #50deee

#50deee #508fee #50eeaf

Monochromatic Colors of #50deee

#50deee

Complementary Color

#50deee #ee6050

#50deee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50deee Color Preview on White Background

Lorem ipsum dolor sit amet.

#50deee Color CSS Codes

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

#50deee Text Font Color

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

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


#50deee Background Color

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

This div background color is #50deee


#50deee Border Color

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

This div border color is #50deee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,222,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 #50deee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50deee


Comments

No comments written yet.

Please login to write comment.