@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#edbbac hex color - Brown - Warm color - Information

#edbbac hex color - Brown - Warm color

Color Mixture: Red and Orange

Color Hue/Base color: Brown

Hex #edbbac Color code in RGB color code model is created after adding 92.94% red color, 73.33% green color and 67.45% blue color. Hex #edbbac Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 21% magenta, 27% yellow and 7.06% black.

Hex #edbbac color code is between #eeaaaa web safe hex color code and #ddccbb web safe hex color code. #eeaaaa is the nearest web safe color code. You can see here many more shades of #edbbac color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code edbbac #edbbac
RGB Decimal 237, 187, 172 rgb(237, 187, 172)
RGB Percent 93%, 73%, 67% rgb(93%, 73%, 67%)
CSS RGBa 237, 187, 172,1 rgba(237,187,172,1)
CMYK Model cmyk(0%,21%,27%,7.06%)
HSL Color Space 14,64% ,80% hsl(14,64% ,80%)
HSV Color Space 14°, 27%, 93%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11101101 10111011 10101100
Octal 355 273 254
Decimal 237 187 172
Hex ed bb ac

Different shades of #edbbac color code.

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

Light Shade of #edbbac
#f6ddd6
Dark Shade of #edbbac
#e49982
Saturated Shade of #edbbac
#f2b8a7
Desaturated Shade of #edbbac
#e8beb1
Grey scale Shade of #edbbac
#cccccc
Brighten Shade
#ffd4c5
Most Readable Shade
#000000

Shades of #edbbac color code

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

#edbbac
#d2a698
#b89185
#9e7c72
#83675f
#69534c
#4f3e39
#342926
#1a1413
#000000

Similar Color like #edbbac color

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

#eebcad
#efbdae
#f0beaf
#f1bfb0
#f2c0b1
#f3c1b2
#f4c2b3
#f5c3b4
#f6c4b5
#f7c5b6
#f8c6b7
#f9c7b8
#fac8b9
#fbc9ba
#ecbaab
#ebb9aa
#eab8a9
#e9b7a8
#e8b6a7
#e7b5a6
#e6b4a5
#e5b3a4
#e4b2a3
#e3b1a2
#e2b0a1
#e1afa0
#e0ae9f
#dfad9e

Monochromatic Color with #edbbac

#edbbac
#181312
#433531
#6d564f
#98786e
#c2998d

Tints of #edbbac Color

#edbbac
#efc2b5
#f1cabe
#f3d1c7
#f5d9d0
#f7e0da
#f9e8e3
#fbefec
#fdf7f5
#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

#edbbac
#acdeed

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

Split Complementary

#edbbac
#aceddb
#acbeed

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

Analogous Color

#edacb7
#edaeac
#edbbac
#edc8ac
#edd5ac

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

#edbbac
#acedbb
#bbaced

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

#edbbac
#bdedac
#acdeed
#dbaced

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

#edbbac
#acdeed
#acbeed
#eddbac

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

#edbbac Color Code Preview on Black Background Color

This is how #edbbac Color will look on black background color. Color contrast ratio is 12.30

#edbbac in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #edbbac

HTML with inline CSS

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

Your Example Paragraph content text in with font color #edbbac

#edbbac color code is use for CSS Background Color

Background color for the above div is #edbbac

HTML with inline CSS

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

#edbbac color code is use for CSS Border Color

CSS Border color for the above div is #edbbac

HTML with inline CSS

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

CSS Border Left color for the above div is #edbbac

HTML with inline CSS

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

CSS Border Right color for the above div is #edbbac

HTML with inline CSS

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

CSS Border Bottom color for the above div is #edbbac

HTML with inline CSS

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

CSS Border Top color for the above div is #edbbac

HTML with inline CSS

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

#edbbac hex Color code used as CSS color Codes

Example CSS Class for usage

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

#edbbac Color code Preview on White Background

This is how #edbbac Color code will look on white background color. Color contrast ratio is 1.71

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

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(237,187,172,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(172,222,237,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(237,187,172,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.