Color Hex Logo

#f0feed Color Hex

#F0FEED
(240,254,237)
0 Favorites   0 Comments

Color spaces of #f0feed

RGB 240254237
HSL0.300.890.96
HSV109°100°
CMYK 0.060.000.07   0.00
XYZ86.663195.523393.9910
Yxy95.52330.31380.3459
Hunter Lab97.7360-12.761011.3971
CIE-Lab98.2425-7.58076.5384

#f0feed color RGB value is (240,254,237).

#f0feed hex color red value is 240, green value is 254 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #f0feed hue: 0.30 , saturation: 0.89 and the lightness value of f0feed is 0.96.

The process color (four color CMYK) of #f0feed color hex is 0.06, 0.00, 0.07, 0.00. Web safe color of #f0feed is #ffffff. Color #f0feed contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 11111110 11101101
Octal 360 376 355
Decimal 240 254 237
Hex F0 FE ED

RGB Percentages of Color #f0feed

%32.83
%34.75
%32.42

CMYK Percentages of Color #f0feed

%6
%0
%7
%0

Triadic Colors of #f0feed

#f0feed #edf0fe #feedf0

Analogous Colors of #f0feed

#f0feed #edfef3 #f9feed

Monochromatic Colors of #f0feed

#f0feed

Complementary Color

#f0feed #fbedfe

#f0feed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0feed Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0feed Color CSS Codes

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

#f0feed Text Font Color

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

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


#f0feed Background Color

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

This div background color is #f0feed


#f0feed Border Color

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

This div border color is #f0feed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0feed

Related Colors


Comments

No comments written yet.

Please login to write comment.