crispedge.com

Color picker

Loading...

#efece2 hex color - Grey - Warm color - Information

#efece2 hex color - Grey - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Grey

Hex #efece2 Color code in RGB color code model is created after adding 93.73% red color, 92.55% green color and 88.63% blue color. Hex #efece2 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 1% magenta, 5% yellow and 6% black.

Hex #efece2 color code is between #eeeedd web safe hex color code and #ffddee web safe hex color code. #eeeedd is the nearest web safe color code. You can see here many more shades of #efece2 color code.

0 Likes 0 Comments | 23 Views

RGB Chart

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

Color Table

Hex Color Codeefece2#efece2
RGB Decimal239, 236, 226rgb(239, 236, 226)
RGB Percent94%, 93%, 89%rgb(94%, 93%, 89%)
CSS RGBa239, 236, 226,1rgba(239,236,226,1)
CMYK Modelcmyk(0%,1%,5%,6%)
HSL Color Space46,29% ,91%hsl(46,29% ,91%)
HSV Color Space46°, 5%, 94%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011111110110011100010
Octal357354342
Decimal239236226
Hexefece2

Different shades of #efece2 color code.

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

Light Shade of #efece2
#ffffff
Dark Shade of #efece2
#ddd6c1
Saturated Shade of #efece2
#f1ede0
Desaturated Shade of #efece2
#edebe4
Grey scale Shade of #efece2
#e8e8e8
Brighten Shade
#fffffb
Most Readable Shade
#000000

Shades of #efece2 color code

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

#efece2
#d4d1c8
#b9b7af
#9f9d96
#84837d
#6a6864
#4f4e4b
#353432
#1a1a19
#000000

Similar Color like #efece2 color

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

#f0ede3
#f1eee4
#f2efe5
#f3f0e6
#f4f1e7
#f5f2e8
#f6f3e9
#f7f4ea
#f8f5eb
#f9f6ec
#faf7ed
#fbf8ee
#fcf9ef
#fdfaf0
#eeebe1
#edeae0
#ece9df
#ebe8de
#eae7dd
#e9e6dc
#e8e5db
#e7e4da
#e6e3d9
#e5e2d8
#e4e1d7
#e3e0d6
#e2dfd5
#e1ded4

Monochromatic Color with #efece2

#efece2
#1a1a19
#454441
#6f6e69
#9a9892
#c4c2ba

Tints of #efece2 Color

#efece2
#f0eee5
#f2f0e8
#f4f2eb
#f6f4ee
#f7f6f2
#f9f8f5
#fbfaf8
#fdfcfb
#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

#efece2
#e2e5ef

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

Split Complementary

#efece2
#e2ebef
#e5e2ef

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

Analogous Color

#efe7e2
#efe9e2
#efece2
#efefe2
#edefe2

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

#efece2
#e2efec
#ece2ef

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

#efece2
#e2efe5
#e2e5ef
#efe2eb

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

#efece2
#e2e5ef
#e5e2ef
#ebefe2

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

#efece2 Color Code Preview on Black Background Color

This is how #efece2 Color will look on black background color. Color contrast ratio is 17.77

#efece2 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #efece2

HTML with inline CSS

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

Your Example Paragraph content text in with font color #efece2

#efece2 color code is use for CSS Background Color

Background color for the above div is #efece2

HTML with inline CSS

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

#efece2 color code is use for CSS Border Color

CSS Border color for the above div is #efece2

HTML with inline CSS

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

CSS Border Left color for the above div is #efece2

HTML with inline CSS

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

CSS Border Right color for the above div is #efece2

HTML with inline CSS

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

CSS Border Bottom color for the above div is #efece2

HTML with inline CSS

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

CSS Border Top color for the above div is #efece2

HTML with inline CSS

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

#efece2 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#efece2 Color code Preview on White Background

This is how #efece2 Color code will look on white background color. Color contrast ratio is 1.18

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

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

0 Likes 0 Comments | 23 Views

Post your comment:-

By submitting comment you agree to our privacy policy.