Color Hex Logo

#50bfcc Color Hex

#50BFCC
(80,191,204)
0 Favorites   0 Comments

Color spaces of #50bfcc

RGB 80191204
HSL0.520.550.56
HSV186°61°80°
CMYK 0.610.060.00   0.20
XYZ32.838243.326763.7589
Yxy43.32670.23470.3096
Hunter Lab65.8230-26.1391-11.3546
CIE-Lab71.7761-27.4991-15.9853

#50bfcc color RGB value is (80,191,204).

#50bfcc hex color red value is 80, green value is 191 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #50bfcc hue: 0.52 , saturation: 0.55 and the lightness value of 50bfcc is 0.56.

The process color (four color CMYK) of #50bfcc color hex is 0.61, 0.06, 0.00, 0.20. Web safe color of #50bfcc is #66cccc. Color #50bfcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10111111 11001100
Octal 120 277 314
Decimal 80 191 204
Hex 50 BF CC

RGB Percentages of Color #50bfcc

%16.84
%40.21
%42.95

CMYK Percentages of Color #50bfcc

%61
%6
%0
%20

Triadic Colors of #50bfcc

#50bfcc #cc50bf #bfcc50

Analogous Colors of #50bfcc

#50bfcc #5081cc #50cc9b

Monochromatic Colors of #50bfcc

#50bfcc

Complementary Color

#50bfcc #cc5d50

#50bfcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50bfcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#50bfcc Color CSS Codes

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

#50bfcc Text Font Color

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

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


#50bfcc Background Color

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

This div background color is #50bfcc


#50bfcc Border Color

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

This div border color is #50bfcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50bfcc


Comments

No comments written yet.

Please login to write comment.