crispedge.com

Color picker

Loading...

#edebb5 hex color - Yellow - Warm color - Information

#edebb5 hex color - Yellow - Warm color

Color Hue/Base color: Yellow

Hex #edebb5 Color code in RGB color code model is created after adding 92.94% red color, 92.16% green color and 70.98% blue color. Hex #edebb5 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 1% magenta, 24% yellow and 7% black.

Hex #edebb5 color code is between #eeeebb web safe hex color code and #ddddaa web safe hex color code. #eeeebb is the nearest web safe color code. You can see here many more shades of #edebb5 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeedebb5#edebb5
RGB Decimal237, 235, 181rgb(237, 235, 181)
RGB Percent93%, 92%, 71%rgb(93%, 92%, 71%)
CSS RGBa237, 235, 181,1rgba(237,235,181,1)
CMYK Modelcmyk(0%,1%,24%,7%)
HSL Color Space58,61% ,82%hsl(58,61% ,82%)
HSV Color Space58°, 24%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011011110101110110101
Octal355353265
Decimal237235181
Hexedebb5

Different shades of #edebb5 color code.

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

Light Shade of #edebb5
#f7f6de
Dark Shade of #edebb5
#e3e08c
Saturated Shade of #edebb5
#f2efb0
Desaturated Shade of #edebb5
#e8e7ba
Grey scale Shade of #edebb5
#d1d1d1
Brighten Shade
#ffffce
Most Readable Shade
#000000

Shades of #edebb5 color code

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

#edebb5
#d2d0a0
#b8b68c
#9e9c78
#838264
#696850
#4f4e3c
#343428
#1a1a14
#000000

Similar Color like #edebb5 color

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

#eeecb6
#efedb7
#f0eeb8
#f1efb9
#f2f0ba
#f3f1bb
#f4f2bc
#f5f3bd
#f6f4be
#f7f5bf
#f8f6c0
#f9f7c1
#faf8c2
#fbf9c3
#eceab4
#ebe9b3
#eae8b2
#e9e7b1
#e8e6b0
#e7e5af
#e6e4ae
#e5e3ad
#e4e2ac
#e3e1ab
#e2e0aa
#e1dfa9
#e0dea8
#dfdda7

Monochromatic Color with #edebb5

#edebb5
#181813
#434233
#6d6d54
#989774
#c2c195

Tints of #edebb5 Color

#edebb5
#efedbd
#f1efc5
#f3f1cd
#f5f3d5
#f7f6de
#f9f8e6
#fbfaee
#fdfcf6
#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

#edebb5
#b5b7ed

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

Split Complementary

#edebb5
#b5d3ed
#cfb5ed

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

Analogous Color

#edd5b5
#ede0b5
#edebb5
#e4edb5
#d9edb5

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

#edebb5
#b5edeb
#ebb5ed

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

#edebb5
#b5edcf
#b5b7ed
#edb5d3

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

#edebb5
#b5b7ed
#cfb5ed
#d3edb5

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

#edebb5 Color Code Preview on Black Background Color

This is how #edebb5 Color will look on black background color. Color contrast ratio is 17.15

#edebb5 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #edebb5

HTML with inline CSS

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

Your Example Paragraph content text in with font color #edebb5

#edebb5 color code is use for CSS Background Color

Background color for the above div is #edebb5

HTML with inline CSS

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

#edebb5 color code is use for CSS Border Color

CSS Border color for the above div is #edebb5

HTML with inline CSS

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

CSS Border Left color for the above div is #edebb5

HTML with inline CSS

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

CSS Border Right color for the above div is #edebb5

HTML with inline CSS

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

CSS Border Bottom color for the above div is #edebb5

HTML with inline CSS

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

CSS Border Top color for the above div is #edebb5

HTML with inline CSS

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

#edebb5 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#edebb5 Color code Preview on White Background

This is how #edebb5 Color code will look on white background color. Color contrast ratio is 1.22

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

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(237,235,181,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(181,183,237,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(237,235,181,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.