Color Hex Logo

#50cedd Color Hex

#50CEDD
(80,206,221)
0 Favorites   0 Comments

Color spaces of #50cedd

RGB 80206221
HSL0.520.670.59
HSV186°64°87°
CMYK 0.640.070.00   0.13
XYZ38.430751.068576.2383
Yxy51.06850.23190.3081
Hunter Lab71.4622-29.0658-13.2290
CIE-Lab76.7205-29.9284-17.7336

#50cedd color RGB value is (80,206,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 11001110 11011101
Octal 120 316 335
Decimal 80 206 221
Hex 50 CE DD

RGB Percentages of Color #50cedd

%15.78
%40.63
%43.59

CMYK Percentages of Color #50cedd

%64
%7
%0
%13

Triadic Colors of #50cedd

#50cedd #dd50ce #cedd50

Analogous Colors of #50cedd

#50cedd #5088dd #50dda6

Monochromatic Colors of #50cedd

#50cedd

Complementary Color

#50cedd #dd5f50

#50cedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50cedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#50cedd Color CSS Codes

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

#50cedd Text Font Color

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

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


#50cedd Background Color

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

This div background color is #50cedd


#50cedd Border Color

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

This div border color is #50cedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50cedd


Comments

No comments written yet.

Please login to write comment.