crispedge.com

Color picker

Loading...

#bdc94f hex color - Green - Warm color - Information

#bdc94f hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

Hex #bdc94f Color code in RGB color code model is created after adding 74.12% red color, 78.82% green color and 30.98% blue color. Hex #bdc94f Color code in CMYK color (process color) code model is generated after subtraction of 6% cyan, 0% magenta, 61% yellow and 21% black.

Hex #bdc94f color code is between #bbcc55 web safe hex color code and #ccbb44 web safe hex color code. #bbcc55 is the nearest web safe color code. You can see here many more shades of #bdc94f color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codebdc94f#bdc94f
RGB Decimal189, 201, 79rgb(189, 201, 79)
RGB Percent74%, 79%, 31%rgb(74%, 79%, 31%)
CSS RGBa189, 201, 79,1rgba(189,201,79,1)
CMYK Modelcmyk(6%,0%,61%,21%)
HSL Color Space66,53% ,55%hsl(66,53% ,55%)
HSV Color Space66°, 61%, 79%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101111011100100101001111
Octal275311117
Decimal18920179
Hexbdc94f

Different shades of #bdc94f color code.

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

Light Shade of #bdc94f
#ccd576
Dark Shade of #bdc94f
#a3af36
Saturated Shade of #bdc94f
#c6d443
Desaturated Shade of #bdc94f
#b4bd5a
Grey scale Shade of #bdc94f
#8c8c8c
Brighten Shade
#d6e268
Most Readable Shade
#000000

Shades of #bdc94f color code

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

#bdc94f
#a8b246
#939c3d
#7e8634
#696f2b
#545923
#3f431a
#2a2c11
#151608
#000000

Similar Color like #bdc94f color

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

#beca50
#bfcb51
#c0cc52
#c1cd53
#c2ce54
#c3cf55
#c4d056
#c5d157
#c6d258
#c7d359
#c8d45a
#c9d55b
#cad65c
#cbd75d
#bcc84e
#bbc74d
#bac64c
#b9c54b
#b8c44a
#b7c349
#b6c248
#b5c147
#b4c046
#b3bf45
#b2be44
#b1bd43
#b0bc42
#afbb41

Monochromatic Color with #bdc94f

#bdc94f
#e5f360
#1d1f0c
#45491d
#6d742e
#959e3e

Tints of #bdc94f Color

#bdc94f
#c4cf62
#cbd576
#d3db89
#dae19d
#e1e7b0
#e9edc4
#f0f3d7
#f7f9eb
#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

#bdc94f
#5b4fc9

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

Split Complementary

#bdc94f
#4f80c9
#984fc9

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

Analogous Color

#c9a44f
#c9bd4f
#bdc94f
#a5c94f
#8cc94f

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

#bdc94f
#4fbdc9
#c94fbd

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

#bdc94f
#4fc998
#5b4fc9
#c94f80

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

#bdc94f
#5b4fc9
#984fc9
#80c94f

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

#bdc94f Color Code Preview on Black Background Color

This is how #bdc94f Color will look on black background color. Color contrast ratio is 11.63

#bdc94f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bdc94f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bdc94f

#bdc94f color code is use for CSS Background Color

Background color for the above div is #bdc94f

HTML with inline CSS

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

#bdc94f color code is use for CSS Border Color

CSS Border color for the above div is #bdc94f

HTML with inline CSS

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

CSS Border Left color for the above div is #bdc94f

HTML with inline CSS

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

CSS Border Right color for the above div is #bdc94f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bdc94f

HTML with inline CSS

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

CSS Border Top color for the above div is #bdc94f

HTML with inline CSS

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

#bdc94f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bdc94f Color code Preview on White Background

This is how #bdc94f Color code will look on white background color. Color contrast ratio is 1.81

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

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(189,201,79,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(91,79,201,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(189,201,79,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.