Color Hex Logo

#fbf16e Color Hex

#FBF16E
(251,241,110)
0 Favorites   0 Comments

Color spaces of #fbf16e

RGB 251241110
HSL0.150.950.71
HSV56°56°98°
CMYK 0.000.040.56   0.02
XYZ74.053484.545627.1678
Yxy84.54560.39860.4551
Hunter Lab91.9487-17.150346.8458
CIE-Lab93.6870-12.702863.2051

#fbf16e color RGB value is (251,241,110).

#fbf16e hex color red value is 251, green value is 241 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #fbf16e hue: 0.15 , saturation: 0.95 and the lightness value of fbf16e is 0.71.

The process color (four color CMYK) of #fbf16e color hex is 0.00, 0.04, 0.56, 0.02. Web safe color of #fbf16e is #ffff66. Color #fbf16e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11110001 01101110
Octal 373 361 156
Decimal 251 241 110
Hex FB F1 6E

RGB Percentages of Color #fbf16e

%41.69
%40.03
%18.27

CMYK Percentages of Color #fbf16e

%0
%4
%56
%2

Triadic Colors of #fbf16e

#fbf16e #6efbf1 #f16efb

Analogous Colors of #fbf16e

#fbf16e #bffb6e #fbab6e

Monochromatic Colors of #fbf16e

#fbf16e

Complementary Color

#fbf16e #6e78fb

#fbf16e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf16e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf16e Color CSS Codes

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

#fbf16e Text Font Color

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

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


#fbf16e Background Color

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

This div background color is #fbf16e


#fbf16e Border Color

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

This div border color is #fbf16e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf16e

Related Colors


Comments

No comments written yet.

Please login to write comment.