crispedge.com

Color picker

Loading...

#bef04a hex color - Yellow - Warm color - Information

#bef04a hex color - Yellow - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Yellow

Hex #bef04a Color code in RGB color code model is created after adding 74.51% red color, 94.12% green color and 29.02% blue color. Hex #bef04a Color code in CMYK color (process color) code model is generated after subtraction of 21% cyan, 0% magenta, 69% yellow and 6% black.

Hex #bef04a color code is between #bbee44 web safe hex color code and #ccff55 web safe hex color code. #bbee44 is the nearest web safe color code. You can see here many more shades of #bef04a color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codebef04a#bef04a
RGB Decimal190, 240, 74rgb(190, 240, 74)
RGB Percent75%, 94%, 29%rgb(75%, 94%, 29%)
CSS RGBa190, 240, 74,1rgba(190,240,74,1)
CMYK Modelcmyk(21%,0%,69%,6%)
HSL Color Space78,85% ,62%hsl(78,85% ,62%)
HSV Color Space78°, 69%, 94%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101111101111000001001010
Octal276360112
Decimal19024074
Hexbef04a

Different shades of #bef04a color code.

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

Light Shade of #bef04a
#cff479
Dark Shade of #bef04a
#adec1b
Saturated Shade of #bef04a
#c2fa40
Desaturated Shade of #bef04a
#bae654
Grey scale Shade of #bef04a
#9d9d9d
Brighten Shade
#d7ff63
Most Readable Shade
#000000

Shades of #bef04a color code

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

#bef04a
#a8d541
#93ba39
#7ea031
#698529
#546a20
#3f5018
#2a3510
#151a08
#000000

Similar Color like #bef04a color

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

#bff14b
#c0f24c
#c1f34d
#c2f44e
#c3f54f
#c4f650
#c5f751
#c6f852
#c7f953
#c8fa54
#c9fb55
#cafc56
#cbfd57
#ccfe58
#bdef49
#bcee48
#bbed47
#baec46
#b9eb45
#b8ea44
#b7e943
#b6e842
#b5e741
#b4e640
#b3e53f
#b2e43e
#b1e33d
#b0e23c

Monochromatic Color with #bef04a

#bef04a
#161b08
#374616
#597023
#7b9b30
#9cc53d

Tints of #bef04a Color

#bef04a
#c5f15e
#ccf372
#d3f586
#daf69a
#e2f8ae
#e9fac2
#f0fbd6
#f7fdea
#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

#bef04a
#7c4af0

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

Split Complementary

#bef04a
#4a6bf0
#cf4af0

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

Analogous Color

#f0e04a
#dff04a
#bef04a
#9df04a
#7cf04a

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

#bef04a
#4abef0
#f04abe

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

#bef04a
#4af0cf
#7c4af0
#f04a6b

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

#bef04a
#7c4af0
#cf4af0
#6bf04a

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

#bef04a Color Code Preview on Black Background Color

This is how #bef04a Color will look on black background color. Color contrast ratio is 15.75

#bef04a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bef04a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bef04a

#bef04a color code is use for CSS Background Color

Background color for the above div is #bef04a

HTML with inline CSS

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

#bef04a color code is use for CSS Border Color

CSS Border color for the above div is #bef04a

HTML with inline CSS

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

CSS Border Left color for the above div is #bef04a

HTML with inline CSS

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

CSS Border Right color for the above div is #bef04a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bef04a

HTML with inline CSS

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

CSS Border Top color for the above div is #bef04a

HTML with inline CSS

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

#bef04a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bef04a Color code Preview on White Background

This is how #bef04a Color code will look on white background color. Color contrast ratio is 1.33

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

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,240,74,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(124,74,240,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(190,240,74,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.