crispedge.com

Color picker

Loading...

#bcf67f hex color - Green - Warm color - Information

#bcf67f hex color - Green - Warm color

Color Hue/Base color: Green

Hex #bcf67f Color code in RGB color code model is created after adding 73.73% red color, 96.47% green color and 49.8% blue color. Hex #bcf67f Color code in CMYK color (process color) code model is generated after subtraction of 24% cyan, 0% magenta, 48% yellow and 4% black.

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

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codebcf67f#bcf67f
RGB Decimal188, 246, 127rgb(188, 246, 127)
RGB Percent74%, 96%, 50%rgb(74%, 96%, 50%)
CSS RGBa188, 246, 127,1rgba(188,246,127,1)
CMYK Modelcmyk(24%,0%,48%,4%)
HSL Color Space89,87% ,73%hsl(89,87% ,73%)
HSV Color Space89°, 48%, 96%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101111001111011001111111
Octal274366177
Decimal188246127
Hexbcf67f

Different shades of #bcf67f color code.

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

Light Shade of #bcf67f
#d5f9af
Dark Shade of #bcf67f
#a3f34f
Saturated Shade of #bcf67f
#bcfd78
Desaturated Shade of #bcf67f
#bcef86
Grey scale Shade of #bcf67f
#bababa
Brighten Shade
#d5ff98
Most Readable Shade
#000000

Shades of #bcf67f color code

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

#bcf67f
#a7da70
#92bf62
#7da454
#688846
#536d38
#3e522a
#29361c
#141b0e
#000000

Similar Color like #bcf67f color

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

#bdf780
#bef881
#bff982
#c0fa83
#c1fb84
#c2fc85
#c3fd86
#c4fe87
#c5ff88
#c6ff89
#c7ff8a
#c8ff8b
#c9ff8c
#caff8d
#bbf57e
#baf47d
#b9f37c
#b8f27b
#b7f17a
#b6f079
#b5ef78
#b4ee77
#b3ed76
#b2ec75
#b1eb74
#b0ea73
#afe972
#aee871

Monochromatic Color with #bcf67f

#bcf67f
#1a2111
#3a4c27
#5b763d
#7ba153
#9ccb69

Tints of #bcf67f Color

#bcf67f
#c3f78d
#caf89b
#d2f9a9
#d9fab7
#e1fbc6
#e8fcd4
#f0fde2
#f7fef0
#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

#bcf67f
#b97ff6

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

Split Complementary

#bcf67f
#7f81f6
#f57ff6

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

Analogous Color

#ecf67f
#d4f67f
#bcf67f
#a4f67f
#8cf67f

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

#bcf67f
#7fbcf6
#f67fbc

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

#bcf67f
#7ff6f4
#b97ff6
#f67f80

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

#bcf67f
#b97ff6
#f57ff6
#81f67f

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

#bcf67f Color Code Preview on Black Background Color

This is how #bcf67f Color will look on black background color. Color contrast ratio is 16.63

#bcf67f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bcf67f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bcf67f

#bcf67f color code is use for CSS Background Color

Background color for the above div is #bcf67f

HTML with inline CSS

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

#bcf67f color code is use for CSS Border Color

CSS Border color for the above div is #bcf67f

HTML with inline CSS

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

CSS Border Left color for the above div is #bcf67f

HTML with inline CSS

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

CSS Border Right color for the above div is #bcf67f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bcf67f

HTML with inline CSS

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

CSS Border Top color for the above div is #bcf67f

HTML with inline CSS

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

#bcf67f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bcf67f Color code Preview on White Background

This is how #bcf67f Color code will look on white background color. Color contrast ratio is 1.26

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

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.