Color Hex Logo

#fbf89d Color Hex

#FBF89D
(251,248,157)
0 Favorites   0 Comments

Color spaces of #fbf89d

RGB 251248157
HSL0.160.920.80
HSV58°37°98°
CMYK 0.000.010.37   0.02
XYZ79.436990.078445.0984
Yxy90.07840.37010.4197
Hunter Lab94.9096-16.692038.2638
CIE-Lab96.0293-11.909744.0702

#fbf89d color RGB value is (251,248,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11111000 10011101
Octal 373 370 235
Decimal 251 248 157
Hex FB F8 9D

RGB Percentages of Color #fbf89d

%38.26
%37.80
%23.93

CMYK Percentages of Color #fbf89d

%0
%1
%37
%2

Triadic Colors of #fbf89d

#fbf89d #9dfbf8 #f89dfb

Analogous Colors of #fbf89d

#fbf89d #cffb9d #fbc99d

Monochromatic Colors of #fbf89d

#fbf89d

Complementary Color

#fbf89d #9da0fb

#fbf89d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf89d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf89d Color CSS Codes

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

#fbf89d Text Font Color

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

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


#fbf89d Background Color

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

This div background color is #fbf89d


#fbf89d Border Color

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

This div border color is #fbf89d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf89d

Related Colors

#fbf89d Color Palettes


Comments

No comments written yet.

Please login to write comment.