Color Hex Logo

#fbf597 Color Hex

#FBF597
(251,245,151)
0 Favorites   0 Comments

Color spaces of #fbf597

RGB 251245151
HSL0.160.930.79
HSV56°40°98°
CMYK 0.000.020.40   0.02
XYZ78.022088.048442.1610
Yxy88.04840.37470.4228
Hunter Lab93.8341-15.789039.0440
CIE-Lab95.1813-11.067745.9179

#fbf597 color RGB value is (251,245,151).

#fbf597 hex color red value is 251, green value is 245 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #fbf597 hue: 0.16 , saturation: 0.93 and the lightness value of fbf597 is 0.79.

The process color (four color CMYK) of #fbf597 color hex is 0.00, 0.02, 0.40, 0.02. Web safe color of #fbf597 is #ffff99. Color #fbf597 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11110101 10010111
Octal 373 365 227
Decimal 251 245 151
Hex FB F5 97

RGB Percentages of Color #fbf597

%38.79
%37.87
%23.34

CMYK Percentages of Color #fbf597

%0
%2
%40
%2

Triadic Colors of #fbf597

#fbf597 #97fbf5 #f597fb

Analogous Colors of #fbf597

#fbf597 #cffb97 #fbc397

Monochromatic Colors of #fbf597

#fbf597

Complementary Color

#fbf597 #979dfb

#fbf597 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf597 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf597 Color CSS Codes

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

#fbf597 Text Font Color

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

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


#fbf597 Background Color

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

This div background color is #fbf597


#fbf597 Border Color

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

This div border color is #fbf597


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf597

Related Colors


Comments

No comments written yet.

Please login to write comment.