Color Hex Logo

#fbf5bd Color Hex

#FBF5BD
(251,245,189)
0 Favorites   0 Comments

Color spaces of #fbf5bd

RGB 251245189
HSL0.150.890.86
HSV54°25°98°
CMYK 0.000.020.25   0.02
XYZ81.621489.488261.1151
Yxy89.48820.35150.3854
Hunter Lab94.5982-11.533127.9145
CIE-Lab95.7841-6.574527.7531

#fbf5bd color RGB value is (251,245,189).

#fbf5bd hex color red value is 251, green value is 245 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #fbf5bd hue: 0.15 , saturation: 0.89 and the lightness value of fbf5bd is 0.86.

The process color (four color CMYK) of #fbf5bd color hex is 0.00, 0.02, 0.25, 0.02. Web safe color of #fbf5bd is #ffffcc. Color #fbf5bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11110101 10111101
Octal 373 365 275
Decimal 251 245 189
Hex FB F5 BD

RGB Percentages of Color #fbf5bd

%36.64
%35.77
%27.59

CMYK Percentages of Color #fbf5bd

%0
%2
%25
%2

Triadic Colors of #fbf5bd

#fbf5bd #bdfbf5 #f5bdfb

Analogous Colors of #fbf5bd

#fbf5bd #e2fbbd #fbd6bd

Monochromatic Colors of #fbf5bd

#fbf5bd

Complementary Color

#fbf5bd #bdc3fb

#fbf5bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf5bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf5bd Color CSS Codes

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

#fbf5bd Text Font Color

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

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


#fbf5bd Background Color

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

This div background color is #fbf5bd


#fbf5bd Border Color

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

This div border color is #fbf5bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf5bd

#fbf5bd Color Palettes


Comments

No comments written yet.

Please login to write comment.