Color Hex Logo

#f0efee Color Hex

#F0EFEE
(240,239,238)
0 Favorites   0 Comments

Color spaces of #f0efee

RGB 240239238
HSL0.080.060.94
HSV30°94°
CMYK 0.000.000.01   0.06
XYZ82.234386.431393.2376
Yxy86.43130.31400.3300
Hunter Lab92.9684-4.80445.6162
CIE-Lab94.49650.16220.5898

#f0efee color RGB value is (240,239,238).

#f0efee hex color red value is 240, green value is 239 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #f0efee hue: 0.08 , saturation: 0.06 and the lightness value of f0efee is 0.94.

The process color (four color CMYK) of #f0efee color hex is 0.00, 0.00, 0.01, 0.06. Web safe color of #f0efee is #ffffff. Color #f0efee contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 11101111 11101110
Octal 360 357 356
Decimal 240 239 238
Hex F0 EF EE

RGB Percentages of Color #f0efee

%33.47
%33.33
%33.19

CMYK Percentages of Color #f0efee

%0
%0
%1
%6

Triadic Colors of #f0efee

#f0efee #eef0ef #efeef0

Analogous Colors of #f0efee

#f0efee #f0f0ee #f0eeee

Monochromatic Colors of #f0efee

#f0efee

Complementary Color

#f0efee #eeeff0

#f0efee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0efee Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0efee Color CSS Codes

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

#f0efee Text Font Color

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

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


#f0efee Background Color

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

This div background color is #f0efee


#f0efee Border Color

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

This div border color is #f0efee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0efee


Comments

No comments written yet.

Please login to write comment.