@
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.

#edf268 hex color - Green - Warm color - Information

#edf268 hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

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

Hex #edf268 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 #edf268 color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Code edf268 #edf268
RGB Decimal 237, 242, 104 rgb(237, 242, 104)
RGB Percent 93%, 95%, 41% rgb(93%, 95%, 41%)
CSS RGBa 237, 242, 104,1 rgba(237,242,104,1)
CMYK Model cmyk(2%,0%,57%,5.1%)
HSL Color Space 62,84% ,68% hsl(62,84% ,68%)
HSV Color Space 62°, 57%, 95%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11101101 11110010 01101000
Octal 355 362 150
Decimal 237 242 104
Hex ed f2 68

Different shades of #edf268 color code.

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

Light Shade of #edf268
#f3f697
Dark Shade of #edf268
#e7ee39
Saturated Shade of #edf268
#f5fa60
Desaturated Shade of #edf268
#e5ea70
Grey scale Shade of #edf268
#adadad
Brighten Shade
#ffff81
Most Readable Shade
#000000

Shades of #edf268 color code

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

#edf268
#d2d75c
#b8bc50
#9ea145
#838639
#696b2e
#4f5022
#343517
#1a1a0b
#000000

Similar Color like #edf268 color

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

#eef369
#eff46a
#f0f56b
#f1f66c
#f2f76d
#f3f86e
#f4f96f
#f5fa70
#f6fb71
#f7fc72
#f8fd73
#f9fe74
#faff75
#fbff76
#ecf167
#ebf066
#eaef65
#e9ee64
#e8ed63
#e7ec62
#e6eb61
#e5ea60
#e4e95f
#e3e85e
#e2e75d
#e1e65c
#e0e55b
#dfe45a

Monochromatic Color with #edf268

#edf268
#1d1d0d
#46481f
#707231
#9a9d43
#c3c756

Tints of #edf268 Color

#edf268
#eff378
#f1f489
#f3f69a
#f5f7ab
#f7f9bb
#f9facc
#fbfcdd
#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

#edf268
#6d68f2

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

Split Complementary

#edf268
#68a8f2
#b268f2

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

Analogous Color

#f2c068
#f2db68
#edf268
#d1f268
#b6f268

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

#edf268
#68edf2
#f268ed

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

#edf268
#68f2b2
#6d68f2
#f268a8

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

#edf268
#6d68f2
#b268f2
#a8f268

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

#edf268 Color Code Preview on Black Background Color

This is how #edf268 Color will look on black background color. Color contrast ratio is 17.50

#edf268 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #edf268

HTML with inline CSS

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

Your Example Paragraph content text in with font color #edf268

#edf268 color code is use for CSS Background Color

Background color for the above div is #edf268

HTML with inline CSS

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

#edf268 color code is use for CSS Border Color

CSS Border color for the above div is #edf268

HTML with inline CSS

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

CSS Border Left color for the above div is #edf268

HTML with inline CSS

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

CSS Border Right color for the above div is #edf268

HTML with inline CSS

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

CSS Border Bottom color for the above div is #edf268

HTML with inline CSS

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

CSS Border Top color for the above div is #edf268

HTML with inline CSS

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

#edf268 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#edf268 Color code Preview on White Background

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

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.