crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#f5ffbd hex color - Yellow - Warm color - Information

#f5ffbd hex color - Yellow - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Yellow

Hex #f5ffbd Color code in RGB color code model is created after adding 96.08% red color, 100% green color and 74.12% blue color. Hex #f5ffbd Color code in CMYK color (process color) code model is generated after subtraction of 4% cyan, 0% magenta, 26% yellow and 0% black.

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

0 Likes 0 Comments | 5 Views

Color Table

Hex Color Codef5ffbd#f5ffbd
RGB Decimal245, 255, 189rgb(245, 255, 189)
RGB Percent96%, 100%, 74%rgb(96%, 100%, 74%)
CSS RGBa245, 255, 189,1rgba(245,255,189,1)
CMYK Modelcmyk(4%,0%,26%,0%)
HSL Color Space69,100% ,87%hsl(69,100% ,87%)
HSV Color Space69°, 26%, 100%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111101011111111110111101
Octal365377275
Decimal245255189
Hexf5ffbd

Different shades of #f5ffbd color code.

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

Light Shade of #f5ffbd
#fdfff0
Dark Shade of #f5ffbd
#edff8a
Saturated Shade of #f5ffbd
#f5ffbd
Desaturated Shade of #f5ffbd
#f3fcc0
Grey scale Shade of #f5ffbd
#dedede
Brighten Shade
#ffffd6
Most Readable Shade
#000000

Shades of #f5ffbd color code

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

#f5ffbd
#d9e2a8
#bec693
#a3aa7e
#888d69
#6c7154
#51553f
#36382a
#1b1c15
#000000

Similar Color like #f5ffbd color

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

#f6ffbe
#f7ffbf
#f8ffc0
#f9ffc1
#faffc2
#fbffc3
#fcffc4
#fdffc5
#feffc6
#ffffc7
#ffffc8
#ffffc9
#ffffca
#ffffcb
#f4febc
#f3fdbb
#f2fcba
#f1fbb9
#f0fab8
#eff9b7
#eef8b6
#edf7b5
#ecf6b4
#ebf5b3
#eaf4b2
#e9f3b1
#e8f2b0
#e7f1af

Monochromatic Color with #f5ffbd

#f5ffbd
#292a1f
#52553f
#7b805f
#a3aa7e
#ccd49d

Tints of #f5ffbd Color

#f5ffbd
#f6ffc4
#f7ffcb
#f8ffd3
#f9ffda
#faffe1
#fbffe9
#fcfff0
#fdfff7
#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

#f5ffbd
#c7bdff

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

Split Complementary

#f5ffbd
#bdd4ff
#e8bdff

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

Analogous Color

#ffefbd
#fffcbd
#f5ffbd
#e8ffbd
#dbffbd

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

#f5ffbd
#bdf5ff
#ffbdf5

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

#f5ffbd
#bdffe8
#c7bdff
#ffbdd4

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

#f5ffbd
#c7bdff
#e8bdff
#d4ffbd

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

#f5ffbd Color Code Preview on Black Background Color

This is how #f5ffbd Color will look on black background color. Color contrast ratio is 19.92

#f5ffbd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f5ffbd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f5ffbd

#f5ffbd color code is use for CSS Background Color

Background color for the above div is #f5ffbd

HTML with inline CSS

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

#f5ffbd color code is use for CSS Border Color

CSS Border color for the above div is #f5ffbd

HTML with inline CSS

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

CSS Border Left color for the above div is #f5ffbd

HTML with inline CSS

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

CSS Border Right color for the above div is #f5ffbd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f5ffbd

HTML with inline CSS

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

CSS Border Top color for the above div is #f5ffbd

HTML with inline CSS

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

#f5ffbd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f5ffbd Color code Preview on White Background

This is how #f5ffbd Color code will look on white background color. Color contrast ratio is 1.05

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 5 Views

Post your comment:-

By submitting comment you agree to our privacy policy.