Color Hex Logo

#f0eeea Color Hex

#F0EEEA
(240,238,234)
0 Favorites   0 Comments

Color spaces of #f0eeea

RGB 240238234
HSL0.110.170.93
HSV40°94°
CMYK 0.000.010.03   0.06
XYZ81.361085.614890.0790
Yxy85.61480.31650.3331
Hunter Lab92.5283-4.96777.0492
CIE-Lab94.1474-0.02592.1574

#f0eeea color RGB value is (240,238,234).

#f0eeea hex color red value is 240, green value is 238 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #f0eeea hue: 0.11 , saturation: 0.17 and the lightness value of f0eeea is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 11101110 11101010
Octal 360 356 352
Decimal 240 238 234
Hex F0 EE EA

RGB Percentages of Color #f0eeea

%33.71
%33.43
%32.87

CMYK Percentages of Color #f0eeea

%0
%1
%3
%6

Triadic Colors of #f0eeea

#f0eeea #eaf0ee #eeeaf0

Analogous Colors of #f0eeea

#f0eeea #eff0ea #f0ebea

Monochromatic Colors of #f0eeea

#f0eeea

Complementary Color

#f0eeea #eaecf0

#f0eeea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0eeea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0eeea Color CSS Codes

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

#f0eeea Text Font Color

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

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


#f0eeea Background Color

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

This div background color is #f0eeea


#f0eeea Border Color

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

This div border color is #f0eeea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0eeea

#f0eeea Color Palettes


Comments

No comments written yet.

Please login to write comment.