Color Hex Logo

#fbe2bd Color Hex

#FBE2BD
(251,226,189)
0 Favorites   0 Comments

Color spaces of #fbe2bd

RGB 251226189
HSL0.100.890.86
HSV36°25°98°
CMYK 0.000.100.25   0.02
XYZ76.165378.576159.2965
Yxy78.57610.35580.3671
Hunter Lab88.6432-1.752122.3891
CIE-Lab91.04213.030021.2303

#fbe2bd color RGB value is (251,226,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100010 10111101
Octal 373 342 275
Decimal 251 226 189
Hex FB E2 BD

RGB Percentages of Color #fbe2bd

%37.69
%33.93
%28.38

CMYK Percentages of Color #fbe2bd

%0
%10
%25
%2

Triadic Colors of #fbe2bd

#fbe2bd #bdfbe2 #e2bdfb

Analogous Colors of #fbe2bd

#fbe2bd #f5fbbd #fbc3bd

Monochromatic Colors of #fbe2bd

#fbe2bd

Complementary Color

#fbe2bd #bdd6fb

#fbe2bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe2bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe2bd Color CSS Codes

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

#fbe2bd Text Font Color

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

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


#fbe2bd Background Color

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

This div background color is #fbe2bd


#fbe2bd Border Color

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

This div border color is #fbe2bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe2bd

Related Colors

#fbe2bd Color Palettes


Comments

No comments written yet.

Please login to write comment.