crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#efe9ec hex color - Grey - Warm color - Information

#efe9ec hex color - Grey - Warm color

Color Mixture: Magenta and Pink

Color Hue/Base color: Grey

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

Hex #efe9ec 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 #efe9ec color code.

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Codeefe9ec#efe9ec
RGB Decimal239, 233, 236rgb(239, 233, 236)
RGB Percent94%, 91%, 93%rgb(94%, 91%, 93%)
CSS RGBa239, 233, 236,1rgba(239,233,236,1)
CMYK Modelcmyk(0%,3%,1%,6%)
HSL Color Space330,16% ,93%hsl(330,16% ,93%)
HSV Color Space330°, 3%, 94%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011111110100111101100
Octal357351354
Decimal239233236
Hexefe9ec

Different shades of #efe9ec color code.

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

Light Shade of #efe9ec
#ffffff
Dark Shade of #efe9ec
#dacbd2
Saturated Shade of #efe9ec
#f1e7ec
Desaturated Shade of #efe9ec
#edebec
Grey scale Shade of #efe9ec
#ececec
Brighten Shade
#ffffff
Most Readable Shade
#000000

Shades of #efe9ec color code

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

#efe9ec
#d4cfd1
#b9b5b7
#9f9b9d
#848183
#6a6768
#4f4d4e
#353334
#1a191a
#000000

Similar Color like #efe9ec color

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

#f0eaed
#f1ebee
#f2ecef
#f3edf0
#f4eef1
#f5eff2
#f6f0f3
#f7f1f4
#f8f2f5
#f9f3f6
#faf4f7
#fbf5f8
#fcf6f9
#fdf7fa
#eee8eb
#ede7ea
#ece6e9
#ebe5e8
#eae4e7
#e9e3e6
#e8e2e5
#e7e1e4
#e6e0e3
#e5dfe2
#e4dee1
#e3dde0
#e2dcdf
#e1dbde

Monochromatic Color with #efe9ec

#efe9ec
#1a1a1a
#454344
#6f6d6e
#9a9698
#c4c0c2

Tints of #efe9ec Color

#efe9ec
#f0ebee
#f2edf0
#f4f0f2
#f6f2f4
#f7f5f6
#f9f7f8
#fbfafa
#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

#efe9ec
#e9efec

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

Split Complementary

#efe9ec
#e9efe9
#e9efef

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

Analogous Color

#efe9ee
#efe9ed
#efe9ec
#efe9eb
#efe9ea

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

#efe9ec
#ecefe9
#e9ecef

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

#efe9ec
#efefe9
#e9efec
#e9e9ef

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

#efe9ec
#e9efec
#e9efef
#efe9e9

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

#efe9ec Color Code Preview on Black Background Color

This is how #efe9ec Color will look on black background color. Color contrast ratio is 17.54

#efe9ec in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #efe9ec

HTML with inline CSS

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

Your Example Paragraph content text in with font color #efe9ec

#efe9ec color code is use for CSS Background Color

Background color for the above div is #efe9ec

HTML with inline CSS

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

#efe9ec color code is use for CSS Border Color

CSS Border color for the above div is #efe9ec

HTML with inline CSS

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

CSS Border Left color for the above div is #efe9ec

HTML with inline CSS

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

CSS Border Right color for the above div is #efe9ec

HTML with inline CSS

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

CSS Border Bottom color for the above div is #efe9ec

HTML with inline CSS

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

CSS Border Top color for the above div is #efe9ec

HTML with inline CSS

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

#efe9ec hex Color code used as CSS color Codes

Example CSS Class for usage

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

#efe9ec Color code Preview on White Background

This is how #efe9ec Color code will look on white background color. Color contrast ratio is 1.20

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.