crispedge.com

Color picker

Loading...

#bef9aa hex color - Green - Cool color - Information

#bef9aa hex color - Green - Cool color

Color Hue/Base color: Green

Hex #bef9aa Color code in RGB color code model is created after adding 74.51% red color, 97.65% green color and 66.67% blue color. Hex #bef9aa Color code in CMYK color (process color) code model is generated after subtraction of 24% cyan, 0% magenta, 32% yellow and 2% black.

Hex #bef9aa color code is between #bbff99 web safe hex color code and #cceebb web safe hex color code. #bbff99 is the nearest web safe color code. You can see here many more shades of #bef9aa color code.

0 Likes 0 Comments | 3 Views

RGB Chart

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

Color Table

Hex Color Codebef9aa#bef9aa
RGB Decimal190, 249, 170rgb(190, 249, 170)
RGB Percent75%, 98%, 67%rgb(75%, 98%, 67%)
CSS RGBa190, 249, 170,1rgba(190,249,170,1)
CMYK Modelcmyk(24%,0%,32%,2%)
HSL Color Space105,87% ,82%hsl(105,87% ,82%)
HSV Color Space105°, 32%, 98%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101111101111100110101010
Octal276371252
Decimal190249170
Hexbef9aa

Different shades of #bef9aa color code.

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

Light Shade of #bef9aa
#e2fcda
Dark Shade of #bef9aa
#9af67a
Saturated Shade of #bef9aa
#bcfea5
Desaturated Shade of #bef9aa
#c0f4af
Grey scale Shade of #bef9aa
#d1d1d1
Brighten Shade
#d7ffc3
Most Readable Shade
#000000

Shades of #bef9aa color code

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

#bef9aa
#a8dd97
#93c184
#7ea671
#698a5e
#546e4b
#3f5338
#2a3725
#151b12
#000000

Similar Color like #bef9aa color

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

#bffaab
#c0fbac
#c1fcad
#c2fdae
#c3feaf
#c4ffb0
#c5ffb1
#c6ffb2
#c7ffb3
#c8ffb4
#c9ffb5
#caffb6
#cbffb7
#ccffb8
#bdf8a9
#bcf7a8
#bbf6a7
#baf5a6
#b9f4a5
#b8f3a4
#b7f2a3
#b6f1a2
#b5f0a1
#b4efa0
#b3ee9f
#b2ed9e
#b1ec9d
#b0eb9c

Monochromatic Color with #bef9aa

#bef9aa
#1c2419
#3c4f36
#5d7953
#7da470
#9ece8d

Tints of #bef9aa Color

#bef9aa
#c5f9b3
#ccfabc
#d3fbc6
#dafbcf
#e2fcd9
#e9fde2
#f0fdec
#f7fef5
#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

#bef9aa
#e5aaf9

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

Split Complementary

#bef9aa
#beaaf9
#f9aae5

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

Analogous Color

#def9aa
#cef9aa
#bef9aa
#aef9aa
#aaf9b6

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

#bef9aa
#aabef9
#f9aabe

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

#bef9aa
#aae5f9
#e5aaf9
#f9bdaa

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

#bef9aa
#e5aaf9
#f9aae5
#aaf9be

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

#bef9aa Color Code Preview on Black Background Color

This is how #bef9aa Color will look on black background color. Color contrast ratio is 17.32

#bef9aa in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bef9aa

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bef9aa

#bef9aa color code is use for CSS Background Color

Background color for the above div is #bef9aa

HTML with inline CSS

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

#bef9aa color code is use for CSS Border Color

CSS Border color for the above div is #bef9aa

HTML with inline CSS

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

CSS Border Left color for the above div is #bef9aa

HTML with inline CSS

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

CSS Border Right color for the above div is #bef9aa

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bef9aa

HTML with inline CSS

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

CSS Border Top color for the above div is #bef9aa

HTML with inline CSS

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

#bef9aa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bef9aa Color code Preview on White Background

This is how #bef9aa Color code will look on white background color. Color contrast ratio is 1.21

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

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,249,170,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(229,170,249,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(190,249,170,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.