Color Hex Logo

#50bedc Color Hex

#50BEDC
(80,190,220)
0 Favorites   0 Comments

Color spaces of #50bedc

RGB 80190220
HSL0.540.670.59
HSV193°64°86°
CMYK 0.640.140.00   0.14
XYZ34.640043.699774.3193
Yxy43.69970.22690.2863
Hunter Lab66.1057-22.1495-20.3827
CIE-Lab72.0273-22.2788-24.3225

#50bedc color RGB value is (80,190,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 10111110 11011100
Octal 120 276 334
Decimal 80 190 220
Hex 50 BE DC

RGB Percentages of Color #50bedc

%16.33
%38.78
%44.90

CMYK Percentages of Color #50bedc

%64
%14
%0
%14

Triadic Colors of #50bedc

#50bedc #dc50be #bedc50

Analogous Colors of #50bedc

#50bedc #5078dc #50dcb4

Monochromatic Colors of #50bedc

#50bedc

Complementary Color

#50bedc #dc6e50

#50bedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50bedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#50bedc Color CSS Codes

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

#50bedc Text Font Color

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

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


#50bedc Background Color

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

This div background color is #50bedc


#50bedc Border Color

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

This div border color is #50bedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50bedc


Comments

No comments written yet.

Please login to write comment.