Color Hex Logo

#fbf297 Color Hex

#FBF297
(251,242,151)
0 Favorites   0 Comments

Color spaces of #fbf297

RGB 251242151
HSL0.150.930.79
HSV55°40°98°
CMYK 0.000.040.40   0.02
XYZ77.121786.247941.8609
Yxy86.24790.37580.4202
Hunter Lab92.8697-14.290538.2839
CIE-Lab94.4182-9.586344.9489

#fbf297 color RGB value is (251,242,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11110010 10010111
Octal 373 362 227
Decimal 251 242 151
Hex FB F2 97

RGB Percentages of Color #fbf297

%38.98
%37.58
%23.45

CMYK Percentages of Color #fbf297

%0
%4
%40
%2

Triadic Colors of #fbf297

#fbf297 #97fbf2 #f297fb

Analogous Colors of #fbf297

#fbf297 #d2fb97 #fbc097

Monochromatic Colors of #fbf297

#fbf297

Complementary Color

#fbf297 #97a0fb

#fbf297 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf297 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf297 Color CSS Codes

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

#fbf297 Text Font Color

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

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


#fbf297 Background Color

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

This div background color is #fbf297


#fbf297 Border Color

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

This div border color is #fbf297


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf297


Comments

No comments written yet.

Please login to write comment.