Color Hex Logo

#50bddd Color Hex

#50BDDD
(80,189,221)
0 Favorites   0 Comments

Color spaces of #50bddd

RGB 80189221
HSL0.540.670.59
HSV194°64°87°
CMYK 0.640.140.00   0.13
XYZ34.557043.321174.9471
Yxy43.32110.22610.2835
Hunter Lab65.8188-21.4645-21.4397
CIE-Lab71.7724-21.4653-25.2565

#50bddd color RGB value is (80,189,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 10111101 11011101
Octal 120 275 335
Decimal 80 189 221
Hex 50 BD DD

RGB Percentages of Color #50bddd

%16.33
%38.57
%45.10

CMYK Percentages of Color #50bddd

%64
%14
%0
%13

Triadic Colors of #50bddd

#50bddd #dd50bd #bddd50

Analogous Colors of #50bddd

#50bddd #5077dd #50ddb7

Monochromatic Colors of #50bddd

#50bddd

Complementary Color

#50bddd #dd7050

#50bddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50bddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#50bddd Color CSS Codes

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

#50bddd Text Font Color

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

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


#50bddd Background Color

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

This div background color is #50bddd


#50bddd Border Color

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

This div border color is #50bddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50bddd


Comments

No comments written yet.

Please login to write comment.