crispedge.com

Color picker

Loading...

#dabf9a hex color - Yellow - Warm color - Information

#dabf9a hex color - Yellow - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Yellow

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

Hex #dabf9a color code is between #ddbb99 web safe hex color code and #ccccaa web safe hex color code. #ddbb99 is the nearest web safe color code. You can see here many more shades of #dabf9a color code.

0 Likes 0 Comments | 3 Views

RGB Chart

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

Color Table

Hex Color Codedabf9a#dabf9a
RGB Decimal218, 191, 154rgb(218, 191, 154)
RGB Percent85%, 75%, 60%rgb(85%, 75%, 60%)
CSS RGBa218, 191, 154,1rgba(218,191,154,1)
CMYK Modelcmyk(0%,12%,29%,15%)
HSL Color Space35,46% ,73%hsl(35,46% ,73%)
HSV Color Space35°, 29%, 85%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110110101011111110011010
Octal332277232
Decimal218191154
Hexdabf9a

Different shades of #dabf9a color code.

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

Light Shade of #dabf9a
#e8d7bf
Dark Shade of #dabf9a
#cca775
Saturated Shade of #dabf9a
#e1c093
Desaturated Shade of #dabf9a
#d3bea1
Grey scale Shade of #dabf9a
#bababa
Brighten Shade
#f3d8b3
Most Readable Shade
#000000

Shades of #dabf9a color code

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

#dabf9a
#c1a988
#a99477
#917f66
#796a55
#605444
#483f33
#302a22
#181511
#000000

Similar Color like #dabf9a color

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

#dbc09b
#dcc19c
#ddc29d
#dec39e
#dfc49f
#e0c5a0
#e1c6a1
#e2c7a2
#e3c8a3
#e4c9a4
#e5caa5
#e6cba6
#e7cca7
#e8cda8
#d9be99
#d8bd98
#d7bc97
#d6bb96
#d5ba95
#d4b994
#d3b893
#d2b792
#d1b691
#d0b590
#cfb48f
#ceb38e
#cdb28d
#ccb18c

Monochromatic Color with #dabf9a

#dabf9a
#050504
#302a22
#5a4f40
#85755e
#af9a7c

Tints of #dabf9a Color

#dabf9a
#dec6a5
#e2cdb0
#e6d4bb
#eadbc6
#eee2d2
#f2e9dd
#f6f0e8
#faf7f3
#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

#dabf9a
#9ab5da

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

Split Complementary

#dabf9a
#9ad5da
#9f9ada

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

Analogous Color

#daa59a
#dab29a
#dabf9a
#dacc9a
#dad99a

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

#dabf9a
#9adabf
#bf9ada

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

#dabf9a
#9ada9f
#9ab5da
#da9ad5

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

#dabf9a
#9ab5da
#9f9ada
#d5da9a

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

#dabf9a Color Code Preview on Black Background Color

This is how #dabf9a Color will look on black background color. Color contrast ratio is 11.90

#dabf9a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dabf9a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dabf9a

#dabf9a color code is use for CSS Background Color

Background color for the above div is #dabf9a

HTML with inline CSS

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

#dabf9a color code is use for CSS Border Color

CSS Border color for the above div is #dabf9a

HTML with inline CSS

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

CSS Border Left color for the above div is #dabf9a

HTML with inline CSS

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

CSS Border Right color for the above div is #dabf9a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dabf9a

HTML with inline CSS

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

CSS Border Top color for the above div is #dabf9a

HTML with inline CSS

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

#dabf9a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dabf9a Color code Preview on White Background

This is how #dabf9a Color code will look on white background color. Color contrast ratio is 1.76

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

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,191,154,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(154,181,218,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(218,191,154,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.