Color Hex Logo

#f0faed Color Hex

#F0FAED
(240,250,237)
0 Favorites   0 Comments

Color spaces of #f0faed

RGB 240250237
HSL0.290.570.95
HSV106°98°
CMYK 0.040.000.05   0.02
XYZ85.406893.010993.5722
Yxy93.01090.31400.3420
Hunter Lab96.4422-10.69869.9839
CIE-Lab97.2320-5.57945.0794

#f0faed color RGB value is (240,250,237).

#f0faed hex color red value is 240, green value is 250 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #f0faed hue: 0.29 , saturation: 0.57 and the lightness value of f0faed is 0.95.

The process color (four color CMYK) of #f0faed color hex is 0.04, 0.00, 0.05, 0.02. Web safe color of #f0faed is #ffffff. Color #f0faed contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 11111010 11101101
Octal 360 372 355
Decimal 240 250 237
Hex F0 FA ED

RGB Percentages of Color #f0faed

%33.01
%34.39
%32.60

CMYK Percentages of Color #f0faed

%4
%0
%5
%2

Triadic Colors of #f0faed

#f0faed #edf0fa #faedf0

Analogous Colors of #f0faed

#f0faed #edfaf1 #f7faed

Monochromatic Colors of #f0faed

#f0faed

Complementary Color

#f0faed #f7edfa

#f0faed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0faed Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0faed Color CSS Codes

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

#f0faed Text Font Color

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

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


#f0faed Background Color

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

This div background color is #f0faed


#f0faed Border Color

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

This div border color is #f0faed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0faed


Comments

No comments written yet.

Please login to write comment.