crispedge.com

Color picker

Loading...

#dafb73 hex color - Green - Warm color - Information

#dafb73 hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

Hex #dafb73 Color code in RGB color code model is created after adding 85.49% red color, 98.43% green color and 45.1% blue color. Hex #dafb73 Color code in CMYK color (process color) code model is generated after subtraction of 13% cyan, 0% magenta, 54% yellow and 2% black.

Hex #dafb73 color code is between #ddff77 web safe hex color code and #ccee66 web safe hex color code. #ddff77 is the nearest web safe color code. You can see here many more shades of #dafb73 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codedafb73#dafb73
RGB Decimal218, 251, 115rgb(218, 251, 115)
RGB Percent85%, 98%, 45%rgb(85%, 98%, 45%)
CSS RGBa218, 251, 115,1rgba(218,251,115,1)
CMYK Modelcmyk(13%,0%,54%,2%)
HSL Color Space75,94% ,72%hsl(75,94% ,72%)
HSV Color Space75°, 54%, 98%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110110101111101101110011
Octal332373163
Decimal218251115
Hexdafb73

Different shades of #dafb73 color code.

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

Light Shade of #dafb73
#e7fca5
Dark Shade of #dafb73
#cdfa41
Saturated Shade of #dafb73
#dcff6f
Desaturated Shade of #dafb73
#d6f47a
Grey scale Shade of #dafb73
#b7b7b7
Brighten Shade
#f3ff8c
Most Readable Shade
#000000

Shades of #dafb73 color code

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

#dafb73
#c1df66
#a9c359
#91a74c
#798b3f
#606f33
#485326
#303719
#181b0c
#000000

Similar Color like #dafb73 color

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

#dbfc74
#dcfd75
#ddfe76
#deff77
#dfff78
#e0ff79
#e1ff7a
#e2ff7b
#e3ff7c
#e4ff7d
#e5ff7e
#e6ff7f
#e7ff80
#e8ff81
#d9fa72
#d8f971
#d7f870
#d6f76f
#d5f66e
#d4f56d
#d3f46c
#d2f36b
#d1f26a
#d0f169
#cff068
#ceef67
#cdee66
#cced65

Monochromatic Color with #dafb73

#dafb73
#212612
#465125
#6b7b39
#90a64c
#b5d060

Tints of #dafb73 Color

#dafb73
#defb82
#e2fb92
#e6fca1
#eafcb1
#eefdc0
#f2fdd0
#f6fedf
#fafeef
#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

#dafb73
#9473fb

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

Split Complementary

#dafb73
#7396fb
#d873fb

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

Analogous Color

#fbe673
#f5fb73
#dafb73
#bffb73
#a4fb73

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

#dafb73
#73dafb
#fb73da

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

#dafb73
#73fbd8
#9473fb
#fb7396

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

#dafb73
#9473fb
#d873fb
#96fb73

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

#dafb73 Color Code Preview on Black Background Color

This is how #dafb73 Color will look on black background color. Color contrast ratio is 18.03

#dafb73 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dafb73

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dafb73

#dafb73 color code is use for CSS Background Color

Background color for the above div is #dafb73

HTML with inline CSS

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

#dafb73 color code is use for CSS Border Color

CSS Border color for the above div is #dafb73

HTML with inline CSS

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

CSS Border Left color for the above div is #dafb73

HTML with inline CSS

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

CSS Border Right color for the above div is #dafb73

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dafb73

HTML with inline CSS

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

CSS Border Top color for the above div is #dafb73

HTML with inline CSS

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

#dafb73 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dafb73 Color code Preview on White Background

This is how #dafb73 Color code will look on white background color. Color contrast ratio is 1.16

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

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(218,251,115,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(148,115,251,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(218,251,115,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.