Color Hex Logo

#f9dfbb Color Hex

#F9DFBB
(249,223,187)
0 Favorites   0 Comments

Color spaces of #f9dfbb

RGB 249223187
HSL0.100.840.85
HSV35°25°98°
CMYK 0.000.100.25   0.02
XYZ74.424276.502957.8577
Yxy76.50290.35650.3664
Hunter Lab87.4659-1.180922.0065
CIE-Lab90.09233.558020.9245

#f9dfbb color RGB value is (249,223,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 11011111 10111011
Octal 371 337 273
Decimal 249 223 187
Hex F9 DF BB

RGB Percentages of Color #f9dfbb

%37.78
%33.84
%28.38

CMYK Percentages of Color #f9dfbb

%0
%10
%25
%2

Triadic Colors of #f9dfbb

#f9dfbb #bbf9df #dfbbf9

Analogous Colors of #f9dfbb

#f9dfbb #f4f9bb #f9c0bb

Monochromatic Colors of #f9dfbb

#f9dfbb

Complementary Color

#f9dfbb #bbd5f9

#f9dfbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9dfbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9dfbb Color CSS Codes

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

#f9dfbb Text Font Color

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

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


#f9dfbb Background Color

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

This div background color is #f9dfbb


#f9dfbb Border Color

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

This div border color is #f9dfbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9dfbb


Comments

No comments written yet.

Please login to write comment.