crispedge.com

Color picker

Loading...

#daf8df hex color - White - Cool color - Information

#daf8df hex color - White - Cool color

Color Hue/Base color: White

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

Hex #daf8df color code is between #ddffdd web safe hex color code and #cceeee web safe hex color code. #ddffdd is the nearest web safe color code. You can see here many more shades of #daf8df color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codedaf8df#daf8df
RGB Decimal218, 248, 223rgb(218, 248, 223)
RGB Percent85%, 97%, 87%rgb(85%, 97%, 87%)
CSS RGBa218, 248, 223,1rgba(218,248,223,1)
CMYK Modelcmyk(12%,0%,10%,3%)
HSL Color Space130,68% ,91%hsl(130,68% ,91%)
HSV Color Space130°, 12%, 97%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary110110101111100011011111
Octal332370337
Decimal218248223
Hexdaf8df

Different shades of #daf8df color code.

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

Light Shade of #daf8df
#ffffff
Dark Shade of #daf8df
#aff0ba
Saturated Shade of #daf8df
#d8fade
Desaturated Shade of #daf8df
#dcf6e0
Grey scale Shade of #daf8df
#e9e9e9
Brighten Shade
#f3fff8
Most Readable Shade
#000000

Shades of #daf8df color code

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

#daf8df
#c1dcc6
#a9c0ad
#91a594
#79897b
#606e63
#48524a
#303731
#181b18
#000000

Similar Color like #daf8df color

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

#dbf9e0
#dcfae1
#ddfbe2
#defce3
#dffde4
#e0fee5
#e1ffe6
#e2ffe7
#e3ffe8
#e4ffe9
#e5ffea
#e6ffeb
#e7ffec
#e8ffed
#d9f7de
#d8f6dd
#d7f5dc
#d6f4db
#d5f3da
#d4f2d9
#d3f1d8
#d2f0d7
#d1efd6
#d0eed5
#cfedd4
#ceecd3
#cdebd2
#ccead1

Monochromatic Color with #daf8df

#daf8df
#1f2320
#454e46
#6a786c
#8fa393
#b5cdb9

Tints of #daf8df Color

#daf8df
#def8e2
#e2f9e6
#e6fae9
#eafbed
#eefbf0
#f2fcf4
#f6fdf7
#fafefb
#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

#daf8df
#f8daf3

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

Split Complementary

#daf8df
#eedaf8
#f8dae4

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

Analogous Color

#e1f8da
#dbf8da
#daf8df
#daf8e5
#daf8eb

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

#daf8df
#dfdaf8
#f8dfda

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

#daf8df
#dae4f8
#f8daf3
#f8eeda

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

#daf8df
#f8daf3
#f8dae4
#daf8ee

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

#daf8df Color Code Preview on Black Background Color

This is how #daf8df Color will look on black background color. Color contrast ratio is 18.47

#daf8df in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #daf8df

HTML with inline CSS

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

Your Example Paragraph content text in with font color #daf8df

#daf8df color code is use for CSS Background Color

Background color for the above div is #daf8df

HTML with inline CSS

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

#daf8df color code is use for CSS Border Color

CSS Border color for the above div is #daf8df

HTML with inline CSS

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

CSS Border Left color for the above div is #daf8df

HTML with inline CSS

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

CSS Border Right color for the above div is #daf8df

HTML with inline CSS

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

CSS Border Bottom color for the above div is #daf8df

HTML with inline CSS

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

CSS Border Top color for the above div is #daf8df

HTML with inline CSS

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

#daf8df hex Color code used as CSS color Codes

Example CSS Class for usage

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

#daf8df Color code Preview on White Background

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

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,248,223,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(248,218,243,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(218,248,223,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.