crispedge.com

Color picker

Loading...

#eabfaf hex color - Brown - Warm color - Information

#eabfaf hex color - Brown - Warm color

Color Mixture: Red and Orange

Color Hue/Base color: Brown

Hex #eabfaf Color code in RGB color code model is created after adding 91.76% red color, 74.9% green color and 68.63% blue color. Hex #eabfaf Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 18% magenta, 25% yellow and 8% black.

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

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codeeabfaf#eabfaf
RGB Decimal234, 191, 175rgb(234, 191, 175)
RGB Percent92%, 75%, 69%rgb(92%, 75%, 69%)
CSS RGBa234, 191, 175,1rgba(234,191,175,1)
CMYK Modelcmyk(0%,18%,25%,8%)
HSL Color Space16,58% ,80%hsl(16,58% ,80%)
HSV Color Space16°, 25%, 92%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111010101011111110101111
Octal352277257
Decimal234191175
Hexeabfaf

Different shades of #eabfaf color code.

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

Light Shade of #eabfaf
#f5dfd7
Dark Shade of #eabfaf
#df9f87
Saturated Shade of #eabfaf
#efbdaa
Desaturated Shade of #eabfaf
#e5c1b4
Grey scale Shade of #eabfaf
#cccccc
Brighten Shade
#ffd8c8
Most Readable Shade
#000000

Shades of #eabfaf color code

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

#eabfaf
#d0a99b
#b69488
#9c7f74
#826a61
#68544d
#4e3f3a
#342a26
#1a1513
#000000

Similar Color like #eabfaf color

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

#ebc0b0
#ecc1b1
#edc2b2
#eec3b3
#efc4b4
#f0c5b5
#f1c6b6
#f2c7b7
#f3c8b8
#f4c9b9
#f5caba
#f6cbbb
#f7ccbc
#f8cdbd
#e9beae
#e8bdad
#e7bcac
#e6bbab
#e5baaa
#e4b9a9
#e3b8a8
#e2b7a7
#e1b6a6
#e0b5a5
#dfb4a4
#deb3a3
#ddb2a2
#dcb1a1

Monochromatic Color with #eabfaf

#eabfaf
#151210
#403430
#6a5750
#957a6f
#bf9c8f

Tints of #eabfaf Color

#eabfaf
#ecc6b7
#eecdc0
#f1d4c9
#f3dbd2
#f5e2db
#f8e9e4
#faf0ed
#fcf7f6
#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

#eabfaf
#afdaea

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

Split Complementary

#eabfaf
#afeadd
#afbcea

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

Analogous Color

#eaafb7
#eab3af
#eabfaf
#eacbaf
#ead7af

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

#eabfaf
#afeabf
#bfafea

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

#eabfaf
#bceaaf
#afdaea
#dcafea

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

#eabfaf
#afdaea
#afbcea
#eaddaf

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

#eabfaf Color Code Preview on Black Background Color

This is how #eabfaf Color will look on black background color. Color contrast ratio is 12.57

#eabfaf in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #eabfaf

HTML with inline CSS

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

Your Example Paragraph content text in with font color #eabfaf

#eabfaf color code is use for CSS Background Color

Background color for the above div is #eabfaf

HTML with inline CSS

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

#eabfaf color code is use for CSS Border Color

CSS Border color for the above div is #eabfaf

HTML with inline CSS

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

CSS Border Left color for the above div is #eabfaf

HTML with inline CSS

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

CSS Border Right color for the above div is #eabfaf

HTML with inline CSS

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

CSS Border Bottom color for the above div is #eabfaf

HTML with inline CSS

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

CSS Border Top color for the above div is #eabfaf

HTML with inline CSS

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

#eabfaf hex Color code used as CSS color Codes

Example CSS Class for usage

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

#eabfaf Color code Preview on White Background

This is how #eabfaf Color code will look on white background color. Color contrast ratio is 1.67

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

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.