Color Hex Logo

#f9efcf Color Hex

#F9EFCF
(249,239,207)
0 Favorites   0 Comments

Color spaces of #f9efcf

RGB 249239207
HSL0.130.780.89
HSV46°17°98°
CMYK 0.000.040.17   0.02
XYZ81.195986.377771.4246
Yxy86.37770.33970.3614
Hunter Lab92.9396-6.699319.4930
CIE-Lab94.4736-1.753216.6946

#f9efcf color RGB value is (249,239,207).

#f9efcf hex color red value is 249, green value is 239 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #f9efcf hue: 0.13 , saturation: 0.78 and the lightness value of f9efcf is 0.89.

The process color (four color CMYK) of #f9efcf color hex is 0.00, 0.04, 0.17, 0.02. Web safe color of #f9efcf is #ffffcc. Color #f9efcf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 11101111 11001111
Octal 371 357 317
Decimal 249 239 207
Hex F9 EF CF

RGB Percentages of Color #f9efcf

%35.83
%34.39
%29.78

CMYK Percentages of Color #f9efcf

%0
%4
%17
%2

Triadic Colors of #f9efcf

#f9efcf #cff9ef #efcff9

Analogous Colors of #f9efcf

#f9efcf #eef9cf #f9dacf

Monochromatic Colors of #f9efcf

#f9efcf

Complementary Color

#f9efcf #cfd9f9

#f9efcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9efcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9efcf Color CSS Codes

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

#f9efcf Text Font Color

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

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


#f9efcf Background Color

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

This div background color is #f9efcf


#f9efcf Border Color

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

This div border color is #f9efcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9efcf

#f9efcf Color Palettes


Comments

No comments written yet.

Please login to write comment.