@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#edfa50 hex color - Green - Warm color - Information

#edfa50 hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

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

Hex #edfa50 color code is between #eeff55 web safe hex color code and #ddee44 web safe hex color code. #eeff55 is the nearest web safe color code. You can see here many more shades of #edfa50 color code.

0 Likes 0 Comments | 3 Views

RGB Chart

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

Color Table

Hex Color Code edfa50 #edfa50
RGB Decimal 237, 250, 80 rgb(237, 250, 80)
RGB Percent 93%, 98%, 31% rgb(93%, 98%, 31%)
CSS RGBa 237, 250, 80,1 rgba(237,250,80,1)
CMYK Model cmyk(5%,0%,68%,1.96%)
HSL Color Space 65,94% ,65% hsl(65,94% ,65%)
HSV Color Space 65°, 68%, 98%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11101101 11111010 01010000
Octal 355 372 120
Decimal 237 250 80
Hex ed fa 50

Different shades of #edfa50 color code.

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

Light Shade of #edfa50
#f2fb82
Dark Shade of #edfa50
#e8f91e
Saturated Shade of #edfa50
#f1ff4b
Desaturated Shade of #edfa50
#e5f159
Grey scale Shade of #edfa50
#a5a5a5
Brighten Shade
#ffff69
Most Readable Shade
#000000

Shades of #edfa50 color code

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

#edfa50
#d2de47
#b8c23e
#9ea635
#838a2c
#696f23
#4f531a
#343711
#1a1b08
#000000

Similar Color like #edfa50 color

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

#eefb51
#effc52
#f0fd53
#f1fe54
#f2ff55
#f3ff56
#f4ff57
#f5ff58
#f6ff59
#f7ff5a
#f8ff5b
#f9ff5c
#faff5d
#fbff5e
#ecf94f
#ebf84e
#eaf74d
#e9f64c
#e8f54b
#e7f44a
#e6f349
#e5f248
#e4f147
#e3f046
#e2ef45
#e1ee44
#e0ed43
#dfec42

Monochromatic Color with #edfa50

#edfa50
#24250c
#4c501a
#747a27
#9ca535
#c5cf42

Tints of #edfa50 Color

#edfa50
#effa63
#f1fb76
#f3fb8a
#f5fc9d
#f7fcb1
#f9fdc4
#fbfdd8
#fdfeeb
#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

#edfa50
#5d50fa

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

Split Complementary

#edfa50
#5098fa
#b250fa

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

Analogous Color

#fac350
#fae550
#edfa50
#cbfa50
#a9fa50

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

#edfa50
#50edfa
#fa50ed

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

#edfa50
#50fab2
#5d50fa
#fa5098

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

#edfa50
#5d50fa
#b250fa
#98fa50

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

#edfa50 Color Code Preview on Black Background Color

This is how #edfa50 Color will look on black background color. Color contrast ratio is 18.39

#edfa50 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #edfa50

HTML with inline CSS

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

Your Example Paragraph content text in with font color #edfa50

#edfa50 color code is use for CSS Background Color

Background color for the above div is #edfa50

HTML with inline CSS

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

#edfa50 color code is use for CSS Border Color

CSS Border color for the above div is #edfa50

HTML with inline CSS

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

CSS Border Left color for the above div is #edfa50

HTML with inline CSS

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

CSS Border Right color for the above div is #edfa50

HTML with inline CSS

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

CSS Border Bottom color for the above div is #edfa50

HTML with inline CSS

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

CSS Border Top color for the above div is #edfa50

HTML with inline CSS

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

#edfa50 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#edfa50 Color code Preview on White Background

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

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,80,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(93,80,250,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(237,250,80,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.