crispedge.com

Color picker

Loading...

#efcfda hex color - Red - Warm color - Information

#efcfda hex color - Red - Warm color

Color Hue/Base color: Red

Hex #efcfda Color code in RGB color code model is created after adding 93.73% red color, 81.18% green color and 85.49% blue color. Hex #efcfda Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 13% magenta, 9% yellow and 6% black.

Hex #efcfda color code is between #eeccdd web safe hex color code and #ffddcc web safe hex color code. #eeccdd is the nearest web safe color code. You can see here many more shades of #efcfda color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeefcfda#efcfda
RGB Decimal239, 207, 218rgb(239, 207, 218)
RGB Percent94%, 81%, 85%rgb(94%, 81%, 85%)
CSS RGBa239, 207, 218,1rgba(239,207,218,1)
CMYK Modelcmyk(0%,13%,9%,6%)
HSL Color Space339,50% ,87%hsl(339,50% ,87%)
HSV Color Space339°, 13%, 94%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011111100111111011010
Octal357317332
Decimal239207218
Hexefcfda

Different shades of #efcfda color code.

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

Light Shade of #efcfda
#fcf5f7
Dark Shade of #efcfda
#e2a9bd
Saturated Shade of #efcfda
#f2ccd9
Desaturated Shade of #efcfda
#ecd2db
Grey scale Shade of #efcfda
#dfdfdf
Brighten Shade
#ffe8f3
Most Readable Shade
#000000

Shades of #efcfda color code

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

#efcfda
#d4b8c1
#b9a1a9
#9f8a91
#847379
#6a5c60
#4f4548
#352e30
#1a1718
#000000

Similar Color like #efcfda color

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

#f0d0db
#f1d1dc
#f2d2dd
#f3d3de
#f4d4df
#f5d5e0
#f6d6e1
#f7d7e2
#f8d8e3
#f9d9e4
#fadae5
#fbdbe6
#fcdce7
#fddde8
#eeced9
#edcdd8
#ecccd7
#ebcbd6
#eacad5
#e9c9d4
#e8c8d3
#e7c7d2
#e6c6d1
#e5c5d0
#e4c4cf
#e3c3ce
#e2c2cd
#e1c1cc

Monochromatic Color with #efcfda

#efcfda
#1a1718
#453c3f
#6f6166
#9a858c
#c4aab3

Tints of #efcfda Color

#efcfda
#f0d4de
#f2d9e2
#f4dfe6
#f6e4ea
#f7e9ee
#f9eff2
#fbf4f6
#fdf9fa
#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

#efcfda
#cfefe4

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

Split Complementary

#efcfda
#cfefd4
#cfeaef

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

Analogous Color

#efcfe7
#efcfe0
#efcfda
#efcfd4
#efd1cf

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

#efcfda
#daefcf
#cfdaef

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

#efcfda
#eaefcf
#cfefe4
#d4cfef

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

#efcfda
#cfefe4
#cfeaef
#efd4cf

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

#efcfda Color Code Preview on Black Background Color

This is how #efcfda Color will look on black background color. Color contrast ratio is 14.61

#efcfda in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #efcfda

HTML with inline CSS

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

Your Example Paragraph content text in with font color #efcfda

#efcfda color code is use for CSS Background Color

Background color for the above div is #efcfda

HTML with inline CSS

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

#efcfda color code is use for CSS Border Color

CSS Border color for the above div is #efcfda

HTML with inline CSS

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

CSS Border Left color for the above div is #efcfda

HTML with inline CSS

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

CSS Border Right color for the above div is #efcfda

HTML with inline CSS

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

CSS Border Bottom color for the above div is #efcfda

HTML with inline CSS

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

CSS Border Top color for the above div is #efcfda

HTML with inline CSS

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

#efcfda hex Color code used as CSS color Codes

Example CSS Class for usage

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

#efcfda Color code Preview on White Background

This is how #efcfda Color code will look on white background color. Color contrast ratio is 1.44

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

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,207,218,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(207,239,228,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(239,207,218,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.