Color Hex Logo

#f9dfbc Color Hex

#F9DFBC
(249,223,188)
0 Favorites   0 Comments

Color spaces of #f9dfbc

RGB 249223188
HSL0.100.840.86
HSV34°24°98°
CMYK 0.000.100.24   0.02
XYZ74.531776.545958.4236
Yxy76.54590.35580.3654
Hunter Lab87.4905-1.047221.6512
CIE-Lab90.11223.694120.4323

#f9dfbc color RGB value is (249,223,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 11011111 10111100
Octal 371 337 274
Decimal 249 223 188
Hex F9 DF BC

RGB Percentages of Color #f9dfbc

%37.73
%33.79
%28.48

CMYK Percentages of Color #f9dfbc

%0
%10
%24
%2

Triadic Colors of #f9dfbc

#f9dfbc #bcf9df #dfbcf9

Analogous Colors of #f9dfbc

#f9dfbc #f5f9bc #f9c1bc

Monochromatic Colors of #f9dfbc

#f9dfbc

Complementary Color

#f9dfbc #bcd6f9

#f9dfbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9dfbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9dfbc Color CSS Codes

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

#f9dfbc Text Font Color

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

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


#f9dfbc Background Color

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

This div background color is #f9dfbc


#f9dfbc Border Color

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

This div border color is #f9dfbc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,223,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9dfbc


Comments

No comments written yet.

Please login to write comment.