Color Hex Logo

#fbe3bd Color Hex

#FBE3BD
(251,227,189)
0 Favorites   0 Comments

Color spaces of #fbe3bd

RGB 251227189
HSL0.100.890.86
HSV37°25°98°
CMYK 0.000.100.25   0.02
XYZ76.438179.121559.3874
Yxy79.12150.35560.3681
Hunter Lab88.9503-2.271622.6804
CIE-Lab91.28922.518821.5729

#fbe3bd color RGB value is (251,227,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100011 10111101
Octal 373 343 275
Decimal 251 227 189
Hex FB E3 BD

RGB Percentages of Color #fbe3bd

%37.63
%34.03
%28.34

CMYK Percentages of Color #fbe3bd

%0
%10
%25
%2

Triadic Colors of #fbe3bd

#fbe3bd #bdfbe3 #e3bdfb

Analogous Colors of #fbe3bd

#fbe3bd #f4fbbd #fbc4bd

Monochromatic Colors of #fbe3bd

#fbe3bd

Complementary Color

#fbe3bd #bdd5fb

#fbe3bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe3bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe3bd Color CSS Codes

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

#fbe3bd Text Font Color

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

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


#fbe3bd Background Color

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

This div background color is #fbe3bd


#fbe3bd Border Color

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

This div border color is #fbe3bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe3bd

Related Colors


Comments

No comments written yet.

Please login to write comment.