Color Hex Logo

#fbfe1e Color Hex

#FBFE1E
(251,254,30)
0 Favorites   0 Comments

Color spaces of #fbfe1e

RGB 25125430
HSL0.170.990.56
HSV61°88°100°
CMYK 0.010.000.88   0.00
XYZ75.459891.486614.9098
Yxy91.48660.41490.5031
Hunter Lab95.6486-26.561657.7119
CIE-Lab96.6101-22.407991.0690

#fbfe1e color RGB value is (251,254,30).

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

The process color (four color CMYK) of #fbfe1e color hex is 0.01, 0.00, 0.88, 0.00. Web safe color of #fbfe1e is #ffff33. Color #fbfe1e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11111110 00011110
Octal 373 376 36
Decimal 251 254 30
Hex FB FE 1E

RGB Percentages of Color #fbfe1e

%46.92
%47.48
%5.61

CMYK Percentages of Color #fbfe1e

%1
%0
%88
%0

Triadic Colors of #fbfe1e

#fbfe1e #1efbfe #fe1efb

Analogous Colors of #fbfe1e

#fbfe1e #8bfe1e #fe911e

Monochromatic Colors of #fbfe1e

#fbfe1e

Complementary Color

#fbfe1e #211efe

#fbfe1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbfe1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbfe1e Color CSS Codes

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

#fbfe1e Text Font Color

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

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


#fbfe1e Background Color

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

This div background color is #fbfe1e


#fbfe1e Border Color

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

This div border color is #fbfe1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbfe1e

Related Colors


Comments

No comments written yet.

Please login to write comment.