Color Hex Logo

#f9efef Color Hex

#F9EFEF
(249,239,239)
0 Favorites   0 Comments

Color spaces of #f9efef

RGB 249239239
HSL0.000.450.96
HSV98°
CMYK 0.000.040.04   0.02
XYZ85.513488.104794.1602
Yxy88.10470.31930.3290
Hunter Lab93.8641-1.64266.2278
CIE-Lab95.20503.35841.1871

#f9efef color RGB value is (249,239,239).

#f9efef hex color red value is 249, green value is 239 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #f9efef hue: 0.00 , saturation: 0.45 and the lightness value of f9efef is 0.96.

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 11101111 11101111
Octal 371 357 357
Decimal 249 239 239
Hex F9 EF EF

RGB Percentages of Color #f9efef

%34.25
%32.87
%32.87

CMYK Percentages of Color #f9efef

%0
%4
%4
%2

Triadic Colors of #f9efef

#f9efef #eff9ef #efeff9

Analogous Colors of #f9efef

#f9efef #f9f4ef #f9eff4

Monochromatic Colors of #f9efef

#f9efef

Complementary Color

#f9efef #eff9f9

#f9efef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9efef Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9efef Color CSS Codes

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

#f9efef Text Font Color

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

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


#f9efef Background Color

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

This div background color is #f9efef


#f9efef Border Color

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

This div border color is #f9efef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9efef

Related Colors

#f9efef Color Palettes


Comments

No comments written yet.

Please login to write comment.