Color Hex Logo

#f0eeed Color Hex

#F0EEED
(240,238,237)
1 Favorites   0 Comments

Color spaces of #f0eeed

RGB 240238237
HSL0.060.090.94
HSV20°94°
CMYK 0.000.010.01   0.06
XYZ81.795885.788892.3686
Yxy85.78880.31470.3300
Hunter Lab92.6222-4.45355.7079
CIE-Lab94.22200.49690.7085

#f0eeed color RGB value is (240,238,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 11101110 11101101
Octal 360 356 355
Decimal 240 238 237
Hex F0 EE ED

RGB Percentages of Color #f0eeed

%33.57
%33.29
%33.15

CMYK Percentages of Color #f0eeed

%0
%1
%1
%6

Triadic Colors of #f0eeed

#f0eeed #edf0ee #eeedf0

Analogous Colors of #f0eeed

#f0eeed #f0f0ed #f0edee

Monochromatic Colors of #f0eeed

#f0eeed

Complementary Color

#f0eeed #edeff0

#f0eeed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0eeed Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0eeed Color CSS Codes

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

#f0eeed Text Font Color

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

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


#f0eeed Background Color

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

This div background color is #f0eeed


#f0eeed Border Color

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

This div border color is #f0eeed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0eeed

#f0eeed Color Palettes


Comments

No comments written yet.

Please login to write comment.