Color Hex Logo

#fbf49d Color Hex

#FBF49D
(251,244,157)
0 Favorites   0 Comments

Color spaces of #fbf49d

RGB 251244157
HSL0.150.920.80
HSV56°37°98°
CMYK 0.000.030.37   0.02
XYZ78.220187.644944.6928
Yxy87.64490.37150.4163
Hunter Lab93.6189-14.693337.2287
CIE-Lab95.0112-9.938742.7632

#fbf49d color RGB value is (251,244,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11110100 10011101
Octal 373 364 235
Decimal 251 244 157
Hex FB F4 9D

RGB Percentages of Color #fbf49d

%38.50
%37.42
%24.08

CMYK Percentages of Color #fbf49d

%0
%3
%37
%2

Triadic Colors of #fbf49d

#fbf49d #9dfbf4 #f49dfb

Analogous Colors of #fbf49d

#fbf49d #d3fb9d #fbc59d

Monochromatic Colors of #fbf49d

#fbf49d

Complementary Color

#fbf49d #9da4fb

#fbf49d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf49d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf49d Color CSS Codes

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

#fbf49d Text Font Color

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

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


#fbf49d Background Color

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

This div background color is #fbf49d


#fbf49d Border Color

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

This div border color is #fbf49d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf49d

Related Colors


Comments

No comments written yet.

Please login to write comment.