crispedge.com

Color picker

Loading...

#edfb16 hex color - Yellow - Warm color - Information

#edfb16 hex color - Yellow - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Yellow

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

Hex #edfb16 color code is between #eeff11 web safe hex color code and #ddee22 web safe hex color code. #eeff11 is the nearest web safe color code. You can see here many more shades of #edfb16 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeedfb16#edfb16
RGB Decimal237, 251, 22rgb(237, 251, 22)
RGB Percent93%, 98%, 9%rgb(93%, 98%, 9%)
CSS RGBa237, 251, 22,1rgba(237,251,22,1)
CMYK Modelcmyk(6%,0%,91%,2%)
HSL Color Space64,97% ,54%hsl(64,97% ,54%)
HSV Color Space64°, 91%, 98%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011011111101100010110
Octal35537326
Decimal23725122
Hexedfb16

Different shades of #edfb16 color code.

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

Light Shade of #edfb16
#f1fc48
Dark Shade of #edfb16
#cdda04
Saturated Shade of #edfb16
#f1ff12
Desaturated Shade of #edfb16
#e3ef22
Grey scale Shade of #edfb16
#888888
Brighten Shade
#ffff2f
Most Readable Shade
#000000

Shades of #edfb16 color code

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

#edfb16
#d2df13
#b8c311
#9ea70e
#838b0c
#696f09
#4f5307
#343704
#1a1b02
#000000

Similar Color like #edfb16 color

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

#eefc17
#effd18
#f0fe19
#f1ff1a
#f2ff1b
#f3ff1c
#f4ff1d
#f5ff1e
#f6ff1f
#f7ff20
#f8ff21
#f9ff22
#faff23
#fbff24
#ecfa15
#ebf914
#eaf813
#e9f712
#e8f611
#e7f510
#e6f40f
#e5f30e
#e4f20d
#e3f10c
#e2f00b
#e1ef0a
#e0ee09
#dfed08

Monochromatic Color with #edfb16

#edfb16
#242603
#4c5107
#757b0b
#9da60f
#c5d012

Tints of #edfb16 Color

#edfb16
#effb2f
#f1fb49
#f3fc63
#f5fc7d
#f7fd97
#f9fdb1
#fbfecb
#fdfee5
#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

#edfb16
#2416fb

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

Split Complementary

#edfb16
#167bfb
#9616fb

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

Analogous Color

#fbad16
#fbdb16
#edfb16
#bffb16
#91fb16

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

#edfb16
#16edfb
#fb16ed

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

#edfb16
#16fb96
#2416fb
#fb167a

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

#edfb16
#2416fb
#9616fb
#7bfb16

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

#edfb16 Color Code Preview on Black Background Color

This is how #edfb16 Color will look on black background color. Color contrast ratio is 18.41

#edfb16 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #edfb16

HTML with inline CSS

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

Your Example Paragraph content text in with font color #edfb16

#edfb16 color code is use for CSS Background Color

Background color for the above div is #edfb16

HTML with inline CSS

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

#edfb16 color code is use for CSS Border Color

CSS Border color for the above div is #edfb16

HTML with inline CSS

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

CSS Border Left color for the above div is #edfb16

HTML with inline CSS

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

CSS Border Right color for the above div is #edfb16

HTML with inline CSS

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

CSS Border Bottom color for the above div is #edfb16

HTML with inline CSS

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

CSS Border Top color for the above div is #edfb16

HTML with inline CSS

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

#edfb16 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#edfb16 Color code Preview on White Background

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

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