Color Hex Logo

#f0edee Color Hex

#F0EDEE
(240,237,238)
2 Favorites   0 Comments

Color spaces of #f0edee

RGB 240237238
HSL0.940.090.94
HSV340°94°
CMYK 0.000.010.01   0.06
XYZ81.652085.266793.0435
Yxy85.26670.31410.3280
Hunter Lab92.3400-3.75564.8963
CIE-Lab93.99791.1838-0.1378

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

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

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

Base Numbers

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

RGB Percentages of Color #f0edee

%33.57
%33.15
%33.29

CMYK Percentages of Color #f0edee

%0
%1
%1
%6

Triadic Colors of #f0edee

#f0edee #eef0ed #edeef0

Analogous Colors of #f0edee

#f0edee #f0eeed #f0edf0

Monochromatic Colors of #f0edee

#f0edee

Complementary Color

#f0edee #edf0ef

#f0edee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0edee Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0edee Color CSS Codes

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

#f0edee Text Font Color

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

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


#f0edee Background Color

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

This div background color is #f0edee


#f0edee Border Color

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

This div border color is #f0edee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,237,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 #f0edee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0edee

#f0edee Color Palettes


Comments

No comments written yet.

Please login to write comment.