Color Hex Logo

#50dece Color Hex

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

Color spaces of #50dece

RGB 80222206
HSL0.480.680.59
HSV173°64°87°
CMYK 0.640.000.07   0.13
XYZ40.570158.404367.5274
Yxy58.40430.24370.3508
Hunter Lab76.4227-38.98041.1070
CIE-Lab80.9630-41.4781-3.3795

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

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

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

Base Numbers

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

RGB Percentages of Color #50dece

%15.75
%43.70
%40.55

CMYK Percentages of Color #50dece

%64
%0
%7
%13

Triadic Colors of #50dece

#50dece #ce50de #dece50

Analogous Colors of #50dece

#50dece #50a7de #50de87

Monochromatic Colors of #50dece

#50dece

Complementary Color

#50dece #de5060

#50dece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50dece Color Preview on White Background

Lorem ipsum dolor sit amet.

#50dece Color CSS Codes

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

#50dece Text Font Color

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

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


#50dece Background Color

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

This div background color is #50dece


#50dece Border Color

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

This div border color is #50dece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50dece


Comments

No comments written yet.

Please login to write comment.