Color Hex Logo

#fbdebd Color Hex

#FBDEBD
(251,222,189)
0 Favorites   0 Comments

Color spaces of #fbdebd

RGB 251222189
HSL0.090.890.86
HSV32°25°98°
CMYK 0.000.120.25   0.02
XYZ75.090276.425958.9381
Yxy76.42590.35680.3631
Hunter Lab87.42190.332521.2232
CIE-Lab90.05675.082119.8610

#fbdebd color RGB value is (251,222,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011110 10111101
Octal 373 336 275
Decimal 251 222 189
Hex FB DE BD

RGB Percentages of Color #fbdebd

%37.92
%33.53
%28.55

CMYK Percentages of Color #fbdebd

%0
%12
%25
%2

Triadic Colors of #fbdebd

#fbdebd #bdfbde #debdfb

Analogous Colors of #fbdebd

#fbdebd #f9fbbd #fbbfbd

Monochromatic Colors of #fbdebd

#fbdebd

Complementary Color

#fbdebd #bddafb

#fbdebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdebd Color CSS Codes

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

#fbdebd Text Font Color

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

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


#fbdebd Background Color

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

This div background color is #fbdebd


#fbdebd Border Color

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

This div border color is #fbdebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdebd


Comments

No comments written yet.

Please login to write comment.