crispedge.com

Color picker

Loading...

#bae94d hex color - Green - Warm color - Information

#bae94d hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

Hex #bae94d Color code in RGB color code model is created after adding 72.94% red color, 91.37% green color and 30.2% blue color. Hex #bae94d Color code in CMYK color (process color) code model is generated after subtraction of 20% cyan, 0% magenta, 67% yellow and 9% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codebae94d#bae94d
RGB Decimal186, 233, 77rgb(186, 233, 77)
RGB Percent73%, 91%, 30%rgb(73%, 91%, 30%)
CSS RGBa186, 233, 77,1rgba(186,233,77,1)
CMYK Modelcmyk(20%,0%,67%,9%)
HSL Color Space78,78% ,61%hsl(78,78% ,61%)
HSV Color Space78°, 67%, 91%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101110101110100101001101
Octal272351115
Decimal18623377
Hexbae94d

Different shades of #bae94d color code.

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

Light Shade of #bae94d
#ccef7a
Dark Shade of #bae94d
#a8e320
Saturated Shade of #bae94d
#bef343
Desaturated Shade of #bae94d
#b6df57
Grey scale Shade of #bae94d
#9b9b9b
Brighten Shade
#d3ff66
Most Readable Shade
#000000

Shades of #bae94d color code

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

#bae94d
#a5cf44
#90b53b
#7c9b33
#67812a
#526722
#3e4d19
#293311
#141908
#000000

Similar Color like #bae94d color

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

#bbea4e
#bceb4f
#bdec50
#beed51
#bfee52
#c0ef53
#c1f054
#c2f155
#c3f256
#c4f357
#c5f458
#c6f559
#c7f65a
#c8f75b
#b9e84c
#b8e74b
#b7e64a
#b6e549
#b5e448
#b4e347
#b3e246
#b2e145
#b1e044
#b0df43
#afde42
#aedd41
#addc40
#acdb3f

Monochromatic Color with #bae94d

#bae94d
#101407
#323f15
#546923
#769431
#98be3f

Tints of #bae94d Color

#bae94d
#c1eb60
#c9ed74
#d1f088
#d8f29c
#e0f5af
#e8f7c3
#effad7
#f7fceb
#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

#bae94d
#7c4de9

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

Split Complementary

#bae94d
#4d6ce9
#ca4de9

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

Analogous Color

#e9da4d
#d9e94d
#bae94d
#9be94d
#7ce94d

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

#bae94d
#4dbae9
#e94dba

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

#bae94d
#4de9ca
#7c4de9
#e94d6c

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

#bae94d
#7c4de9
#ca4de9
#6ce94d

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

#bae94d Color Code Preview on Black Background Color

This is how #bae94d Color will look on black background color. Color contrast ratio is 14.85

#bae94d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bae94d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bae94d

#bae94d color code is use for CSS Background Color

Background color for the above div is #bae94d

HTML with inline CSS

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

#bae94d color code is use for CSS Border Color

CSS Border color for the above div is #bae94d

HTML with inline CSS

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

CSS Border Left color for the above div is #bae94d

HTML with inline CSS

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

CSS Border Right color for the above div is #bae94d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bae94d

HTML with inline CSS

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

CSS Border Top color for the above div is #bae94d

HTML with inline CSS

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

#bae94d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bae94d Color code Preview on White Background

This is how #bae94d Color code will look on white background color. Color contrast ratio is 1.41

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

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(186,233,77,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(124,77,233,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(186,233,77,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.