Color Hex Logo

#f0ecde Color Hex

#F0ECDE
(240,236,222)
0 Favorites   0 Comments

Color spaces of #f0ecde

RGB 240236222
HSL0.130.380.91
HSV47°94°
CMYK 0.000.020.08   0.06
XYZ79.115483.790181.1105
Yxy83.79010.32420.3434
Hunter Lab91.5369-5.912011.5392
CIE-Lab93.3593-1.03727.2486

#f0ecde color RGB value is (240,236,222).

#f0ecde hex color red value is 240, green value is 236 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #f0ecde hue: 0.13 , saturation: 0.38 and the lightness value of f0ecde is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 11101100 11011110
Octal 360 354 336
Decimal 240 236 222
Hex F0 EC DE

RGB Percentages of Color #f0ecde

%34.38
%33.81
%31.81

CMYK Percentages of Color #f0ecde

%0
%2
%8
%6

Triadic Colors of #f0ecde

#f0ecde #def0ec #ecdef0

Analogous Colors of #f0ecde

#f0ecde #ebf0de #f0e3de

Monochromatic Colors of #f0ecde

#f0ecde

Complementary Color

#f0ecde #dee2f0

#f0ecde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0ecde Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0ecde Color CSS Codes

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

#f0ecde Text Font Color

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

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


#f0ecde Background Color

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

This div background color is #f0ecde


#f0ecde Border Color

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

This div border color is #f0ecde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0ecde

#f0ecde Color Palettes


Comments

No comments written yet.

Please login to write comment.