crispedge.com

Color picker

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

#edf26e hex color - Green - Warm color - Information

#edf26e hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

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

Hex #edf26e color code is between #eeee66 web safe hex color code and #ddff77 web safe hex color code. #eeee66 is the nearest web safe color code. You can see here many more shades of #edf26e color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeedf26e#edf26e
RGB Decimal237, 242, 110rgb(237, 242, 110)
RGB Percent93%, 95%, 43%rgb(93%, 95%, 43%)
CSS RGBa237, 242, 110,1rgba(237,242,110,1)
CMYK Modelcmyk(2%,0%,55%,5%)
HSL Color Space62,84% ,69%hsl(62,84% ,69%)
HSV Color Space62°, 55%, 95%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011011111001001101110
Octal355362156
Decimal237242110
Hexedf26e

Different shades of #edf26e color code.

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

Light Shade of #edf26e
#f3f69d
Dark Shade of #edf26e
#e7ee3f
Saturated Shade of #edf26e
#f4fa66
Desaturated Shade of #edf26e
#e6ea76
Grey scale Shade of #edf26e
#b0b0b0
Brighten Shade
#ffff87
Most Readable Shade
#000000

Shades of #edf26e color code

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

#edf26e
#d2d761
#b8bc55
#9ea149
#83863d
#696b30
#4f5024
#343518
#1a1a0c
#000000

Similar Color like #edf26e color

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

#eef36f
#eff470
#f0f571
#f1f672
#f2f773
#f3f874
#f4f975
#f5fa76
#f6fb77
#f7fc78
#f8fd79
#f9fe7a
#faff7b
#fbff7c
#ecf16d
#ebf06c
#eaef6b
#e9ee6a
#e8ed69
#e7ec68
#e6eb67
#e5ea66
#e4e965
#e3e864
#e2e763
#e1e662
#e0e561
#dfe460

Monochromatic Color with #edf26e

#edf26e
#1d1d0d
#464821
#707234
#9a9d47
#c3c75b

Tints of #edf26e Color

#edf26e
#eff37e
#f1f48e
#f3f69e
#f5f7ae
#f7f9be
#f9face
#fbfcde
#fdfdee
#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

#edf26e
#736ef2

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

Split Complementary

#edf26e
#6eabf2
#b56ef2

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

Analogous Color

#f2c26e
#f2dd6e
#edf26e
#d3f26e
#b8f26e

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

#edf26e
#6eedf2
#f26eed

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

#edf26e
#6ef2b5
#736ef2
#f26eab

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

#edf26e
#736ef2
#b56ef2
#abf26e

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

#edf26e Color Code Preview on Black Background Color

This is how #edf26e Color will look on black background color. Color contrast ratio is 17.53

#edf26e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #edf26e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #edf26e

#edf26e color code is use for CSS Background Color

Background color for the above div is #edf26e

HTML with inline CSS

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

#edf26e color code is use for CSS Border Color

CSS Border color for the above div is #edf26e

HTML with inline CSS

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

CSS Border Left color for the above div is #edf26e

HTML with inline CSS

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

CSS Border Right color for the above div is #edf26e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #edf26e

HTML with inline CSS

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

CSS Border Top color for the above div is #edf26e

HTML with inline CSS

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

#edf26e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#edf26e Color code Preview on White Background

This is how #edf26e Color code will look on white background color. Color contrast ratio is 1.20

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

Related Gradients

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.