crispedge.com

Color picker

Loading...

#edfa3f hex color - Green - Warm color - Information

#edfa3f hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

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

Hex #edfa3f color code is between #eeff44 web safe hex color code and #ddee33 web safe hex color code. #eeff44 is the nearest web safe color code. You can see here many more shades of #edfa3f color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeedfa3f#edfa3f
RGB Decimal237, 250, 63rgb(237, 250, 63)
RGB Percent93%, 98%, 25%rgb(93%, 98%, 25%)
CSS RGBa237, 250, 63,1rgba(237,250,63,1)
CMYK Modelcmyk(5%,0%,75%,2%)
HSL Color Space64,95% ,61%hsl(64,95% ,61%)
HSV Color Space64°, 75%, 98%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011011111101000111111
Octal35537277
Decimal23725063
Hexedfa3f

Different shades of #edfa3f color code.

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

Light Shade of #edfa3f
#f2fb71
Dark Shade of #edfa3f
#e8f90d
Saturated Shade of #edfa3f
#f1ff3a
Desaturated Shade of #edfa3f
#e5f049
Grey scale Shade of #edfa3f
#9c9c9c
Brighten Shade
#ffff58
Most Readable Shade
#000000

Shades of #edfa3f color code

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

#edfa3f
#d2de38
#b8c231
#9ea62a
#838a23
#696f1c
#4f5315
#34370e
#1a1b07
#000000

Similar Color like #edfa3f color

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

#eefb40
#effc41
#f0fd42
#f1fe43
#f2ff44
#f3ff45
#f4ff46
#f5ff47
#f6ff48
#f7ff49
#f8ff4a
#f9ff4b
#faff4c
#fbff4d
#ecf93e
#ebf83d
#eaf73c
#e9f63b
#e8f53a
#e7f439
#e6f338
#e5f237
#e4f136
#e3f035
#e2ef34
#e1ee33
#e0ed32
#dfec31

Monochromatic Color with #edfa3f

#edfa3f
#242509
#4c5014
#747a1f
#9ca52a
#c5cf34

Tints of #edfa3f Color

#edfa3f
#effa54
#f1fb69
#f3fb7f
#f5fc94
#f7fca9
#f9fdbf
#fbfdd4
#fdfee9
#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

#edfa3f
#4c3ffa

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

Split Complementary

#edfa3f
#3f90fa
#a93ffa

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

Analogous Color

#fabc3f
#fae23f
#edfa3f
#c8fa3f
#a2fa3f

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

#edfa3f
#3fedfa
#fa3fed

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

#edfa3f
#3ffaa9
#4c3ffa
#fa3f8f

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

#edfa3f
#4c3ffa
#a93ffa
#90fa3f

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

#edfa3f Color Code Preview on Black Background Color

This is how #edfa3f Color will look on black background color. Color contrast ratio is 18.35

#edfa3f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #edfa3f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #edfa3f

#edfa3f color code is use for CSS Background Color

Background color for the above div is #edfa3f

HTML with inline CSS

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

#edfa3f color code is use for CSS Border Color

CSS Border color for the above div is #edfa3f

HTML with inline CSS

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

CSS Border Left color for the above div is #edfa3f

HTML with inline CSS

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

CSS Border Right color for the above div is #edfa3f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #edfa3f

HTML with inline CSS

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

CSS Border Top color for the above div is #edfa3f

HTML with inline CSS

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

#edfa3f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#edfa3f Color code Preview on White Background

This is how #edfa3f Color code will look on white background color. Color contrast ratio is 1.14

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

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,250,63,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(76,63,250,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(237,250,63,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.