Color Hex Logo

#fbfe00 Color Hex

#FBFE00
(251,254,0)
0 Favorites   0 Comments

Color spaces of #fbfe00

RGB 2512540
HSL0.171.000.50
HSV61°100°100°
CMYK 0.010.001.00   0.00
XYZ75.225591.392913.6758
Yxy91.39290.41720.5069
Hunter Lab95.5996-26.841258.4381
CIE-Lab96.5716-22.721993.9290

#fbfe00 color RGB value is (251,254,0).

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

The process color (four color CMYK) of #fbfe00 color hex is 0.01, 0.00, 1.00, 0.00. Web safe color of #fbfe00 is #ffff00. Color #fbfe00 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11111110 00000000
Octal 373 376 0
Decimal 251 254 0
Hex FB FE 0

RGB Percentages of Color #fbfe00

%49.70
%50.30
%0.00

CMYK Percentages of Color #fbfe00

%1
%0
%100
%0

Triadic Colors of #fbfe00

#fbfe00 #00fbfe #fe00fb

Analogous Colors of #fbfe00

#fbfe00 #7cfe00 #fe8200

Monochromatic Colors of #fbfe00

#fbfe00

Complementary Color

#fbfe00 #0300fe

#fbfe00 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbfe00 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbfe00 Color CSS Codes

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

#fbfe00 Text Font Color

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

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


#fbfe00 Background Color

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

This div background color is #fbfe00


#fbfe00 Border Color

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

This div border color is #fbfe00


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbfe00

Related Colors

#fbfe00 Color Palettes


Comments

No comments written yet.

Please login to write comment.