Color Hex Logo

#f9debd Color Hex

#F9DEBD
(249,222,189)
0 Favorites   0 Comments

Color spaces of #f9debd

RGB 249222189
HSL0.090.830.86
HSV33°24°98°
CMYK 0.000.110.24   0.02
XYZ74.373576.056458.9046
Yxy76.05640.35530.3633
Hunter Lab87.2103-0.392221.0009
CIE-Lab89.88554.344719.5967

#f9debd color RGB value is (249,222,189).

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

The process color (four color CMYK) of #f9debd color hex is 0.00, 0.11, 0.24, 0.02. Web safe color of #f9debd is #ffcccc. Color #f9debd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 11011110 10111101
Octal 371 336 275
Decimal 249 222 189
Hex F9 DE BD

RGB Percentages of Color #f9debd

%37.73
%33.64
%28.64

CMYK Percentages of Color #f9debd

%0
%11
%24
%2

Triadic Colors of #f9debd

#f9debd #bdf9de #debdf9

Analogous Colors of #f9debd

#f9debd #f6f9bd #f9c0bd

Monochromatic Colors of #f9debd

#f9debd

Complementary Color

#f9debd #bdd8f9

#f9debd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9debd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9debd Color CSS Codes

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

#f9debd Text Font Color

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

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


#f9debd Background Color

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

This div background color is #f9debd


#f9debd Border Color

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

This div border color is #f9debd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9debd

#f9debd Color Palettes


Comments

No comments written yet.

Please login to write comment.