Color Hex Logo

#fbf11e Color Hex

#FBF11E
(251,241,30)
0 Favorites   0 Comments

Color spaces of #fbf11e

RGB 25124130
HSL0.160.970.55
HSV57°88°98°
CMYK 0.000.040.88   0.02
XYZ71.473383.513613.5810
Yxy83.51360.42400.4954
Hunter Lab91.3858-20.319355.1589
CIE-Lab93.2388-16.177888.4148

#fbf11e color RGB value is (251,241,30).

#fbf11e hex color red value is 251, green value is 241 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #fbf11e hue: 0.16 , saturation: 0.97 and the lightness value of fbf11e is 0.55.

The process color (four color CMYK) of #fbf11e color hex is 0.00, 0.04, 0.88, 0.02. Web safe color of #fbf11e is #ffff33. Color #fbf11e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11110001 00011110
Octal 373 361 36
Decimal 251 241 30
Hex FB F1 1E

RGB Percentages of Color #fbf11e

%48.08
%46.17
%5.75

CMYK Percentages of Color #fbf11e

%0
%4
%88
%2

Triadic Colors of #fbf11e

#fbf11e #1efbf1 #f11efb

Analogous Colors of #fbf11e

#fbf11e #97fb1e #fb831e

Monochromatic Colors of #fbf11e

#fbf11e

Complementary Color

#fbf11e #1e28fb

#fbf11e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf11e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf11e Color CSS Codes

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

#fbf11e Text Font Color

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

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


#fbf11e Background Color

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

This div background color is #fbf11e


#fbf11e Border Color

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

This div border color is #fbf11e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,241,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 #fbf11e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf11e


Comments

No comments written yet.

Please login to write comment.