Color Hex Logo

#fbf19d Color Hex

#FBF19D
(251,241,157)
0 Favorites   0 Comments

Color spaces of #fbf19d

RGB 251241157
HSL0.150.920.80
HSV54°37°98°
CMYK 0.000.040.37   0.02
XYZ77.324885.854144.3943
Yxy85.85410.37250.4136
Hunter Lab92.6575-13.188336.4531
CIE-Lab94.2499-8.451841.7823

#fbf19d color RGB value is (251,241,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11110001 10011101
Octal 373 361 235
Decimal 251 241 157
Hex FB F1 9D

RGB Percentages of Color #fbf19d

%38.67
%37.13
%24.19

CMYK Percentages of Color #fbf19d

%0
%4
%37
%2

Triadic Colors of #fbf19d

#fbf19d #9dfbf1 #f19dfb

Analogous Colors of #fbf19d

#fbf19d #d6fb9d #fbc29d

Monochromatic Colors of #fbf19d

#fbf19d

Complementary Color

#fbf19d #9da7fb

#fbf19d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf19d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf19d Color CSS Codes

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

#fbf19d Text Font Color

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

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


#fbf19d Background Color

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

This div background color is #fbf19d


#fbf19d Border Color

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

This div border color is #fbf19d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf19d


Comments

No comments written yet.

Please login to write comment.