crispedge.com

Color picker

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

#bedc7d hex color - Yellow - Warm color - Information

#bedc7d hex color - Yellow - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Yellow

Hex #bedc7d Color code in RGB color code model is created after adding 74.51% red color, 86.27% green color and 49.02% blue color. Hex #bedc7d Color code in CMYK color (process color) code model is generated after subtraction of 14% cyan, 0% magenta, 43% yellow and 14% black.

Hex #bedc7d color code is between #bbdd77 web safe hex color code and #cccc88 web safe hex color code. #bbdd77 is the nearest web safe color code. You can see here many more shades of #bedc7d color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codebedc7d#bedc7d
RGB Decimal190, 220, 125rgb(190, 220, 125)
RGB Percent75%, 86%, 49%rgb(75%, 86%, 49%)
CSS RGBa190, 220, 125,1rgba(190,220,125,1)
CMYK Modelcmyk(14%,0%,43%,14%)
HSL Color Space79,58% ,68%hsl(79,58% ,68%)
HSV Color Space79°, 43%, 86%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101111101101110001111101
Octal276334175
Decimal190220125
Hexbedc7d

Different shades of #bedc7d color code.

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

Light Shade of #bedc7d
#d2e7a5
Dark Shade of #bedc7d
#aad155
Saturated Shade of #bedc7d
#c1e475
Desaturated Shade of #bedc7d
#bbd485
Grey scale Shade of #bedc7d
#acacac
Brighten Shade
#d7f596
Most Readable Shade
#000000

Shades of #bedc7d color code

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

#bedc7d
#a8c36f
#93ab61
#7e9253
#697a45
#546137
#3f4929
#2a301b
#15180d
#000000

Similar Color like #bedc7d color

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

#bfdd7e
#c0de7f
#c1df80
#c2e081
#c3e182
#c4e283
#c5e384
#c6e485
#c7e586
#c8e687
#c9e788
#cae889
#cbe98a
#ccea8b
#bddb7c
#bcda7b
#bbd97a
#bad879
#b9d778
#b8d677
#b7d576
#b6d475
#b5d374
#b4d273
#b3d172
#b2d071
#b1cf70
#b0ce6f

Monochromatic Color with #bedc7d

#bedc7d
#060704
#2b321c
#505c35
#75874d
#99b165

Tints of #bedc7d Color

#bedc7d
#c5df8b
#cce399
#d3e7a8
#daebb6
#e2efc5
#e9f3d3
#f0f7e2
#f7fbf0
#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

#bedc7d
#9b7ddc

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

Split Complementary

#bedc7d
#7d8fdc
#cb7ddc

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

Analogous Color

#dcd47d
#d1dc7d
#bedc7d
#abdc7d
#98dc7d

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

#bedc7d
#7dbedc
#dc7dbe

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

#bedc7d
#7ddcca
#9b7ddc
#dc7d8e

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

#bedc7d
#9b7ddc
#cb7ddc
#8fdc7d

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

#bedc7d Color Code Preview on Black Background Color

This is how #bedc7d Color will look on black background color. Color contrast ratio is 13.72

#bedc7d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bedc7d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bedc7d

#bedc7d color code is use for CSS Background Color

Background color for the above div is #bedc7d

HTML with inline CSS

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

#bedc7d color code is use for CSS Border Color

CSS Border color for the above div is #bedc7d

HTML with inline CSS

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

CSS Border Left color for the above div is #bedc7d

HTML with inline CSS

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

CSS Border Right color for the above div is #bedc7d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bedc7d

HTML with inline CSS

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

CSS Border Top color for the above div is #bedc7d

HTML with inline CSS

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

#bedc7d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bedc7d Color code Preview on White Background

This is how #bedc7d Color code will look on white background color. Color contrast ratio is 1.53

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

Related Gradients

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.