Color Hex Logo

#f0ecee Color Hex

#F0ECEE
(240,236,238)
0 Favorites   0 Comments

Color spaces of #f0ecee

RGB 240236238
HSL0.920.120.93
HSV330°94°
CMYK 0.000.020.01   0.06
XYZ81.363284.689292.9473
Yxy84.68920.31410.3270
Hunter Lab92.0267-3.23044.5356
CIE-Lab93.74901.6956-0.5015

#f0ecee color RGB value is (240,236,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 11101100 11101110
Octal 360 354 356
Decimal 240 236 238
Hex F0 EC EE

RGB Percentages of Color #f0ecee

%33.61
%33.05
%33.33

CMYK Percentages of Color #f0ecee

%0
%2
%1
%6

Triadic Colors of #f0ecee

#f0ecee #eef0ec #eceef0

Analogous Colors of #f0ecee

#f0ecee #f0ecec #f0ecf0

Monochromatic Colors of #f0ecee

#f0ecee

Complementary Color

#f0ecee #ecf0ee

#f0ecee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0ecee Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0ecee Color CSS Codes

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

#f0ecee Text Font Color

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

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


#f0ecee Background Color

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

This div background color is #f0ecee


#f0ecee Border Color

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

This div border color is #f0ecee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0ecee


Comments

No comments written yet.

Please login to write comment.