crispedge.com

Color picker

Loading...

#bedc6c hex color - Yellow - Warm color - Information

#bedc6c hex color - Yellow - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Yellow

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

Hex #bedc6c color code is between #bbdd66 web safe hex color code and #cccc77 web safe hex color code. #bbdd66 is the nearest web safe color code. You can see here many more shades of #bedc6c color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codebedc6c#bedc6c
RGB Decimal190, 220, 108rgb(190, 220, 108)
RGB Percent75%, 86%, 42%rgb(75%, 86%, 42%)
CSS RGBa190, 220, 108,1rgba(190,220,108,1)
CMYK Modelcmyk(14%,0%,51%,14%)
HSL Color Space76,62% ,64%hsl(76,62% ,64%)
HSV Color Space76°, 51%, 86%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101111101101110001101100
Octal276334154
Decimal190220108
Hexbedc6c

Different shades of #bedc6c color code.

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

Light Shade of #bedc6c
#d0e695
Dark Shade of #bedc6c
#acd243
Saturated Shade of #bedc6c
#c2e563
Desaturated Shade of #bedc6c
#bad375
Grey scale Shade of #bedc6c
#a4a4a4
Brighten Shade
#d7f585
Most Readable Shade
#000000

Shades of #bedc6c color code

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

#bedc6c
#a8c360
#93ab54
#7e9248
#697a3c
#546130
#3f4924
#2a3018
#15180c
#000000

Similar Color like #bedc6c color

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

#bfdd6d
#c0de6e
#c1df6f
#c2e070
#c3e171
#c4e272
#c5e373
#c6e474
#c7e575
#c8e676
#c9e777
#cae878
#cbe979
#ccea7a
#bddb6b
#bcda6a
#bbd969
#bad868
#b9d767
#b8d666
#b7d565
#b6d464
#b5d363
#b4d262
#b3d161
#b2d060
#b1cf5f
#b0ce5e

Monochromatic Color with #bedc6c

#bedc6c
#060704
#2b3219
#505c2d
#758742
#99b157

Tints of #bedc6c Color

#bedc6c
#c5df7c
#cce38c
#d3e79d
#daebad
#e2efbd
#e9f3ce
#f0f7de
#f7fbee
#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

#bedc6c
#8a6cdc

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

Split Complementary

#bedc6c
#6c86dc
#c26cdc

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

Analogous Color

#dccd6c
#d4dc6c
#bedc6c
#a8dc6c
#91dc6c

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

#bedc6c
#6cbedc
#dc6cbe

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

#bedc6c
#6cdcc2
#8a6cdc
#dc6c86

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

#bedc6c
#8a6cdc
#c26cdc
#86dc6c

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

#bedc6c Color Code Preview on Black Background Color

This is how #bedc6c Color will look on black background color. Color contrast ratio is 13.64

#bedc6c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bedc6c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bedc6c

#bedc6c color code is use for CSS Background Color

Background color for the above div is #bedc6c

HTML with inline CSS

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

#bedc6c color code is use for CSS Border Color

CSS Border color for the above div is #bedc6c

HTML with inline CSS

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

CSS Border Left color for the above div is #bedc6c

HTML with inline CSS

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

CSS Border Right color for the above div is #bedc6c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bedc6c

HTML with inline CSS

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

CSS Border Top color for the above div is #bedc6c

HTML with inline CSS

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

#bedc6c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bedc6c Color code Preview on White Background

This is how #bedc6c Color code will look on white background color. Color contrast ratio is 1.54

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

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(190,220,108,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(138,108,220,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(190,220,108,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.