Color Hex Logo

#50daee Color Hex

#50DAEE
(80,218,238)
0 Favorites   0 Comments

Color spaces of #50daee

RGB 80218238
HSL0.520.820.62
HSV188°66°93°
CMYK 0.660.080.00   0.07
XYZ43.812358.021389.7790
Yxy58.02130.22870.3028
Hunter Lab76.1717-30.6312-16.5613
CIE-Lab80.7506-30.7898-20.7319

#50daee color RGB value is (80,218,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 11011010 11101110
Octal 120 332 356
Decimal 80 218 238
Hex 50 DA EE

RGB Percentages of Color #50daee

%14.93
%40.67
%44.40

CMYK Percentages of Color #50daee

%66
%8
%0
%7

Triadic Colors of #50daee

#50daee #ee50da #daee50

Analogous Colors of #50daee

#50daee #508bee #50eeb3

Monochromatic Colors of #50daee

#50daee

Complementary Color

#50daee #ee6450

#50daee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50daee Color Preview on White Background

Lorem ipsum dolor sit amet.

#50daee Color CSS Codes

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

#50daee Text Font Color

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

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


#50daee Background Color

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

This div background color is #50daee


#50daee Border Color

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

This div border color is #50daee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50daee


Comments

No comments written yet.

Please login to write comment.