Color Hex Logo

#f0fedd Color Hex

#F0FEDD
(240,254,221)
0 Favorites   0 Comments

Color spaces of #f0fedd

RGB 240254221
HSL0.240.940.93
HSV85°13°100°
CMYK 0.060.000.13   0.00
XYZ84.428194.629382.2221
Yxy94.62930.32310.3622
Hunter Lab97.2776-15.314017.9805
CIE-Lab97.8850-10.244014.2271

#f0fedd color RGB value is (240,254,221).

#f0fedd hex color red value is 240, green value is 254 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #f0fedd hue: 0.24 , saturation: 0.94 and the lightness value of f0fedd is 0.93.

The process color (four color CMYK) of #f0fedd color hex is 0.06, 0.00, 0.13, 0.00. Web safe color of #f0fedd is #ffffcc. Color #f0fedd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 11111110 11011101
Octal 360 376 335
Decimal 240 254 221
Hex F0 FE DD

RGB Percentages of Color #f0fedd

%33.57
%35.52
%30.91

CMYK Percentages of Color #f0fedd

%6
%0
%13
%0

Triadic Colors of #f0fedd

#f0fedd #ddf0fe #feddf0

Analogous Colors of #f0fedd

#f0fedd #e0fedd #fefcdd

Monochromatic Colors of #f0fedd

#f0fedd

Complementary Color

#f0fedd #ebddfe

#f0fedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0fedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0fedd Color CSS Codes

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

#f0fedd Text Font Color

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

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


#f0fedd Background Color

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

This div background color is #f0fedd


#f0fedd Border Color

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

This div border color is #f0fedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0fedd


Comments

No comments written yet.

Please login to write comment.