crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#f0fded hex color - Lime Slice - Green - Cool color - Information

#f0fded hex color - Lime Slice - Green - Cool color

Color Hue/Base color: Green

Hex #f0fded Color Code is also known as Lime Slice color.

Hex #f0fded Color code in RGB color code model is created after adding 94.12% red color, 99.22% green color and 92.94% blue color. Hex #f0fded Color code in CMYK color (process color) code model is generated after subtraction of 5% cyan, 0% magenta, 6% yellow and 1% black.

Hex #f0fded color code is between #eeffee web safe hex color code and #ffeedd web safe hex color code. #eeffee is the nearest web safe color code. You can see here many more shades of #f0fded color code.

0 Likes 0 Comments | 50 Views

Color Table

Hex Color Codef0fded#f0fded
RGB Decimal240, 253, 237rgb(240, 253, 237)
RGB Percent94%, 99%, 93%rgb(94%, 99%, 93%)
CSS RGBa240, 253, 237,1rgba(240,253,237,1)
CMYK Modelcmyk(5%,0%,6%,1%)
HSL Color Space109,80% ,96%hsl(109,80% ,96%)
HSV Color Space109°, 6%, 99%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary111100001111110111101101
Octal360375355
Decimal240253237
Hexf0fded

Different shades of #f0fded color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #f0fded
#ffffff
Dark Shade of #f0fded
#caf8bf
Saturated Shade of #f0fded
#effeec
Desaturated Shade of #f0fded
#f1fcee
Grey scale Shade of #f0fded
#f5f5f5
Brighten Shade
#ffffff
Most Readable Shade
#000000

Shades of #f0fded color code

Generate more color scales with scales (color stack) generator.

#f0fded
#d5e0d2
#bac4b8
#a0a89e
#858c83
#6a7069
#50544f
#353834
#1a1c1a
#000000

Similar Color like #f0fded color

Find visually similar hex color codes nearing to #f0fded hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#f1feee
#f2ffef
#f3fff0
#f4fff1
#f5fff2
#f6fff3
#f7fff4
#f8fff5
#f9fff6
#fafff7
#fbfff8
#fcfff9
#fdfffa
#fefffb
#effcec
#eefbeb
#edfaea
#ecf9e9
#ebf8e8
#eaf7e7
#e9f6e6
#e8f5e5
#e7f4e4
#e6f3e3
#e5f2e2
#e4f1e1
#e3f0e0
#e2efdf

Monochromatic Color with #f0fded

#f0fded
#262826
#4f534e
#777d76
#9fa89d
#c8d2c5

Tints of #f0fded Color

#f0fded
#f1fdef
#f3fdf1
#f5fdf3
#f6fdf5
#f8fef7
#fafef9
#fbfefb
#fdfefd
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#f0fded
#faedfd

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#f0fded
#f2edfd
#fdedf8

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#f6fded
#f3fded
#f0fded
#edfded
#edfdf0

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#f0fded
#edf0fd
#fdedf0

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#f0fded
#edf8fd
#faedfd
#fdf2ed

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#f0fded
#faedfd
#fdedf8
#edfdf2

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #f0fded Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#f0fded Color Code Preview on Black Background Color

This is how #f0fded Color will look on black background color. Color contrast ratio is 19.98

#f0fded in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#f0fded">Your Example Paragraph content text in with font color #f0fded </p>

Your Example Paragraph content text in with font color #f0fded

HTML with inline CSS

<div style="color:#f0fded">Your Paragraph text in with font color #f0fded </div>

Your Example Paragraph content text in with font color #f0fded

#f0fded color code is use for CSS Background Color

Background color for the above div is #f0fded

HTML with inline CSS

<div style="background-color:#f0fded;"></div>

#f0fded color code is use for CSS Border Color

CSS Border color for the above div is #f0fded

HTML with inline CSS

<div style="border:5px solid #f0fded;"></div>

CSS Border Left color for the above div is #f0fded

HTML with inline CSS

<div style="border-left:5px solid #f0fded;"></div>

CSS Border Right color for the above div is #f0fded

HTML with inline CSS

<div style="border-right:5px solid #f0fded;"></div>

CSS Border Bottom color for the above div is #f0fded

HTML with inline CSS

<div style="border-bottom:5px solid #f0fded;"></div>

CSS Border Top color for the above div is #f0fded

HTML with inline CSS

<div style="border-top:5px solid #f0fded;"></div>

#f0fded hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#f0fded; } .examplecolorclass {color:#f0fded; } .examplebordercolor {border:3px solid #f0fded; }

#f0fded Color code Preview on White Background

This is how #f0fded Color code will look on white background color. Color contrast ratio is 1.05

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #f0fded; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #f0fded; }

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 50 Views

Post your comment:-

By submitting comment you agree to our privacy policy.