Color Hex Logo

#50cede Color Hex

#50CEDE
(80,206,222)
0 Favorites   0 Comments

Color spaces of #50cede

RGB 80206222
HSL0.520.680.59
HSV187°64°87°
CMYK 0.640.070.00   0.13
XYZ38.564451.122076.9422
Yxy51.12200.23140.3068
Hunter Lab71.4997-28.8478-13.7534
CIE-Lab76.7529-29.6397-18.2227

#50cede color RGB value is (80,206,222).

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

The process color (four color CMYK) of #50cede color hex is 0.64, 0.07, 0.00, 0.13. Web safe color of #50cede is #66cccc. Color #50cede contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 11001110 11011110
Octal 120 316 336
Decimal 80 206 222
Hex 50 CE DE

RGB Percentages of Color #50cede

%15.75
%40.55
%43.70

CMYK Percentages of Color #50cede

%64
%7
%0
%13

Triadic Colors of #50cede

#50cede #de50ce #cede50

Analogous Colors of #50cede

#50cede #5087de #50dea7

Monochromatic Colors of #50cede

#50cede

Complementary Color

#50cede #de6050

#50cede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50cede Color Preview on White Background

Lorem ipsum dolor sit amet.

#50cede Color CSS Codes

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

#50cede Text Font Color

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

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


#50cede Background Color

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

This div background color is #50cede


#50cede Border Color

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

This div border color is #50cede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50cede


Comments

No comments written yet.

Please login to write comment.