crispedge.com

Color picker

Loading...

#efe8eb hex color - Grey - Warm color - Information

#efe8eb hex color - Grey - Warm color

Color Hue/Base color: Grey

Hex #efe8eb Color code in RGB color code model is created after adding 93.73% red color, 90.98% green color and 92.16% blue color. Hex #efe8eb Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 3% magenta, 2% yellow and 6% black.

Hex #efe8eb color code is between #eeeeee web safe hex color code and #ffdddd web safe hex color code. #eeeeee is the nearest web safe color code. You can see here many more shades of #efe8eb color code.

0 Likes 0 Comments | 34 Views

RGB Chart

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

Color Table

Hex Color Codeefe8eb#efe8eb
RGB Decimal239, 232, 235rgb(239, 232, 235)
RGB Percent94%, 91%, 92%rgb(94%, 91%, 92%)
CSS RGBa239, 232, 235,1rgba(239,232,235,1)
CMYK Modelcmyk(0%,3%,2%,6%)
HSL Color Space334,18% ,92%hsl(334,18% ,92%)
HSV Color Space334°, 3%, 94%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011111110100011101011
Octal357350353
Decimal239232235
Hexefe8eb

Different shades of #efe8eb color code.

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

Light Shade of #efe8eb
#ffffff
Dark Shade of #efe8eb
#dacad1
Saturated Shade of #efe8eb
#f1e6eb
Desaturated Shade of #efe8eb
#edeaeb
Grey scale Shade of #efe8eb
#ebebeb
Brighten Shade
#ffffff
Most Readable Shade
#000000

Shades of #efe8eb color code

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

#efe8eb
#d4ced0
#b9b4b6
#9f9a9c
#848082
#6a6768
#4f4d4e
#353334
#1a191a
#000000

Similar Color like #efe8eb color

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

#f0e9ec
#f1eaed
#f2ebee
#f3ecef
#f4edf0
#f5eef1
#f6eff2
#f7f0f3
#f8f1f4
#f9f2f5
#faf3f6
#fbf4f7
#fcf5f8
#fdf6f9
#eee7ea
#ede6e9
#ece5e8
#ebe4e7
#eae3e6
#e9e2e5
#e8e1e4
#e7e0e3
#e6dfe2
#e5dee1
#e4dde0
#e3dcdf
#e2dbde
#e1dadd

Monochromatic Color with #efe8eb

#efe8eb
#1a1a1a
#454344
#6f6c6e
#9a9597
#c4bfc1

Tints of #efe8eb Color

#efe8eb
#f0eaed
#f2edef
#f4eff1
#f6f2f3
#f7f4f6
#f9f7f8
#fbf9fa
#fdfcfc
#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

#efe8eb
#e8efec

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

Split Complementary

#efe8eb
#e8efe9
#e8eeef

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

Analogous Color

#efe8ee
#efe8ec
#efe8eb
#efe8ea
#efe8e8

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

#efe8eb
#ebefe8
#e8ebef

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

#efe8eb
#eeefe8
#e8efec
#e8e8ef

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

#efe8eb
#e8efec
#e8eeef
#efe9e8

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

#efe8eb Color Code Preview on Black Background Color

This is how #efe8eb Color will look on black background color. Color contrast ratio is 17.41

#efe8eb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #efe8eb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #efe8eb

#efe8eb color code is use for CSS Background Color

Background color for the above div is #efe8eb

HTML with inline CSS

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

#efe8eb color code is use for CSS Border Color

CSS Border color for the above div is #efe8eb

HTML with inline CSS

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

CSS Border Left color for the above div is #efe8eb

HTML with inline CSS

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

CSS Border Right color for the above div is #efe8eb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #efe8eb

HTML with inline CSS

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

CSS Border Top color for the above div is #efe8eb

HTML with inline CSS

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

#efe8eb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#efe8eb Color code Preview on White Background

This is how #efe8eb Color code will look on white background color. Color contrast ratio is 1.21

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

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(239,232,235,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(232,239,236,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(239,232,235,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 34 Views

Post your comment:-

By submitting comment you agree to our privacy policy.