Color Hex Logo

#fbf091 Color Hex

#FBF091
(251,240,145)
0 Favorites   0 Comments

Color spaces of #fbf091

RGB 251240145
HSL0.150.930.78
HSV54°42°98°
CMYK 0.000.040.42   0.02
XYZ76.054684.873739.1618
Yxy84.87370.38010.4242
Hunter Lab92.1269-13.863039.2855
CIE-Lab93.8287-9.205947.1277

#fbf091 color RGB value is (251,240,145).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11110000 10010001
Octal 373 360 221
Decimal 251 240 145
Hex FB F0 91

RGB Percentages of Color #fbf091

%39.47
%37.74
%22.80

CMYK Percentages of Color #fbf091

%0
%4
%42
%2

Triadic Colors of #fbf091

#fbf091 #91fbf0 #f091fb

Analogous Colors of #fbf091

#fbf091 #d1fb91 #fbbb91

Monochromatic Colors of #fbf091

#fbf091

Complementary Color

#fbf091 #919cfb

#fbf091 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf091 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf091 Color CSS Codes

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

#fbf091 Text Font Color

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

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


#fbf091 Background Color

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

This div background color is #fbf091


#fbf091 Border Color

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

This div border color is #fbf091


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf091


Comments

No comments written yet.

Please login to write comment.