crispedge.com

Color picker

Loading...

#baec7b hex color - Green - Warm color - Information

#baec7b hex color - Green - Warm color

Color Hue/Base color: Green

Hex #baec7b Color code in RGB color code model is created after adding 72.94% red color, 92.55% green color and 48.24% blue color. Hex #baec7b Color code in CMYK color (process color) code model is generated after subtraction of 21% cyan, 0% magenta, 48% yellow and 7% black.

Hex #baec7b color code is between #bbee77 web safe hex color code and #aadd88 web safe hex color code. #bbee77 is the nearest web safe color code. You can see here many more shades of #baec7b color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codebaec7b#baec7b
RGB Decimal186, 236, 123rgb(186, 236, 123)
RGB Percent73%, 93%, 48%rgb(73%, 93%, 48%)
CSS RGBa186, 236, 123,1rgba(186,236,123,1)
CMYK Modelcmyk(21%,0%,48%,7%)
HSL Color Space87,75% ,70%hsl(87,75% ,70%)
HSV Color Space87°, 48%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101110101110110001111011
Octal272354173
Decimal186236123
Hexbaec7b

Different shades of #baec7b color code.

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

Light Shade of #baec7b
#d1f2a8
Dark Shade of #baec7b
#a3e64e
Saturated Shade of #baec7b
#bbf473
Desaturated Shade of #baec7b
#b9e483
Grey scale Shade of #baec7b
#b3b3b3
Brighten Shade
#d3ff94
Most Readable Shade
#000000

Shades of #baec7b color code

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

#baec7b
#a5d16d
#90b75f
#7c9d52
#678344
#526836
#3e4e29
#29341b
#141a0d
#000000

Similar Color like #baec7b color

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

#bbed7c
#bcee7d
#bdef7e
#bef07f
#bff180
#c0f281
#c1f382
#c2f483
#c3f584
#c4f685
#c5f786
#c6f887
#c7f988
#c8fa89
#b9eb7a
#b8ea79
#b7e978
#b6e877
#b5e776
#b4e675
#b3e574
#b2e473
#b1e372
#b0e271
#afe170
#aee06f
#addf6e
#acde6d

Monochromatic Color with #baec7b

#baec7b
#13170c
#344222
#556c39
#77974f
#99c165

Tints of #baec7b Color

#baec7b
#c1ee89
#c9f098
#d1f2a7
#d8f4b5
#e0f6c4
#e8f8d3
#effae1
#f7fcf0
#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

#baec7b
#ad7bec

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

Split Complementary

#baec7b
#7b81ec
#e67bec

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

Analogous Color

#e7ec7b
#d1ec7b
#baec7b
#a3ec7b
#8dec7b

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

#baec7b
#7bbaec
#ec7bba

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

#baec7b
#7bece5
#ad7bec
#ec7b81

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

#baec7b
#ad7bec
#e67bec
#81ec7b

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

#baec7b Color Code Preview on Black Background Color

This is how #baec7b Color will look on black background color. Color contrast ratio is 15.37

#baec7b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #baec7b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #baec7b

#baec7b color code is use for CSS Background Color

Background color for the above div is #baec7b

HTML with inline CSS

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

#baec7b color code is use for CSS Border Color

CSS Border color for the above div is #baec7b

HTML with inline CSS

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

CSS Border Left color for the above div is #baec7b

HTML with inline CSS

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

CSS Border Right color for the above div is #baec7b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #baec7b

HTML with inline CSS

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

CSS Border Top color for the above div is #baec7b

HTML with inline CSS

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

#baec7b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#baec7b Color code Preview on White Background

This is how #baec7b Color code will look on white background color. Color contrast ratio is 1.37

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

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,236,123,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(173,123,236,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(186,236,123,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.