crispedge.com

Color picker

Loading...

#f0feaa hex color - Yellow - Warm color - Information

#f0feaa hex color - Yellow - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Yellow

Hex #f0feaa Color code in RGB color code model is created after adding 94.12% red color, 99.61% green color and 66.67% blue color. Hex #f0feaa Color code in CMYK color (process color) code model is generated after subtraction of 6% cyan, 0% magenta, 33% yellow and 0% black.

Hex #f0feaa color code is between #eeff99 web safe hex color code and #ffeebb web safe hex color code. #eeff99 is the nearest web safe color code. You can see here many more shades of #f0feaa color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codef0feaa#f0feaa
RGB Decimal240, 254, 170rgb(240, 254, 170)
RGB Percent94%, 100%, 67%rgb(94%, 100%, 67%)
CSS RGBa240, 254, 170,1rgba(240,254,170,1)
CMYK Modelcmyk(6%,0%,33%,0%)
HSL Color Space70,98% ,83%hsl(70,98% ,83%)
HSV Color Space70°, 33%, 100%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111100001111111010101010
Octal360376252
Decimal240254170
Hexf0feaa

Different shades of #f0feaa color code.

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

Light Shade of #f0feaa
#f9ffdc
Dark Shade of #f0feaa
#e7fd78
Saturated Shade of #f0feaa
#f1ffa9
Desaturated Shade of #f0feaa
#edfaae
Grey scale Shade of #f0feaa
#d4d4d4
Brighten Shade
#ffffc3
Most Readable Shade
#000000

Shades of #f0feaa color code

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

#f0feaa
#d5e197
#bac584
#a0a971
#858d5e
#6a704b
#505438
#353825
#1a1c12
#000000

Similar Color like #f0feaa color

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

#f1ffab
#f2ffac
#f3ffad
#f4ffae
#f5ffaf
#f6ffb0
#f7ffb1
#f8ffb2
#f9ffb3
#faffb4
#fbffb5
#fcffb6
#fdffb7
#feffb8
#effda9
#eefca8
#edfba7
#ecfaa6
#ebf9a5
#eaf8a4
#e9f7a3
#e8f6a2
#e7f5a1
#e6f4a0
#e5f39f
#e4f29e
#e3f19d
#e2f09c

Monochromatic Color with #f0feaa

#f0feaa
#27291c
#4f5438
#787e55
#a0a971
#c8d38e

Tints of #f0feaa Color

#f0feaa
#f1feb3
#f3febc
#f5fec6
#f6fecf
#f8fed9
#fafee2
#fbfeec
#fdfef5
#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

#f0feaa
#b8aafe

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

Split Complementary

#f0feaa
#aac6fe
#e2aafe

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

Analogous Color

#feeaaa
#fefbaa
#f0feaa
#dffeaa
#cefeaa

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

#f0feaa
#aaf0fe
#feaaf0

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

#f0feaa
#aafee2
#b8aafe
#feaac6

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

#f0feaa
#b8aafe
#e2aafe
#c6feaa

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

#f0feaa Color Code Preview on Black Background Color

This is how #f0feaa Color will look on black background color. Color contrast ratio is 19.46

#f0feaa in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f0feaa

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f0feaa

#f0feaa color code is use for CSS Background Color

Background color for the above div is #f0feaa

HTML with inline CSS

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

#f0feaa color code is use for CSS Border Color

CSS Border color for the above div is #f0feaa

HTML with inline CSS

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

CSS Border Left color for the above div is #f0feaa

HTML with inline CSS

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

CSS Border Right color for the above div is #f0feaa

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f0feaa

HTML with inline CSS

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

CSS Border Top color for the above div is #f0feaa

HTML with inline CSS

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

#f0feaa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f0feaa Color code Preview on White Background

This is how #f0feaa Color code will look on white background color. Color contrast ratio is 1.08

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

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(240,254,170,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(184,170,254,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(240,254,170,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.