crispedge.com

Color picker

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

#ffefb2 hex color - Yellow - Warm color - Information

#ffefb2 hex color - Yellow - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Yellow

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

Hex #ffefb2 color code is between #eeeeaa web safe hex color code and #ddffbb web safe hex color code. #eeeeaa is the nearest web safe color code. You can see here many more shades of #ffefb2 color code.

0 Likes 0 Comments | 18 Views

Color Table

Hex Color Codeffefb2#ffefb2
RGB Decimal255, 239, 178rgb(255, 239, 178)
RGB Percent100%, 94%, 70%rgb(100%, 94%, 70%)
CSS RGBa255, 239, 178,1rgba(255,239,178,1)
CMYK Modelcmyk(0%,6%,30%,0%)
HSL Color Space48,100% ,85%hsl(48,100% ,85%)
HSV Color Space48°, 30%, 100%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111111110111110110010
Octal377357262
Decimal255239178
Hexffefb2

Different shades of #ffefb2 color code.

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

Light Shade of #ffefb2
#fffae5
Dark Shade of #ffefb2
#ffe47f
Saturated Shade of #ffefb2
#ffefb2
Desaturated Shade of #ffefb2
#fbedb6
Grey scale Shade of #ffefb2
#d8d8d8
Brighten Shade
#ffffcb
Most Readable Shade
#000000

Shades of #ffefb2 color code

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

#ffefb2
#e2d49e
#c6b98a
#aa9f76
#8d8462
#716a4f
#554f3b
#383527
#1c1a13
#000000

Similar Color like #ffefb2 color

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

#fff0b3
#fff1b4
#fff2b5
#fff3b6
#fff4b7
#fff5b8
#fff6b9
#fff7ba
#fff8bb
#fff9bc
#fffabd
#fffbbe
#fffcbf
#fffdc0
#feeeb1
#fdedb0
#fcecaf
#fbebae
#faeaad
#f9e9ac
#f8e8ab
#f7e7aa
#f6e6a9
#f5e5a8
#f4e4a7
#f3e3a6
#f2e2a5
#f1e1a4

Monochromatic Color with #ffefb2

#ffefb2
#2a281e
#55503b
#807859
#aa9f77
#d4c794

Tints of #ffefb2 Color

#ffefb2
#fff0ba
#fff2c3
#fff4cb
#fff6d4
#fff7dc
#fff9e5
#fffbed
#fffdf6
#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

#ffefb2
#b2c2ff

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

Split Complementary

#ffefb2
#b2e9ff
#c9b2ff

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

Analogous Color

#ffd0b2
#ffe0b2
#ffefb2
#fffeb2
#f0ffb2

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

#ffefb2
#b2ffef
#efb2ff

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

#ffefb2
#b2ffc8
#b2c2ff
#ffb2e8

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

#ffefb2
#b2c2ff
#c9b2ff
#e9ffb2

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

#ffefb2 Color Code Preview on Black Background Color

This is how #ffefb2 Color will look on black background color. Color contrast ratio is 18.24

#ffefb2 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ffefb2

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ffefb2

#ffefb2 color code is use for CSS Background Color

Background color for the above div is #ffefb2

HTML with inline CSS

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

#ffefb2 color code is use for CSS Border Color

CSS Border color for the above div is #ffefb2

HTML with inline CSS

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

CSS Border Left color for the above div is #ffefb2

HTML with inline CSS

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

CSS Border Right color for the above div is #ffefb2

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ffefb2

HTML with inline CSS

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

CSS Border Top color for the above div is #ffefb2

HTML with inline CSS

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

#ffefb2 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ffefb2 Color code Preview on White Background

This is how #ffefb2 Color code will look on white background color. Color contrast ratio is 1.15

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

Related Gradients

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

0 Likes 0 Comments | 18 Views

Post your comment:-

By submitting comment you agree to our privacy policy.