@
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.

#edafac hex color - Red - Warm color - Information

#edafac hex color - Red - Warm color

Color Hue/Base color: Red

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

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeedafac#edafac
RGB Decimal237, 175, 172rgb(237, 175, 172)
RGB Percent93%, 69%, 67%rgb(93%, 69%, 67%)
CSS RGBa237, 175, 172,1rgba(237,175,172,1)
CMYK Modelcmyk(0%,26%,27%,7.06%)
HSL Color Space3,64% ,80%hsl(3,64% ,80%)
HSV Color Space3°, 27%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011011010111110101100
Octal355257254
Decimal237175172
Hexedafac

Different shades of #edafac color code.

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

Light Shade of #edafac
#f6d7d6
Dark Shade of #edafac
#e48782
Saturated Shade of #edafac
#f2aaa7
Desaturated Shade of #edafac
#e8b4b1
Grey scale Shade of #edafac
#cccccc
Brighten Shade
#ffc8c5
Most Readable Shade
#000000

Shades of #edafac color code

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

#edafac
#d29b98
#b88885
#9e7472
#83615f
#694d4c
#4f3a39
#342626
#1a1313
#000000

Similar Color like #edafac color

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

#eeb0ad
#efb1ae
#f0b2af
#f1b3b0
#f2b4b1
#f3b5b2
#f4b6b3
#f5b7b4
#f6b8b5
#f7b9b6
#f8bab7
#f9bbb8
#fabcb9
#fbbdba
#ecaeab
#ebadaa
#eaaca9
#e9aba8
#e8aaa7
#e7a9a6
#e6a8a5
#e5a7a4
#e4a6a3
#e3a5a2
#e2a4a1
#e1a3a0
#e0a29f
#dfa19e

Monochromatic Color with #edafac

#edafac
#181212
#433131
#6d514f
#98706e
#c2908d

Tints of #edafac Color

#edafac
#efb7b5
#f1c0be
#f3c9c7
#f5d2d0
#f7dbda
#f9e4e3
#fbedec
#fdf6f5
#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

#edafac
#aceaed

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

Split Complementary

#edafac
#acedd0
#accaed

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

Analogous Color

#edacc3
#edacb6
#edafac
#edbcac
#edc9ac

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

#edafac
#acedaf
#afaced

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

#edafac
#c9edac
#aceaed
#cfaced

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

#edafac
#aceaed
#accaed
#edd0ac

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

#edafac Color Code Preview on Black Background Color

This is how #edafac Color will look on black background color. Color contrast ratio is 11.33

#edafac in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #edafac

HTML with inline CSS

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

Your Example Paragraph content text in with font color #edafac

#edafac color code is use for CSS Background Color

Background color for the above div is #edafac

HTML with inline CSS

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

#edafac color code is use for CSS Border Color

CSS Border color for the above div is #edafac

HTML with inline CSS

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

CSS Border Left color for the above div is #edafac

HTML with inline CSS

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

CSS Border Right color for the above div is #edafac

HTML with inline CSS

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

CSS Border Bottom color for the above div is #edafac

HTML with inline CSS

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

CSS Border Top color for the above div is #edafac

HTML with inline CSS

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

#edafac hex Color code used as CSS color Codes

Example CSS Class for usage

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

#edafac Color code Preview on White Background

This is how #edafac Color code will look on white background color. Color contrast ratio is 1.85

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

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