Color Hex Logo

#f9dfbd Color Hex

#F9DFBD
(249,223,189)
0 Favorites   0 Comments

Color spaces of #f9dfbd

RGB 249223189
HSL0.090.830.86
HSV34°24°98°
CMYK 0.000.100.24   0.02
XYZ74.639976.589258.9934
Yxy76.58920.35510.3643
Hunter Lab87.5153-0.912821.2937
CIE-Lab90.13223.830919.9402

#f9dfbd color RGB value is (249,223,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 11011111 10111101
Octal 371 337 275
Decimal 249 223 189
Hex F9 DF BD

RGB Percentages of Color #f9dfbd

%37.67
%33.74
%28.59

CMYK Percentages of Color #f9dfbd

%0
%10
%24
%2

Triadic Colors of #f9dfbd

#f9dfbd #bdf9df #dfbdf9

Analogous Colors of #f9dfbd

#f9dfbd #f5f9bd #f9c1bd

Monochromatic Colors of #f9dfbd

#f9dfbd

Complementary Color

#f9dfbd #bdd7f9

#f9dfbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9dfbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9dfbd Color CSS Codes

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

#f9dfbd Text Font Color

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

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


#f9dfbd Background Color

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

This div background color is #f9dfbd


#f9dfbd Border Color

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

This div border color is #f9dfbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9dfbd


Comments

No comments written yet.

Please login to write comment.