Color Hex Logo

#f9efde Color Hex

#F9EFDE
(249,239,222)
0 Favorites   0 Comments

Color spaces of #f9efde

RGB 249239222
HSL0.100.690.92
HSV38°11°98°
CMYK 0.000.040.11   0.02
XYZ83.118287.146781.5474
Yxy87.14670.33010.3461
Hunter Lab93.3524-4.435613.5543
CIE-Lab94.80050.55269.4085

#f9efde color RGB value is (249,239,222).

#f9efde hex color red value is 249, green value is 239 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #f9efde hue: 0.10 , saturation: 0.69 and the lightness value of f9efde is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 11101111 11011110
Octal 371 357 336
Decimal 249 239 222
Hex F9 EF DE

RGB Percentages of Color #f9efde

%35.07
%33.66
%31.27

CMYK Percentages of Color #f9efde

%0
%4
%11
%2

Triadic Colors of #f9efde

#f9efde #def9ef #efdef9

Analogous Colors of #f9efde

#f9efde #f6f9de #f9e2de

Monochromatic Colors of #f9efde

#f9efde

Complementary Color

#f9efde #dee8f9

#f9efde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9efde Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9efde Color CSS Codes

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

#f9efde Text Font Color

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

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


#f9efde Background Color

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

This div background color is #f9efde


#f9efde Border Color

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

This div border color is #f9efde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9efde

Related Colors


Comments

No comments written yet.

Please login to write comment.