@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#bcde1e hex color - Green - Warm color - Information

#bcde1e hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

Hex #bcde1e Color code in RGB color code model is created after adding 73.73% red color, 87.06% green color and 11.76% blue color. Hex #bcde1e Color code in CMYK color (process color) code model is generated after subtraction of 15% cyan, 0% magenta, 86% yellow and 12.94% black.

Hex #bcde1e color code is between #bbdd22 web safe hex color code and #ccee11 web safe hex color code. #bbdd22 is the nearest web safe color code. You can see here many more shades of #bcde1e color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codebcde1e#bcde1e
RGB Decimal188, 222, 30rgb(188, 222, 30)
RGB Percent74%, 87%, 12%rgb(74%, 87%, 12%)
CSS RGBa188, 222, 30,1rgba(188,222,30,1)
CMYK Modelcmyk(15%,0%,86%,12.94%)
HSL Color Space71,76% ,49%hsl(71,76% ,49%)
HSV Color Space71°, 86%, 87%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101111001101111000011110
Octal27433636
Decimal18822230
Hexbcde1e

Different shades of #bcde1e color code.

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

Light Shade of #bcde1e
#cae649
Dark Shade of #bcde1e
#96b118
Saturated Shade of #bcde1e
#c4eb11
Desaturated Shade of #bcde1e
#b4d12b
Grey scale Shade of #bcde1e
#7e7e7e
Brighten Shade
#d5f737
Most Readable Shade
#000000

Shades of #bcde1e color code

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

#bcde1e
#a7c51a
#92ac17
#7d9414
#687b10
#53620d
#3e4a0a
#293106
#141803
#000000

Similar Color like #bcde1e color

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

#bddf1f
#bee020
#bfe121
#c0e222
#c1e323
#c2e424
#c3e525
#c4e626
#c5e727
#c6e828
#c7e929
#c8ea2a
#c9eb2b
#caec2c
#bbdd1d
#badc1c
#b9db1b
#b8da1a
#b7d919
#b6d818
#b5d717
#b4d616
#b3d515
#b2d414
#b1d313
#b0d212
#afd111
#aed010

Monochromatic Color with #bcde1e

#bcde1e
#080901
#2c3407
#505e0d
#748913
#98b318

Tints of #bcde1e Color

#bcde1e
#c3e137
#cae550
#d2e969
#d9ec82
#e1f09b
#e8f4b4
#f0f7cd
#f7fbe6
#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

#bcde1e
#401ede

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

Split Complementary

#bcde1e
#1e5cde
#a01ede

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

Analogous Color

#deb31e
#deda1e
#bcde1e
#96de1e
#6fde1e

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

#bcde1e
#1ebcde
#de1ebc

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

#bcde1e
#1edea0
#401ede
#de1e5c

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

#bcde1e
#401ede
#a01ede
#5cde1e

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

#bcde1e Color Code Preview on Black Background Color

This is how #bcde1e Color will look on black background color. Color contrast ratio is 13.61

#bcde1e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bcde1e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bcde1e

#bcde1e color code is use for CSS Background Color

Background color for the above div is #bcde1e

HTML with inline CSS

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

#bcde1e color code is use for CSS Border Color

CSS Border color for the above div is #bcde1e

HTML with inline CSS

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

CSS Border Left color for the above div is #bcde1e

HTML with inline CSS

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

CSS Border Right color for the above div is #bcde1e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bcde1e

HTML with inline CSS

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

CSS Border Top color for the above div is #bcde1e

HTML with inline CSS

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

#bcde1e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bcde1e Color code Preview on White Background

This is how #bcde1e Color code will look on white background color. Color contrast ratio is 1.54

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

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,222,30,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(64,30,222,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(188,222,30,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.