crispedge.com

Color picker

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

#edf1da hex color - Green - Warm color - Information

#edf1da hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

Hex #edf1da Color code in RGB color code model is created after adding 92.94% red color, 94.51% green color and 85.49% blue color. Hex #edf1da Color code in CMYK color (process color) code model is generated after subtraction of 2% cyan, 0% magenta, 10% yellow and 5% black.

Hex #edf1da color code is between #eeeedd web safe hex color code and #ddffcc web safe hex color code. #eeeedd is the nearest web safe color code. You can see here many more shades of #edf1da color code.

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Codeedf1da#edf1da
RGB Decimal237, 241, 218rgb(237, 241, 218)
RGB Percent93%, 95%, 85%rgb(93%, 95%, 85%)
CSS RGBa237, 241, 218,1rgba(237,241,218,1)
CMYK Modelcmyk(2%,0%,10%,5%)
HSL Color Space70,45% ,90%hsl(70,45% ,90%)
HSV Color Space70°, 10%, 95%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011011111000111011010
Octal355361332
Decimal237241218
Hexedf1da

Different shades of #edf1da color code.

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

Light Shade of #edf1da
#ffffff
Dark Shade of #edf1da
#dbe3b5
Saturated Shade of #edf1da
#eff4d7
Desaturated Shade of #edf1da
#ebeedd
Grey scale Shade of #edf1da
#e5e5e5
Brighten Shade
#fffff3
Most Readable Shade
#000000

Shades of #edf1da color code

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

#edf1da
#d2d6c1
#b8bba9
#9ea091
#838579
#696b60
#4f5048
#343530
#1a1a18
#000000

Similar Color like #edf1da color

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

#eef2db
#eff3dc
#f0f4dd
#f1f5de
#f2f6df
#f3f7e0
#f4f8e1
#f5f9e2
#f6fae3
#f7fbe4
#f8fce5
#f9fde6
#fafee7
#fbffe8
#ecf0d9
#ebefd8
#eaeed7
#e9edd6
#e8ecd5
#e7ebd4
#e6ead3
#e5e9d2
#e4e8d1
#e3e7d0
#e2e6cf
#e1e5ce
#e0e4cd
#dfe3cc

Monochromatic Color with #edf1da

#edf1da
#1c1c1a
#464740
#707167
#999c8d
#c3c6b4

Tints of #edf1da Color

#edf1da
#eff2de
#f1f4e2
#f3f5e6
#f5f7ea
#f7f8ee
#f9faf2
#fbfbf6
#fdfdfa
#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

#edf1da
#dedaf1

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

Split Complementary

#edf1da
#dae1f1
#eadaf1

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

Analogous Color

#f1ecda
#f1f0da
#edf1da
#e8f1da
#e4f1da

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

#edf1da
#daedf1
#f1daed

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

#edf1da
#daf1e9
#dedaf1
#f1dae1

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

#edf1da
#dedaf1
#eadaf1
#e1f1da

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 #edf1da 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.

#edf1da Color Code Preview on Black Background Color

This is how #edf1da Color will look on black background color. Color contrast ratio is 18.20

#edf1da in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #edf1da

HTML with inline CSS

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

Your Example Paragraph content text in with font color #edf1da

#edf1da color code is use for CSS Background Color

Background color for the above div is #edf1da

HTML with inline CSS

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

#edf1da color code is use for CSS Border Color

CSS Border color for the above div is #edf1da

HTML with inline CSS

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

CSS Border Left color for the above div is #edf1da

HTML with inline CSS

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

CSS Border Right color for the above div is #edf1da

HTML with inline CSS

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

CSS Border Bottom color for the above div is #edf1da

HTML with inline CSS

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

CSS Border Top color for the above div is #edf1da

HTML with inline CSS

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

#edf1da hex Color code used as CSS color Codes

Example CSS Class for usage

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

#edf1da Color code Preview on White Background

This is how #edf1da Color code will look on white background color. Color contrast ratio is 1.15

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 #edf1da; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #edf1da; }

Related Gradients

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.