crispedge.com

Color picker

Loading...

#daae9a hex color - Red - Warm color - Information

#daae9a hex color - Red - Warm color

Color Mixture: Red and Orange

Color Hue/Base color: Red

Hex #daae9a Color code in RGB color code model is created after adding 85.49% red color, 68.24% green color and 60.39% blue color. Hex #daae9a Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 20% magenta, 29% yellow and 15% black.

Hex #daae9a color code is between #ddaa99 web safe hex color code and #ccbbaa web safe hex color code. #ddaa99 is the nearest web safe color code. You can see here many more shades of #daae9a color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codedaae9a#daae9a
RGB Decimal218, 174, 154rgb(218, 174, 154)
RGB Percent85%, 68%, 60%rgb(85%, 68%, 60%)
CSS RGBa218, 174, 154,1rgba(218,174,154,1)
CMYK Modelcmyk(0%,20%,29%,15%)
HSL Color Space19,46% ,73%hsl(19,46% ,73%)
HSV Color Space19°, 29%, 85%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110110101010111010011010
Octal332256232
Decimal218174154
Hexdaae9a

Different shades of #daae9a color code.

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

Light Shade of #daae9a
#e8ccbf
Dark Shade of #daae9a
#cc9075
Saturated Shade of #daae9a
#e1ab93
Desaturated Shade of #daae9a
#d3b1a1
Grey scale Shade of #daae9a
#bababa
Brighten Shade
#f3c7b3
Most Readable Shade
#000000

Shades of #daae9a color code

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

#daae9a
#c19a88
#a98777
#917466
#796055
#604d44
#483a33
#302622
#181311
#000000

Similar Color like #daae9a color

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

#dbaf9b
#dcb09c
#ddb19d
#deb29e
#dfb39f
#e0b4a0
#e1b5a1
#e2b6a2
#e3b7a3
#e4b8a4
#e5b9a5
#e6baa6
#e7bba7
#e8bca8
#d9ad99
#d8ac98
#d7ab97
#d6aa96
#d5a995
#d4a894
#d3a793
#d2a692
#d1a591
#d0a490
#cfa38f
#cea28e
#cda18d
#cca08c

Monochromatic Color with #daae9a

#daae9a
#050404
#302622
#5a4840
#856a5e
#af8c7c

Tints of #daae9a Color

#daae9a
#deb7a5
#e2c0b0
#e6c9bb
#ead2c6
#eedbd2
#f2e4dd
#f6ede8
#faf6f3
#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

#daae9a
#9ac6da

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

Split Complementary

#daae9a
#9adace
#9aa6da

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

Analogous Color

#da9aa0
#daa19a
#daae9a
#dabb9a
#dac89a

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

#daae9a
#9adaae
#ae9ada

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

#daae9a
#a6da9a
#9ac6da
#ce9ada

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

#daae9a
#9ac6da
#9aa6da
#dace9a

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

#daae9a Color Code Preview on Black Background Color

This is how #daae9a Color will look on black background color. Color contrast ratio is 10.50

#daae9a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #daae9a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #daae9a

#daae9a color code is use for CSS Background Color

Background color for the above div is #daae9a

HTML with inline CSS

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

#daae9a color code is use for CSS Border Color

CSS Border color for the above div is #daae9a

HTML with inline CSS

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

CSS Border Left color for the above div is #daae9a

HTML with inline CSS

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

CSS Border Right color for the above div is #daae9a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #daae9a

HTML with inline CSS

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

CSS Border Top color for the above div is #daae9a

HTML with inline CSS

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

#daae9a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#daae9a Color code Preview on White Background

This is how #daae9a Color code will look on white background color. Color contrast ratio is 2.00

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

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,174,154,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(154,198,218,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(218,174,154,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.