Color Hex Logo

#f0eedf Color Hex

#F0EEDF
(240,238,223)
0 Favorites   0 Comments

Color spaces of #f0eedf

RGB 240238223
HSL0.150.360.91
HSV53°94°
CMYK 0.000.010.07   0.06
XYZ79.829085.002082.0116
Yxy85.00200.32340.3444
Hunter Lab92.1965-6.788511.7973
CIE-Lab93.8840-1.88917.4843

#f0eedf color RGB value is (240,238,223).

#f0eedf hex color red value is 240, green value is 238 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #f0eedf hue: 0.15 , saturation: 0.36 and the lightness value of f0eedf is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 11101110 11011111
Octal 360 356 337
Decimal 240 238 223
Hex F0 EE DF

RGB Percentages of Color #f0eedf

%34.24
%33.95
%31.81

CMYK Percentages of Color #f0eedf

%0
%1
%7
%6

Triadic Colors of #f0eedf

#f0eedf #dff0ee #eedff0

Analogous Colors of #f0eedf

#f0eedf #eaf0df #f0e6df

Monochromatic Colors of #f0eedf

#f0eedf

Complementary Color

#f0eedf #dfe1f0

#f0eedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0eedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0eedf Color CSS Codes

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

#f0eedf Text Font Color

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

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


#f0eedf Background Color

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

This div background color is #f0eedf


#f0eedf Border Color

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

This div border color is #f0eedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0eedf

#f0eedf Color Palettes


Comments

No comments written yet.

Please login to write comment.