Color Hex Logo

#f0fedb Color Hex

#F0FEDB
(240,254,219)
0 Favorites   0 Comments

Color spaces of #f0fedb

RGB 240254219
HSL0.230.950.93
HSV84°14°100°
CMYK 0.060.000.14   0.00
XYZ84.163294.523480.8268
Yxy94.52340.32430.3642
Hunter Lab97.2231-15.618318.7653
CIE-Lab97.8425-10.564115.1899

#f0fedb color RGB value is (240,254,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 11111110 11011011
Octal 360 376 333
Decimal 240 254 219
Hex F0 FE DB

RGB Percentages of Color #f0fedb

%33.66
%35.62
%30.72

CMYK Percentages of Color #f0fedb

%6
%0
%14
%0

Triadic Colors of #f0fedb

#f0fedb #dbf0fe #fedbf0

Analogous Colors of #f0fedb

#f0fedb #dffedb #fefbdb

Monochromatic Colors of #f0fedb

#f0fedb

Complementary Color

#f0fedb #e9dbfe

#f0fedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0fedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0fedb Color CSS Codes

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

#f0fedb Text Font Color

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

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


#f0fedb Background Color

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

This div background color is #f0fedb


#f0fedb Border Color

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

This div border color is #f0fedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0fedb


Comments

No comments written yet.

Please login to write comment.