crispedge.com

Color picker

Loading...

#efadcb hex color - Red - Warm color - Information

#efadcb hex color - Red - Warm color

Color Hue/Base color: Red

Hex #efadcb Color code in RGB color code model is created after adding 93.73% red color, 67.84% green color and 79.61% blue color. Hex #efadcb Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 28% magenta, 15% yellow and 6% black.

Hex #efadcb color code is between #eeaacc web safe hex color code and #ffbbbb web safe hex color code. #eeaacc is the nearest web safe color code. You can see here many more shades of #efadcb color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeefadcb#efadcb
RGB Decimal239, 173, 203rgb(239, 173, 203)
RGB Percent94%, 68%, 80%rgb(94%, 68%, 80%)
CSS RGBa239, 173, 203,1rgba(239,173,203,1)
CMYK Modelcmyk(0%,28%,15%,6%)
HSL Color Space333,67% ,81%hsl(333,67% ,81%)
HSV Color Space333°, 28%, 94%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011111010110111001011
Octal357255313
Decimal239173203
Hexefadcb

Different shades of #efadcb color code.

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

Light Shade of #efadcb
#f7d8e6
Dark Shade of #efadcb
#e782b0
Saturated Shade of #efadcb
#f4a8cb
Desaturated Shade of #efadcb
#eab2cb
Grey scale Shade of #efadcb
#cecece
Brighten Shade
#ffc6e4
Most Readable Shade
#000000

Shades of #efadcb color code

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

#efadcb
#d499b4
#b9869d
#9f7387
#846070
#6a4c5a
#4f3943
#35262d
#1a1316
#000000

Similar Color like #efadcb color

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

#f0aecc
#f1afcd
#f2b0ce
#f3b1cf
#f4b2d0
#f5b3d1
#f6b4d2
#f7b5d3
#f8b6d4
#f9b7d5
#fab8d6
#fbb9d7
#fcbad8
#fdbbd9
#eeacca
#edabc9
#ecaac8
#eba9c7
#eaa8c6
#e9a7c5
#e8a6c4
#e7a5c3
#e6a4c2
#e5a3c1
#e4a2c0
#e3a1bf
#e2a0be
#e19fbd

Monochromatic Color with #efadcb

#efadcb
#1a1317
#45323b
#6f515f
#9a6f83
#c48ea7

Tints of #efadcb Color

#efadcb
#f0b6d0
#f2bfd6
#f4c8dc
#f6d1e2
#f7dae7
#f9e3ed
#fbecf3
#fdf5f9
#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

#efadcb
#adefd1

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

Split Complementary

#efadcb
#adefb0
#adecef

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

Analogous Color

#efade5
#efadd8
#efadcb
#efadbe
#efadb1

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

#efadcb
#cbefad
#adcbef

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

#efadcb
#ecefad
#adefd1
#b0adef

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

#efadcb
#adefd1
#adecef
#efb0ad

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

#efadcb Color Code Preview on Black Background Color

This is how #efadcb Color will look on black background color. Color contrast ratio is 11.51

#efadcb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #efadcb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #efadcb

#efadcb color code is use for CSS Background Color

Background color for the above div is #efadcb

HTML with inline CSS

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

#efadcb color code is use for CSS Border Color

CSS Border color for the above div is #efadcb

HTML with inline CSS

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

CSS Border Left color for the above div is #efadcb

HTML with inline CSS

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

CSS Border Right color for the above div is #efadcb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #efadcb

HTML with inline CSS

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

CSS Border Top color for the above div is #efadcb

HTML with inline CSS

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

#efadcb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#efadcb Color code Preview on White Background

This is how #efadcb Color code will look on white background color. Color contrast ratio is 1.82

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

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,173,203,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(173,239,209,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(239,173,203,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.