crispedge.com

Color picker

Loading...

#bdf34f hex color - Green - Warm color - Information

#bdf34f hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

Hex #bdf34f Color code in RGB color code model is created after adding 74.12% red color, 95.29% green color and 30.98% blue color. Hex #bdf34f Color code in CMYK color (process color) code model is generated after subtraction of 22% cyan, 0% magenta, 67% yellow and 5% black.

Hex #bdf34f color code is between #bbee55 web safe hex color code and #ccff44 web safe hex color code. #bbee55 is the nearest web safe color code. You can see here many more shades of #bdf34f color code.

0 Likes 0 Comments | 3 Views

RGB Chart

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

Color Table

Hex Color Codebdf34f#bdf34f
RGB Decimal189, 243, 79rgb(189, 243, 79)
RGB Percent74%, 95%, 31%rgb(74%, 95%, 31%)
CSS RGBa189, 243, 79,1rgba(189,243,79,1)
CMYK Modelcmyk(22%,0%,67%,5%)
HSL Color Space80,87% ,63%hsl(80,87% ,63%)
HSV Color Space80°, 67%, 95%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101111011111001101001111
Octal275363117
Decimal18924379
Hexbdf34f

Different shades of #bdf34f color code.

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

Light Shade of #bdf34f
#cff67f
Dark Shade of #bdf34f
#abf01f
Saturated Shade of #bdf34f
#c0fc46
Desaturated Shade of #bdf34f
#baea58
Grey scale Shade of #bdf34f
#a1a1a1
Brighten Shade
#d6ff68
Most Readable Shade
#000000

Shades of #bdf34f color code

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

#bdf34f
#a8d846
#93bd3d
#7ea234
#69872b
#546c23
#3f511a
#2a3611
#151b08
#000000

Similar Color like #bdf34f color

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

#bef450
#bff551
#c0f652
#c1f753
#c2f854
#c3f955
#c4fa56
#c5fb57
#c6fc58
#c7fd59
#c8fe5a
#c9ff5b
#caff5c
#cbff5d
#bcf24e
#bbf14d
#baf04c
#b9ef4b
#b8ee4a
#b7ed49
#b6ec48
#b5eb47
#b4ea46
#b3e945
#b2e844
#b1e743
#b0e642
#afe541

Monochromatic Color with #bdf34f

#bdf34f
#181e0a
#394918
#5a7326
#7b9e33
#9cc841

Tints of #bdf34f Color

#bdf34f
#c4f462
#cbf576
#d3f789
#daf89d
#e1f9b0
#e9fbc4
#f0fcd7
#f7fdeb
#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

#bdf34f
#854ff3

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

Split Complementary

#bdf34f
#4f6bf3
#d74ff3

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

Analogous Color

#f3e74f
#def34f
#bdf34f
#9cf34f
#7bf34f

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

#bdf34f
#4fbdf3
#f34fbd

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

#bdf34f
#4ff3d7
#854ff3
#f34f6b

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

#bdf34f
#854ff3
#d74ff3
#6bf34f

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

#bdf34f Color Code Preview on Black Background Color

This is how #bdf34f Color will look on black background color. Color contrast ratio is 16.10

#bdf34f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bdf34f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bdf34f

#bdf34f color code is use for CSS Background Color

Background color for the above div is #bdf34f

HTML with inline CSS

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

#bdf34f color code is use for CSS Border Color

CSS Border color for the above div is #bdf34f

HTML with inline CSS

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

CSS Border Left color for the above div is #bdf34f

HTML with inline CSS

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

CSS Border Right color for the above div is #bdf34f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bdf34f

HTML with inline CSS

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

CSS Border Top color for the above div is #bdf34f

HTML with inline CSS

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

#bdf34f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bdf34f Color code Preview on White Background

This is how #bdf34f Color code will look on white background color. Color contrast ratio is 1.30

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

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

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.