Color Hex Logo

#f0eadc Color Hex

#F0EADC
(240,234,220)
0 Favorites   0 Comments

Color spaces of #f0eadc

RGB 240234220
HSL0.120.400.90
HSV42°94°
CMYK 0.000.030.08   0.06
XYZ78.276382.538279.5160
Yxy82.53820.32570.3434
Hunter Lab90.8505-5.193911.7024
CIE-Lab92.8119-0.34667.5007

#f0eadc color RGB value is (240,234,220).

#f0eadc hex color red value is 240, green value is 234 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #f0eadc hue: 0.12 , saturation: 0.40 and the lightness value of f0eadc is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 11101010 11011100
Octal 360 352 334
Decimal 240 234 220
Hex F0 EA DC

RGB Percentages of Color #f0eadc

%34.58
%33.72
%31.70

CMYK Percentages of Color #f0eadc

%0
%3
%8
%6

Triadic Colors of #f0eadc

#f0eadc #dcf0ea #eadcf0

Analogous Colors of #f0eadc

#f0eadc #ecf0dc #f0e0dc

Monochromatic Colors of #f0eadc

#f0eadc

Complementary Color

#f0eadc #dce2f0

#f0eadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0eadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0eadc Color CSS Codes

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

#f0eadc Text Font Color

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

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


#f0eadc Background Color

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

This div background color is #f0eadc


#f0eadc Border Color

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

This div border color is #f0eadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0eadc


Comments

No comments written yet.

Please login to write comment.