crispedge.com

Color picker

Loading...

#feeab2 hex color - Yellow - Warm color - Information

#feeab2 hex color - Yellow - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Yellow

Hex #feeab2 Color code in RGB color code model is created after adding 99.61% red color, 91.76% green color and 69.8% blue color. Hex #feeab2 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 8% magenta, 30% yellow and 0% black.

Hex #feeab2 color code is between #ffeeaa web safe hex color code and #eeddbb web safe hex color code. #ffeeaa is the nearest web safe color code. You can see here many more shades of #feeab2 color code.

0 Likes 0 Comments | 9 Views

RGB Chart

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

Color Table

Hex Color Codefeeab2#feeab2
RGB Decimal254, 234, 178rgb(254, 234, 178)
RGB Percent100%, 92%, 70%rgb(100%, 92%, 70%)
CSS RGBa254, 234, 178,1rgba(254,234,178,1)
CMYK Modelcmyk(0%,8%,30%,0%)
HSL Color Space44,97% ,85%hsl(44,97% ,85%)
HSV Color Space44°, 30%, 100%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111101110101010110010
Octal376352262
Decimal254234178
Hexfeeab2

Different shades of #feeab2 color code.

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

Light Shade of #feeab2
#fff8e4
Dark Shade of #feeab2
#fddc80
Saturated Shade of #feeab2
#ffeab1
Desaturated Shade of #feeab2
#fae8b6
Grey scale Shade of #feeab2
#d8d8d8
Brighten Shade
#ffffcb
Most Readable Shade
#000000

Shades of #feeab2 color code

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

#feeab2
#e1d09e
#c5b68a
#a99c76
#8d8262
#70684f
#544e3b
#383427
#1c1a13
#000000

Similar Color like #feeab2 color

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

#ffebb3
#ffecb4
#ffedb5
#ffeeb6
#ffefb7
#fff0b8
#fff1b9
#fff2ba
#fff3bb
#fff4bc
#fff5bd
#fff6be
#fff7bf
#fff8c0
#fde9b1
#fce8b0
#fbe7af
#fae6ae
#f9e5ad
#f8e4ac
#f7e3ab
#f6e2aa
#f5e1a9
#f4e0a8
#f3dfa7
#f2dea6
#f1dda5
#f0dca4

Monochromatic Color with #feeab2

#feeab2
#29261d
#544d3b
#7e7559
#a99c76
#d3c394

Tints of #feeab2 Color

#feeab2
#feecba
#feeec3
#fef1cb
#fef3d4
#fef5dc
#fef8e5
#fefaed
#fefcf6
#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

#feeab2
#b2c6fe

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

Split Complementary

#feeab2
#b2ecfe
#c4b2fe

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

Analogous Color

#feccb2
#fedbb2
#feeab2
#fef9b2
#f4feb2

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

#feeab2
#b2feea
#eab2fe

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

#feeab2
#b2fec4
#b2c6fe
#feb2ec

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

#feeab2
#b2c6fe
#c4b2fe
#ecfeb2

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

#feeab2 Color Code Preview on Black Background Color

This is how #feeab2 Color will look on black background color. Color contrast ratio is 17.63

#feeab2 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #feeab2

HTML with inline CSS

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

Your Example Paragraph content text in with font color #feeab2

#feeab2 color code is use for CSS Background Color

Background color for the above div is #feeab2

HTML with inline CSS

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

#feeab2 color code is use for CSS Border Color

CSS Border color for the above div is #feeab2

HTML with inline CSS

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

CSS Border Left color for the above div is #feeab2

HTML with inline CSS

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

CSS Border Right color for the above div is #feeab2

HTML with inline CSS

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

CSS Border Bottom color for the above div is #feeab2

HTML with inline CSS

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

CSS Border Top color for the above div is #feeab2

HTML with inline CSS

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

#feeab2 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#feeab2 Color code Preview on White Background

This is how #feeab2 Color code will look on white background color. Color contrast ratio is 1.19

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

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(254,234,178,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(178,198,254,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(254,234,178,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 9 Views

Post your comment:-

By submitting comment you agree to our privacy policy.