Color Hex Logo

#50bedd Color Hex

#50BEDD
(80,190,221)
0 Favorites   0 Comments

Color spaces of #50bedd

RGB 80190221
HSL0.540.670.59
HSV193°64°87°
CMYK 0.640.140.00   0.13
XYZ34.772943.752875.0190
Yxy43.75280.22650.2850
Hunter Lab66.1459-21.9179-20.9413
CIE-Lab72.0630-21.9762-24.8119

#50bedd color RGB value is (80,190,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 10111110 11011101
Octal 120 276 335
Decimal 80 190 221
Hex 50 BE DD

RGB Percentages of Color #50bedd

%16.29
%38.70
%45.01

CMYK Percentages of Color #50bedd

%64
%14
%0
%13

Triadic Colors of #50bedd

#50bedd #dd50be #bedd50

Analogous Colors of #50bedd

#50bedd #5078dd #50ddb6

Monochromatic Colors of #50bedd

#50bedd

Complementary Color

#50bedd #dd6f50

#50bedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50bedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#50bedd Color CSS Codes

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

#50bedd Text Font Color

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

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


#50bedd Background Color

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

This div background color is #50bedd


#50bedd Border Color

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

This div border color is #50bedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50bedd


Comments

No comments written yet.

Please login to write comment.