crispedge.com

Color picker

Loading...

#daef8b hex color - Green - Warm color - Information

#daef8b hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

Hex #daef8b Color code in RGB color code model is created after adding 85.49% red color, 93.73% green color and 54.51% blue color. Hex #daef8b Color code in CMYK color (process color) code model is generated after subtraction of 9% cyan, 0% magenta, 42% yellow and 6% black.

Hex #daef8b color code is between #ddee88 web safe hex color code and #ccff99 web safe hex color code. #ddee88 is the nearest web safe color code. You can see here many more shades of #daef8b color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codedaef8b#daef8b
RGB Decimal218, 239, 139rgb(218, 239, 139)
RGB Percent85%, 94%, 55%rgb(85%, 94%, 55%)
CSS RGBa218, 239, 139,1rgba(218,239,139,1)
CMYK Modelcmyk(9%,0%,42%,6%)
HSL Color Space73,76% ,74%hsl(73,76% ,74%)
HSV Color Space73°, 42%, 94%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110110101110111110001011
Octal332357213
Decimal218239139
Hexdaef8b

Different shades of #daef8b color code.

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

Light Shade of #daef8b
#e8f5b8
Dark Shade of #daef8b
#cce95e
Saturated Shade of #daef8b
#def684
Desaturated Shade of #daef8b
#d6e892
Grey scale Shade of #daef8b
#bdbdbd
Brighten Shade
#f3ffa4
Most Readable Shade
#000000

Shades of #daef8b color code

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

#daef8b
#c1d47b
#a9b96c
#919f5c
#79844d
#606a3d
#484f2e
#30351e
#181a0f
#000000

Similar Color like #daef8b color

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

#dbf08c
#dcf18d
#ddf28e
#def38f
#dff490
#e0f591
#e1f692
#e2f793
#e3f894
#e4f995
#e5fa96
#e6fb97
#e7fc98
#e8fd99
#d9ee8a
#d8ed89
#d7ec88
#d6eb87
#d5ea86
#d4e985
#d3e884
#d2e783
#d1e682
#d0e581
#cfe480
#cee37f
#cde27e
#cce17d

Monochromatic Color with #daef8b

#daef8b
#181a0f
#3f4528
#666f41
#8c9a5a
#b3c472

Tints of #daef8b Color

#daef8b
#def097
#e2f2a4
#e6f4b1
#eaf6be
#eef7cb
#f2f9d8
#f6fbe5
#fafdf2
#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

#daef8b
#a08bef

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

Split Complementary

#daef8b
#8ba8ef
#d28bef

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

Analogous Color

#efdc8b
#eeef8b
#daef8b
#c6ef8b
#b2ef8b

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

#daef8b
#8bdaef
#ef8bda

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

#daef8b
#8befd2
#a08bef
#ef8ba8

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

#daef8b
#a08bef
#d28bef
#a8ef8b

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

#daef8b Color Code Preview on Black Background Color

This is how #daef8b Color will look on black background color. Color contrast ratio is 16.70

#daef8b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #daef8b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #daef8b

#daef8b color code is use for CSS Background Color

Background color for the above div is #daef8b

HTML with inline CSS

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

#daef8b color code is use for CSS Border Color

CSS Border color for the above div is #daef8b

HTML with inline CSS

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

CSS Border Left color for the above div is #daef8b

HTML with inline CSS

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

CSS Border Right color for the above div is #daef8b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #daef8b

HTML with inline CSS

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

CSS Border Top color for the above div is #daef8b

HTML with inline CSS

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

#daef8b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#daef8b Color code Preview on White Background

This is how #daef8b Color code will look on white background color. Color contrast ratio is 1.26

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

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,239,139,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(160,139,239,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(218,239,139,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.