Color Hex Logo

#f9efda Color Hex

#F9EFDA
(249,239,218)
0 Favorites   0 Comments

Color spaces of #f9efda

RGB 249239218
HSL0.110.720.92
HSV41°12°98°
CMYK 0.000.040.12   0.02
XYZ82.588386.934778.7569
Yxy86.93470.33260.3501
Hunter Lab93.2388-5.057615.1861
CIE-Lab94.7106-0.078011.3492

#f9efda color RGB value is (249,239,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 11101111 11011010
Octal 371 357 332
Decimal 249 239 218
Hex F9 EF DA

RGB Percentages of Color #f9efda

%35.27
%33.85
%30.88

CMYK Percentages of Color #f9efda

%0
%4
%12
%2

Triadic Colors of #f9efda

#f9efda #daf9ef #efdaf9

Analogous Colors of #f9efda

#f9efda #f4f9da #f9e0da

Monochromatic Colors of #f9efda

#f9efda

Complementary Color

#f9efda #dae4f9

#f9efda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9efda Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9efda Color CSS Codes

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

#f9efda Text Font Color

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

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


#f9efda Background Color

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

This div background color is #f9efda


#f9efda Border Color

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

This div border color is #f9efda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9efda


Comments

No comments written yet.

Please login to write comment.