Color Hex Logo

#fbf85e Color Hex

#FBF85E
(251,248,94)
0 Favorites   0 Comments

Color spaces of #fbf85e

RGB 25124894
HSL0.160.950.68
HSV59°63°98°
CMYK 0.000.010.63   0.02
XYZ75.371488.452223.6902
Yxy88.45220.40200.4717
Hunter Lab94.0490-21.534950.8996
CIE-Lab95.3510-17.162071.6936

#fbf85e color RGB value is (251,248,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11111000 01011110
Octal 373 370 136
Decimal 251 248 94
Hex FB F8 5E

RGB Percentages of Color #fbf85e

%42.33
%41.82
%15.85

CMYK Percentages of Color #fbf85e

%0
%1
%63
%2

Triadic Colors of #fbf85e

#fbf85e #5efbf8 #f85efb

Analogous Colors of #fbf85e

#fbf85e #b0fb5e #fbaa5e

Monochromatic Colors of #fbf85e

#fbf85e

Complementary Color

#fbf85e #5e61fb

#fbf85e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf85e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf85e Color CSS Codes

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

#fbf85e Text Font Color

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

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


#fbf85e Background Color

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

This div background color is #fbf85e


#fbf85e Border Color

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

This div border color is #fbf85e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf85e


Comments

No comments written yet.

Please login to write comment.