crispedge.com

Color picker

Loading...

#edfb61 hex color - Yellow - Warm color - Information

#edfb61 hex color - Yellow - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Yellow

Hex #edfb61 Color code in RGB color code model is created after adding 92.94% red color, 98.43% green color and 38.04% blue color. Hex #edfb61 Color code in CMYK color (process color) code model is generated after subtraction of 6% cyan, 0% magenta, 61% yellow and 2% black.

Hex #edfb61 color code is between #eeff66 web safe hex color code and #ddee55 web safe hex color code. #eeff66 is the nearest web safe color code. You can see here many more shades of #edfb61 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeedfb61#edfb61
RGB Decimal237, 251, 97rgb(237, 251, 97)
RGB Percent93%, 98%, 38%rgb(93%, 98%, 38%)
CSS RGBa237, 251, 97,1rgba(237,251,97,1)
CMYK Modelcmyk(6%,0%,61%,2%)
HSL Color Space65,95% ,68%hsl(65,95% ,68%)
HSV Color Space65°, 61%, 98%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011011111101101100001
Octal355373141
Decimal23725197
Hexedfb61

Different shades of #edfb61 color code.

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

Light Shade of #edfb61
#f3fc93
Dark Shade of #edfb61
#e7fa2f
Saturated Shade of #edfb61
#f0ff5d
Desaturated Shade of #edfb61
#e6f369
Grey scale Shade of #edfb61
#aeaeae
Brighten Shade
#ffff7a
Most Readable Shade
#000000

Shades of #edfb61 color code

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

#edfb61
#d2df56
#b8c34b
#9ea740
#838b35
#696f2b
#4f5320
#343715
#1a1b0a
#000000

Similar Color like #edfb61 color

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

#eefc62
#effd63
#f0fe64
#f1ff65
#f2ff66
#f3ff67
#f4ff68
#f5ff69
#f6ff6a
#f7ff6b
#f8ff6c
#f9ff6d
#faff6e
#fbff6f
#ecfa60
#ebf95f
#eaf85e
#e9f75d
#e8f65c
#e7f55b
#e6f45a
#e5f359
#e4f258
#e3f157
#e2f056
#e1ef55
#e0ee54
#dfed53

Monochromatic Color with #edfb61

#edfb61
#24260f
#4c511f
#757b30
#9da640
#c5d051

Tints of #edfb61 Color

#edfb61
#effb72
#f1fb84
#f3fc95
#f5fca7
#f7fdb8
#f9fdca
#fbfedb
#fdfeed
#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

#edfb61
#6f61fb

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

Split Complementary

#edfb61
#61a0fb
#bc61fb

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

Analogous Color

#fbcb61
#fbea61
#edfb61
#cefb61
#affb61

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

#edfb61
#61edfb
#fb61ed

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

#edfb61
#61fbbc
#6f61fb
#fb61a0

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

#edfb61
#6f61fb
#bc61fb
#a0fb61

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

#edfb61 Color Code Preview on Black Background Color

This is how #edfb61 Color will look on black background color. Color contrast ratio is 18.57

#edfb61 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #edfb61

HTML with inline CSS

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

Your Example Paragraph content text in with font color #edfb61

#edfb61 color code is use for CSS Background Color

Background color for the above div is #edfb61

HTML with inline CSS

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

#edfb61 color code is use for CSS Border Color

CSS Border color for the above div is #edfb61

HTML with inline CSS

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

CSS Border Left color for the above div is #edfb61

HTML with inline CSS

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

CSS Border Right color for the above div is #edfb61

HTML with inline CSS

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

CSS Border Bottom color for the above div is #edfb61

HTML with inline CSS

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

CSS Border Top color for the above div is #edfb61

HTML with inline CSS

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

#edfb61 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#edfb61 Color code Preview on White Background

This is how #edfb61 Color code will look on white background color. Color contrast ratio is 1.13

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

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,251,97,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(111,97,251,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(237,251,97,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.