crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#daf1ed hex color - Green - Cool color - Information

#daf1ed hex color - Green - Cool color

Color Hue/Base color: Green

Hex #daf1ed Color code in RGB color code model is created after adding 85.49% red color, 94.51% green color and 92.94% blue color. Hex #daf1ed Color code in CMYK color (process color) code model is generated after subtraction of 10% cyan, 0% magenta, 2% yellow and 5% black.

Hex #daf1ed color code is between #ddeeee web safe hex color code and #ccffdd web safe hex color code. #ddeeee is the nearest web safe color code. You can see here many more shades of #daf1ed color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codedaf1ed#daf1ed
RGB Decimal218, 241, 237rgb(218, 241, 237)
RGB Percent85%, 95%, 93%rgb(85%, 95%, 93%)
CSS RGBa218, 241, 237,1rgba(218,241,237,1)
CMYK Modelcmyk(10%,0%,2%,5%)
HSL Color Space170,45% ,90%hsl(170,45% ,90%)
HSV Color Space170°, 10%, 95%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary110110101111000111101101
Octal332361355
Decimal218241237
Hexdaf1ed

Different shades of #daf1ed color code.

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

Light Shade of #daf1ed
#ffffff
Dark Shade of #daf1ed
#b5e3db
Saturated Shade of #daf1ed
#d7f4ef
Desaturated Shade of #daf1ed
#ddeeeb
Grey scale Shade of #daf1ed
#e5e5e5
Brighten Shade
#f3ffff
Most Readable Shade
#000000

Shades of #daf1ed color code

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

#daf1ed
#c1d6d2
#a9bbb8
#91a09e
#798583
#606b69
#48504f
#303534
#181a1a
#000000

Similar Color like #daf1ed color

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

#dbf2ee
#dcf3ef
#ddf4f0
#def5f1
#dff6f2
#e0f7f3
#e1f8f4
#e2f9f5
#e3faf6
#e4fbf7
#e5fcf8
#e6fdf9
#e7fefa
#e8fffb
#d9f0ec
#d8efeb
#d7eeea
#d6ede9
#d5ece8
#d4ebe7
#d3eae6
#d2e9e5
#d1e8e4
#d0e7e3
#cfe6e2
#cee5e1
#cde4e0
#cce3df

Monochromatic Color with #daf1ed

#daf1ed
#1a1c1c
#404746
#677170
#8d9c99
#b4c6c3

Tints of #daf1ed Color

#daf1ed
#def2ef
#e2f4f1
#e6f5f3
#eaf7f5
#eef8f7
#f2faf9
#f6fbfb
#fafdfd
#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

#daf1ed
#f1dade

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

Split Complementary

#daf1ed
#f1daea
#f1e1da

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

Analogous Color

#daf1e4
#daf1e8
#daf1ed
#daf0f1
#daecf1

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

#daf1ed
#eddaf1
#f1edda

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

#daf1ed
#e1daf1
#f1dade
#e9f1da

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

#daf1ed
#f1dade
#f1e1da
#daeaf1

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

#daf1ed Color Code Preview on Black Background Color

This is how #daf1ed Color will look on black background color. Color contrast ratio is 17.79

#daf1ed in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #daf1ed

HTML with inline CSS

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

Your Example Paragraph content text in with font color #daf1ed

#daf1ed color code is use for CSS Background Color

Background color for the above div is #daf1ed

HTML with inline CSS

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

#daf1ed color code is use for CSS Border Color

CSS Border color for the above div is #daf1ed

HTML with inline CSS

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

CSS Border Left color for the above div is #daf1ed

HTML with inline CSS

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

CSS Border Right color for the above div is #daf1ed

HTML with inline CSS

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

CSS Border Bottom color for the above div is #daf1ed

HTML with inline CSS

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

CSS Border Top color for the above div is #daf1ed

HTML with inline CSS

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

#daf1ed hex Color code used as CSS color Codes

Example CSS Class for usage

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

#daf1ed Color code Preview on White Background

This is how #daf1ed Color code will look on white background color. Color contrast ratio is 1.18

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.