Color Hex Logo

#f0efdd Color Hex

#F0EFDD
(240,239,221)
0 Favorites   0 Comments

Color spaces of #f0efdd

RGB 240239221
HSL0.160.390.90
HSV57°94°
CMYK 0.000.000.08   0.06
XYZ79.852885.478780.6970
Yxy85.47870.32460.3474
Hunter Lab92.4547-7.625912.9683
CIE-Lab94.0890-2.72608.8154

#f0efdd color RGB value is (240,239,221).

#f0efdd hex color red value is 240, green value is 239 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #f0efdd hue: 0.16 , saturation: 0.39 and the lightness value of f0efdd is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 11101111 11011101
Octal 360 357 335
Decimal 240 239 221
Hex F0 EF DD

RGB Percentages of Color #f0efdd

%34.29
%34.14
%31.57

CMYK Percentages of Color #f0efdd

%0
%0
%8
%6

Triadic Colors of #f0efdd

#f0efdd #ddf0ef #efddf0

Analogous Colors of #f0efdd

#f0efdd #e8f0dd #f0e6dd

Monochromatic Colors of #f0efdd

#f0efdd

Complementary Color

#f0efdd #dddef0

#f0efdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0efdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0efdd Color CSS Codes

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

#f0efdd Text Font Color

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

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


#f0efdd Background Color

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

This div background color is #f0efdd


#f0efdd Border Color

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

This div border color is #f0efdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0efdd

#f0efdd Color Palettes


Comments

No comments written yet.

Please login to write comment.