Color Hex Logo

#fbdeb9 Color Hex

#FBDEB9
(251,222,185)
0 Favorites   0 Comments

Color spaces of #fbdeb9

RGB 251222185
HSL0.090.890.85
HSV34°26°98°
CMYK 0.000.120.26   0.02
XYZ74.661976.254656.6824
Yxy76.25460.35960.3673
Hunter Lab87.3239-0.199322.6413
CIE-Lab89.97744.543421.8308

#fbdeb9 color RGB value is (251,222,185).

#fbdeb9 hex color red value is 251, green value is 222 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #fbdeb9 hue: 0.09 , saturation: 0.89 and the lightness value of fbdeb9 is 0.85.

The process color (four color CMYK) of #fbdeb9 color hex is 0.00, 0.12, 0.26, 0.02. Web safe color of #fbdeb9 is #ffcccc. Color #fbdeb9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011110 10111001
Octal 373 336 271
Decimal 251 222 185
Hex FB DE B9

RGB Percentages of Color #fbdeb9

%38.15
%33.74
%28.12

CMYK Percentages of Color #fbdeb9

%0
%12
%26
%2

Triadic Colors of #fbdeb9

#fbdeb9 #b9fbde #deb9fb

Analogous Colors of #fbdeb9

#fbdeb9 #f7fbb9 #fbbdb9

Monochromatic Colors of #fbdeb9

#fbdeb9

Complementary Color

#fbdeb9 #b9d6fb

#fbdeb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdeb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdeb9 Color CSS Codes

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

#fbdeb9 Text Font Color

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

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


#fbdeb9 Background Color

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

This div background color is #fbdeb9


#fbdeb9 Border Color

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

This div border color is #fbdeb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdeb9

#fbdeb9 Color Palettes


Comments

No comments written yet.

Please login to write comment.