crispedge.com

#dfed4d hex color - Yellow - Warm color - Information

#dfed4d hex color - Yellow - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Yellow

Hex #dfed4d Color code in RGB color code model is created after adding 87.45% red color, 92.94% green color and 30.2% blue color. Hex #dfed4d Color code in CMYK color (process color) code model is generated after subtraction of 6% cyan, 0% magenta, 68% yellow and 7% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codedfed4d#dfed4d
RGB Decimal223, 237, 77rgb(223, 237, 77)
RGB Percent87%, 93%, 30%rgb(87%, 93%, 30%)
CSS RGBa223, 237, 77,1rgba(223,237,77,1)
CMYK Modelcmyk(6%,0%,68%,7%)
HSL Color Space65,82% ,62%hsl(65,82% ,62%)
HSV Color Space65°, 68%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110111111110110101001101
Octal337355115
Decimal22323777
Hexdfed4d

Different shades of #dfed4d color code.

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

Light Shade of #dfed4d
#e7f27b
Dark Shade of #dfed4d
#d7e81f
Saturated Shade of #dfed4d
#e7f743
Desaturated Shade of #dfed4d
#d7e357
Grey scale Shade of #dfed4d
#9d9d9d
Brighten Shade
#f8ff66
Most Readable Shade
#000000

Shades of #dfed4d color code

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

#dfed4d
#c6d244
#adb83b
#949e33
#7b832a
#636922
#4a4f19
#313411
#181a08
#000000

Similar Color like #dfed4d color

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

#e0ee4e
#e1ef4f
#e2f050
#e3f151
#e4f252
#e5f353
#e6f454
#e7f555
#e8f656
#e9f757
#eaf858
#ebf959
#ecfa5a
#edfb5b
#deec4c
#ddeb4b
#dcea4a
#dbe949
#dae848
#d9e747
#d8e646
#d7e545
#d6e444
#d5e343
#d4e242
#d3e141
#d2e040
#d1df3f

Monochromatic Color with #dfed4d

#dfed4d
#171808
#3f4316
#676d24
#8f9831
#b7c23f

Tints of #dfed4d Color

#dfed4d
#e2ef60
#e6f174
#e9f388
#edf59c
#f0f7af
#f4f9c3
#f7fbd7
#fbfdeb
#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

#dfed4d
#5b4ded

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

Split Complementary

#dfed4d
#4d8fed
#ab4ded

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

Analogous Color

#edbb4d
#eddb4d
#dfed4d
#bfed4d
#9fed4d

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

#dfed4d
#4ddfed
#ed4ddf

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

#dfed4d
#4dedab
#5b4ded
#ed4d8f

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

#dfed4d
#5b4ded
#ab4ded
#8fed4d

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

#dfed4d Color Code Preview on Black Background Color

This is how #dfed4d Color will look on black background color. Color contrast ratio is 16.36

#dfed4d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dfed4d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dfed4d

#dfed4d color code is use for CSS Background Color

Background color for the above div is #dfed4d

HTML with inline CSS

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

#dfed4d color code is use for CSS Border Color

CSS Border color for the above div is #dfed4d

HTML with inline CSS

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

CSS Border Left color for the above div is #dfed4d

HTML with inline CSS

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

CSS Border Right color for the above div is #dfed4d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dfed4d

HTML with inline CSS

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

CSS Border Top color for the above div is #dfed4d

HTML with inline CSS

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

#dfed4d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dfed4d Color code Preview on White Background

This is how #dfed4d Color code will look on white background color. Color contrast ratio is 1.28

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

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(223,237,77,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(91,77,237,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(223,237,77,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.

< /html>