crispedge.com

Color picker

Loading...

#edf46f hex color - Green - Warm color - Information

#edf46f hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

Hex #edf46f Color code in RGB color code model is created after adding 92.94% red color, 95.69% green color and 43.53% blue color. Hex #edf46f Color code in CMYK color (process color) code model is generated after subtraction of 3% cyan, 0% magenta, 55% yellow and 4% black.

Hex #edf46f color code is between #eeee77 web safe hex color code and #ddff66 web safe hex color code. #eeee77 is the nearest web safe color code. You can see here many more shades of #edf46f color code.

0 Likes 0 Comments | 1 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Codeedf46f#edf46f
RGB Decimal237, 244, 111rgb(237, 244, 111)
RGB Percent93%, 96%, 44%rgb(93%, 96%, 44%)
CSS RGBa237, 244, 111,1rgba(237,244,111,1)
CMYK Modelcmyk(3%,0%,55%,4%)
HSL Color Space63,86% ,70%hsl(63,86% ,70%)
HSV Color Space63°, 55%, 96%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011011111010001101111
Octal355364157
Decimal237244111
Hexedf46f

Different shades of #edf46f color code.

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

Light Shade of #edf46f
#f3f89e
Dark Shade of #edf46f
#e7f040
Saturated Shade of #edf46f
#f4fc67
Desaturated Shade of #edf46f
#e6ec77
Grey scale Shade of #edf46f
#b1b1b1
Brighten Shade
#ffff88
Most Readable Shade
#000000

Shades of #edf46f color code

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

#edf46f
#d2d862
#b8bd56
#9ea24a
#83873d
#696c31
#4f5125
#343618
#1a1b0c
#000000

Similar Color like #edf46f color

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

#eef570
#eff671
#f0f772
#f1f873
#f2f974
#f3fa75
#f4fb76
#f5fc77
#f6fd78
#f7fe79
#f8ff7a
#f9ff7b
#faff7c
#fbff7d
#ecf36e
#ebf26d
#eaf16c
#e9f06b
#e8ef6a
#e7ee69
#e6ed68
#e5ec67
#e4eb66
#e3ea65
#e2e964
#e1e863
#e0e762
#dfe661

Monochromatic Color with #edf46f

#edf46f
#1f1f0e
#484a22
#717435
#9a9f48
#c4c95c

Tints of #edf46f Color

#edf46f
#eff57f
#f1f68f
#f3f79f
#f5f8af
#f7fabf
#f9fbcf
#fbfcdf
#fdfdef
#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

#edf46f
#766ff4

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

Split Complementary

#edf46f
#6fabf4
#b86ff4

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

Analogous Color

#f4c66f
#f4e06f
#edf46f
#d2f46f
#b8f46f

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

#edf46f
#6fedf4
#f46fed

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

#edf46f
#6ff4b8
#766ff4
#f46faa

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

#edf46f
#766ff4
#b86ff4
#abf46f

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

#edf46f Color Code Preview on Black Background Color

This is how #edf46f Color will look on black background color. Color contrast ratio is 17.77

#edf46f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #edf46f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #edf46f

#edf46f color code is use for CSS Background Color

Background color for the above div is #edf46f

HTML with inline CSS

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

#edf46f color code is use for CSS Border Color

CSS Border color for the above div is #edf46f

HTML with inline CSS

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

CSS Border Left color for the above div is #edf46f

HTML with inline CSS

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

CSS Border Right color for the above div is #edf46f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #edf46f

HTML with inline CSS

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

CSS Border Top color for the above div is #edf46f

HTML with inline CSS

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

#edf46f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#edf46f Color code Preview on White Background

This is how #edf46f Color code will look on white background color. Color contrast ratio is 1.18

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

Gradient Background

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

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(237,244,111,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(118,111,244,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(237,244,111,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.