Color Hex Logo

#fbf19f Color Hex

#FBF19F
(251,241,159)
0 Favorites   0 Comments

Color spaces of #fbf19f

RGB 251241159
HSL0.150.920.80
HSV53°37°98°
CMYK 0.000.040.37   0.02
XYZ77.497085.923045.3012
Yxy85.92300.37130.4117
Hunter Lab92.6947-12.981435.9104
CIE-Lab94.2794-8.232740.8300

#fbf19f color RGB value is (251,241,159).

#fbf19f hex color red value is 251, green value is 241 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #fbf19f hue: 0.15 , saturation: 0.92 and the lightness value of fbf19f is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11110001 10011111
Octal 373 361 237
Decimal 251 241 159
Hex FB F1 9F

RGB Percentages of Color #fbf19f

%38.56
%37.02
%24.42

CMYK Percentages of Color #fbf19f

%0
%4
%37
%2

Triadic Colors of #fbf19f

#fbf19f #9ffbf1 #f19ffb

Analogous Colors of #fbf19f

#fbf19f #d7fb9f #fbc39f

Monochromatic Colors of #fbf19f

#fbf19f

Complementary Color

#fbf19f #9fa9fb

#fbf19f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf19f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf19f Color CSS Codes

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

#fbf19f Text Font Color

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

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


#fbf19f Background Color

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

This div background color is #fbf19f


#fbf19f Border Color

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

This div border color is #fbf19f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf19f


Comments

No comments written yet.

Please login to write comment.