Color Hex Logo

#fbf3bd Color Hex

#FBF3BD
(251,243,189)
0 Favorites   0 Comments

Color spaces of #fbf3bd

RGB 251243189
HSL0.150.890.86
HSV52°25°98°
CMYK 0.000.030.25   0.02
XYZ81.019688.284560.9145
Yxy88.28450.35190.3835
Hunter Lab93.9598-10.512927.3340
CIE-Lab95.2806-5.575327.0658

#fbf3bd color RGB value is (251,243,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11110011 10111101
Octal 373 363 275
Decimal 251 243 189
Hex FB F3 BD

RGB Percentages of Color #fbf3bd

%36.75
%35.58
%27.67

CMYK Percentages of Color #fbf3bd

%0
%3
%25
%2

Triadic Colors of #fbf3bd

#fbf3bd #bdfbf3 #f3bdfb

Analogous Colors of #fbf3bd

#fbf3bd #e4fbbd #fbd4bd

Monochromatic Colors of #fbf3bd

#fbf3bd

Complementary Color

#fbf3bd #bdc5fb

#fbf3bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf3bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf3bd Color CSS Codes

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

#fbf3bd Text Font Color

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

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


#fbf3bd Background Color

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

This div background color is #fbf3bd


#fbf3bd Border Color

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

This div border color is #fbf3bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf3bd

Related Colors


Comments

No comments written yet.

Please login to write comment.