Color Hex Logo

#f0eace Color Hex

#F0EACE
(240,234,206)
0 Favorites   0 Comments

Color spaces of #f0eace

RGB 240234206
HSL0.140.530.87
HSV49°14°94°
CMYK 0.000.030.14   0.06
XYZ76.498681.827170.1548
Yxy81.82710.33480.3581
Hunter Lab90.4583-7.348617.3386
CIE-Lab92.4985-2.570914.3252

#f0eace color RGB value is (240,234,206).

#f0eace hex color red value is 240, green value is 234 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #f0eace hue: 0.14 , saturation: 0.53 and the lightness value of f0eace is 0.87.

The process color (four color CMYK) of #f0eace color hex is 0.00, 0.03, 0.14, 0.06. Web safe color of #f0eace is #ffffcc. Color #f0eace contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 11101010 11001110
Octal 360 352 316
Decimal 240 234 206
Hex F0 EA CE

RGB Percentages of Color #f0eace

%35.29
%34.41
%30.29

CMYK Percentages of Color #f0eace

%0
%3
%14
%6

Triadic Colors of #f0eace

#f0eace #cef0ea #eacef0

Analogous Colors of #f0eace

#f0eace #e5f0ce #f0d9ce

Monochromatic Colors of #f0eace

#f0eace

Complementary Color

#f0eace #ced4f0

#f0eace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0eace Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0eace Color CSS Codes

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

#f0eace Text Font Color

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

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


#f0eace Background Color

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

This div background color is #f0eace


#f0eace Border Color

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

This div border color is #f0eace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0eace

#f0eace Color Palettes


Comments

No comments written yet.

Please login to write comment.