Color Hex Logo

#fbff50 Color Hex

#FBFF50
(251,255,80)
0 Favorites   0 Comments

Color spaces of #fbff50

RGB 25125580
HSL0.171.000.66
HSV61°69°100°
CMYK 0.020.000.69   0.00
XYZ76.991692.608421.4067
Yxy92.60840.40310.4848
Hunter Lab96.2333-25.598954.1745
CIE-Lab97.0685-21.272078.6509

#fbff50 color RGB value is (251,255,80).

#fbff50 hex color red value is 251, green value is 255 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #fbff50 hue: 0.17 , saturation: 1.00 and the lightness value of fbff50 is 0.66.

The process color (four color CMYK) of #fbff50 color hex is 0.02, 0.00, 0.69, 0.00. Web safe color of #fbff50 is #ffff66. Color #fbff50 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11111111 01010000
Octal 373 377 120
Decimal 251 255 80
Hex FB FF 50

RGB Percentages of Color #fbff50

%42.83
%43.52
%13.65

CMYK Percentages of Color #fbff50

%2
%0
%69
%0

Triadic Colors of #fbff50

#fbff50 #50fbff #ff50fb

Analogous Colors of #fbff50

#fbff50 #a4ff50 #ffac50

Monochromatic Colors of #fbff50

#fbff50

Complementary Color

#fbff50 #5450ff

#fbff50 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbff50 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbff50 Color CSS Codes

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

#fbff50 Text Font Color

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

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


#fbff50 Background Color

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

This div background color is #fbff50


#fbff50 Border Color

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

This div border color is #fbff50


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(251,255,80, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fbff50; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fbff50;
  -webkit-box-shadow: 1px 1px 3px 2px #fbff50;
  box-shadow:         1px 1px 3px 2px #fbff50; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbff50

Related Colors


Comments

No comments written yet.

Please login to write comment.