Color Hex Logo

#fbf05e Color Hex

#FBF05E
(251,240,94)
0 Favorites   0 Comments

Color spaces of #fbf05e

RGB 25124094
HSL0.150.950.68
HSV56°63°98°
CMYK 0.000.040.63   0.02
XYZ72.964183.637622.8877
Yxy83.63760.40650.4660
Hunter Lab91.4536-17.631849.1793
CIE-Lab93.2929-13.271269.5190

#fbf05e color RGB value is (251,240,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11110000 01011110
Octal 373 360 136
Decimal 251 240 94
Hex FB F0 5E

RGB Percentages of Color #fbf05e

%42.91
%41.03
%16.07

CMYK Percentages of Color #fbf05e

%0
%4
%63
%2

Triadic Colors of #fbf05e

#fbf05e #5efbf0 #f05efb

Analogous Colors of #fbf05e

#fbf05e #b8fb5e #fba25e

Monochromatic Colors of #fbf05e

#fbf05e

Complementary Color

#fbf05e #5e69fb

#fbf05e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf05e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf05e Color CSS Codes

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

#fbf05e Text Font Color

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

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


#fbf05e Background Color

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

This div background color is #fbf05e


#fbf05e Border Color

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

This div border color is #fbf05e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf05e


Comments

No comments written yet.

Please login to write comment.