Color Hex Logo

#f0eeee Color Hex

#F0EEEE
(240,238,238)
0 Favorites   0 Comments

Color spaces of #f0eeee

RGB 240238238
HSL0.000.060.94
HSV94°
CMYK 0.000.010.01   0.06
XYZ81.942385.847493.1403
Yxy85.84740.31400.3290
Hunter Lab92.6539-4.28045.2564
CIE-Lab94.24710.67250.2259

#f0eeee color RGB value is (240,238,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 11101110 11101110
Octal 360 356 356
Decimal 240 238 238
Hex F0 EE EE

RGB Percentages of Color #f0eeee

%33.52
%33.24
%33.24

CMYK Percentages of Color #f0eeee

%0
%1
%1
%6

Triadic Colors of #f0eeee

#f0eeee #eef0ee #eeeef0

Analogous Colors of #f0eeee

#f0eeee #f0efee #f0eeef

Monochromatic Colors of #f0eeee

#f0eeee

Complementary Color

#f0eeee #eef0f0

#f0eeee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0eeee Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0eeee Color CSS Codes

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

#f0eeee Text Font Color

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

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


#f0eeee Background Color

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

This div background color is #f0eeee


#f0eeee Border Color

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

This div border color is #f0eeee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0eeee


Comments

No comments written yet.

Please login to write comment.