Color Hex Logo

#f0efeb Color Hex

#F0EFEB
(240,239,235)
0 Favorites   0 Comments

Color spaces of #f0efeb

RGB 240239235
HSL0.130.140.93
HSV48°94°
CMYK 0.000.000.02   0.06
XYZ81.797186.256490.9352
Yxy86.25640.31580.3331
Hunter Lab92.8743-5.32006.9599
CIE-Lab94.4219-0.36222.0376

#f0efeb color RGB value is (240,239,235).

#f0efeb hex color red value is 240, green value is 239 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #f0efeb hue: 0.13 , saturation: 0.14 and the lightness value of f0efeb is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 11101111 11101011
Octal 360 357 353
Decimal 240 239 235
Hex F0 EF EB

RGB Percentages of Color #f0efeb

%33.61
%33.47
%32.91

CMYK Percentages of Color #f0efeb

%0
%0
%2
%6

Triadic Colors of #f0efeb

#f0efeb #ebf0ef #efebf0

Analogous Colors of #f0efeb

#f0efeb #eff0eb #f0edeb

Monochromatic Colors of #f0efeb

#f0efeb

Complementary Color

#f0efeb #ebecf0

#f0efeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0efeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0efeb Color CSS Codes

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

#f0efeb Text Font Color

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

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


#f0efeb Background Color

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

This div background color is #f0efeb


#f0efeb Border Color

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

This div border color is #f0efeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0efeb

#f0efeb Color Palettes


Comments

No comments written yet.

Please login to write comment.