Color Hex Logo

#fbf06f Color Hex

#FBF06F
(251,240,111)
0 Favorites   0 Comments

Color spaces of #fbf06f

RGB 251240111
HSL0.150.950.71
HSV55°56°98°
CMYK 0.000.040.56   0.02
XYZ73.813083.977127.3578
Yxy83.97710.39870.4536
Hunter Lab91.6390-16.590946.4470
CIE-Lab93.4406-12.139162.4874

#fbf06f color RGB value is (251,240,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11110000 01101111
Octal 373 360 157
Decimal 251 240 111
Hex FB F0 6F

RGB Percentages of Color #fbf06f

%41.69
%39.87
%18.44

CMYK Percentages of Color #fbf06f

%0
%4
%56
%2

Triadic Colors of #fbf06f

#fbf06f #6ffbf0 #f06ffb

Analogous Colors of #fbf06f

#fbf06f #c0fb6f #fbaa6f

Monochromatic Colors of #fbf06f

#fbf06f

Complementary Color

#fbf06f #6f7afb

#fbf06f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf06f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf06f Color CSS Codes

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

#fbf06f Text Font Color

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

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


#fbf06f Background Color

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

This div background color is #fbf06f


#fbf06f Border Color

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

This div border color is #fbf06f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf06f

Related Colors


Comments

No comments written yet.

Please login to write comment.