Color Hex Logo

#f0fedf Color Hex

#F0FEDF
(240,254,223)
0 Favorites   0 Comments

Color spaces of #f0fedf

RGB 240254223
HSL0.240.940.94
HSV87°12°100°
CMYK 0.060.000.12   0.00
XYZ84.696394.736683.6341
Yxy94.73660.32200.3601
Hunter Lab97.3327-15.006417.1874
CIE-Lab97.9280-9.921113.2646

#f0fedf color RGB value is (240,254,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 11111110 11011111
Octal 360 376 337
Decimal 240 254 223
Hex F0 FE DF

RGB Percentages of Color #f0fedf

%33.47
%35.43
%31.10

CMYK Percentages of Color #f0fedf

%6
%0
%12
%0

Triadic Colors of #f0fedf

#f0fedf #dff0fe #fedff0

Analogous Colors of #f0fedf

#f0fedf #e1fedf #fefddf

Monochromatic Colors of #f0fedf

#f0fedf

Complementary Color

#f0fedf #eddffe

#f0fedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0fedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0fedf Color CSS Codes

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

#f0fedf Text Font Color

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

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


#f0fedf Background Color

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

This div background color is #f0fedf


#f0fedf Border Color

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

This div border color is #f0fedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0fedf

#f0fedf Color Palettes


Comments

No comments written yet.

Please login to write comment.