Color Hex Logo

#50cfeb Color Hex

#50CFEB
(80,207,235)
0 Favorites   0 Comments

Color spaces of #50cfeb

RGB 80207235
HSL0.530.790.62
HSV191°66°92°
CMYK 0.660.120.00   0.08
XYZ40.616552.329386.5571
Yxy52.32930.22630.2915
Hunter Lab72.3390-26.3700-20.3061
CIE-Lab77.4773-26.3099-24.1047

#50cfeb color RGB value is (80,207,235).

#50cfeb hex color red value is 80, green value is 207 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #50cfeb hue: 0.53 , saturation: 0.79 and the lightness value of 50cfeb is 0.62.

The process color (four color CMYK) of #50cfeb color hex is 0.66, 0.12, 0.00, 0.08. Web safe color of #50cfeb is #66ccff. Color #50cfeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 11001111 11101011
Octal 120 317 353
Decimal 80 207 235
Hex 50 CF EB

RGB Percentages of Color #50cfeb

%15.33
%39.66
%45.02

CMYK Percentages of Color #50cfeb

%66
%12
%0
%8

Triadic Colors of #50cfeb

#50cfeb #eb50cf #cfeb50

Analogous Colors of #50cfeb

#50cfeb #5082eb #50ebba

Monochromatic Colors of #50cfeb

#50cfeb

Complementary Color

#50cfeb #eb6c50

#50cfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50cfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#50cfeb Color CSS Codes

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

#50cfeb Text Font Color

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

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


#50cfeb Background Color

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

This div background color is #50cfeb


#50cfeb Border Color

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

This div border color is #50cfeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50cfeb


Comments

No comments written yet.

Please login to write comment.