crispedge.com

Color picker

Loading...

#daf7ac hex color - Green - Warm color - Information

#daf7ac hex color - Green - Warm color

Color Hue/Base color: Green

Hex #daf7ac Color code in RGB color code model is created after adding 85.49% red color, 96.86% green color and 67.45% blue color. Hex #daf7ac Color code in CMYK color (process color) code model is generated after subtraction of 12% cyan, 0% magenta, 30% yellow and 3% black.

Hex #daf7ac color code is between #ddffaa web safe hex color code and #cceebb web safe hex color code. #ddffaa is the nearest web safe color code. You can see here many more shades of #daf7ac color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codedaf7ac#daf7ac
RGB Decimal218, 247, 172rgb(218, 247, 172)
RGB Percent85%, 97%, 67%rgb(85%, 97%, 67%)
CSS RGBa218, 247, 172,1rgba(218,247,172,1)
CMYK Modelcmyk(12%,0%,30%,3%)
HSL Color Space83,82% ,82%hsl(83,82% ,82%)
HSV Color Space83°, 30%, 97%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110110101111011110101100
Octal332367254
Decimal218247172
Hexdaf7ac

Different shades of #daf7ac color code.

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

Light Shade of #daf7ac
#effbda
Dark Shade of #daf7ac
#c5f37d
Saturated Shade of #daf7ac
#dbfca7
Desaturated Shade of #daf7ac
#d9f2b1
Grey scale Shade of #daf7ac
#d1d1d1
Brighten Shade
#f3ffc5
Most Readable Shade
#000000

Shades of #daf7ac color code

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

#daf7ac
#c1db98
#a9c085
#91a472
#79895f
#606d4c
#485239
#303626
#181b13
#000000

Similar Color like #daf7ac color

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

#dbf8ad
#dcf9ae
#ddfaaf
#defbb0
#dffcb1
#e0fdb2
#e1feb3
#e2ffb4
#e3ffb5
#e4ffb6
#e5ffb7
#e6ffb8
#e7ffb9
#e8ffba
#d9f6ab
#d8f5aa
#d7f4a9
#d6f3a8
#d5f2a7
#d4f1a6
#d3f0a5
#d2efa4
#d1eea3
#d0eda2
#cfeca1
#ceeba0
#cdea9f
#cce99e

Monochromatic Color with #daf7ac

#daf7ac
#1e2218
#444d36
#697753
#8fa271
#b4cc8e

Tints of #daf7ac Color

#daf7ac
#def7b5
#e2f8be
#e6f9c7
#eafad0
#eefbda
#f2fce3
#f6fdec
#fafef5
#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

#daf7ac
#c9acf7

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

Split Complementary

#daf7ac
#acb5f7
#efacf7

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

Analogous Color

#f7f6ac
#e9f7ac
#daf7ac
#cbf7ac
#bcf7ac

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

#daf7ac
#acdaf7
#f7acda

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

#daf7ac
#acf7ee
#c9acf7
#f7acb4

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

#daf7ac
#c9acf7
#efacf7
#b4f7ac

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

#daf7ac Color Code Preview on Black Background Color

This is how #daf7ac Color will look on black background color. Color contrast ratio is 17.88

#daf7ac in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #daf7ac

HTML with inline CSS

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

Your Example Paragraph content text in with font color #daf7ac

#daf7ac color code is use for CSS Background Color

Background color for the above div is #daf7ac

HTML with inline CSS

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

#daf7ac color code is use for CSS Border Color

CSS Border color for the above div is #daf7ac

HTML with inline CSS

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

CSS Border Left color for the above div is #daf7ac

HTML with inline CSS

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

CSS Border Right color for the above div is #daf7ac

HTML with inline CSS

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

CSS Border Bottom color for the above div is #daf7ac

HTML with inline CSS

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

CSS Border Top color for the above div is #daf7ac

HTML with inline CSS

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

#daf7ac hex Color code used as CSS color Codes

Example CSS Class for usage

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

#daf7ac Color code Preview on White Background

This is how #daf7ac Color code will look on white background color. Color contrast ratio is 1.17

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

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,247,172,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(201,172,247,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(218,247,172,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.