crispedge.com

Color picker

Loading...

#bdee1b hex color - Green - Warm color - Information

#bdee1b hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

Hex #bdee1b Color code in RGB color code model is created after adding 74.12% red color, 93.33% green color and 10.59% blue color. Hex #bdee1b Color code in CMYK color (process color) code model is generated after subtraction of 21% cyan, 0% magenta, 89% yellow and 7% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codebdee1b#bdee1b
RGB Decimal189, 238, 27rgb(189, 238, 27)
RGB Percent74%, 93%, 11%rgb(74%, 93%, 11%)
CSS RGBa189, 238, 27,1rgba(189,238,27,1)
CMYK Modelcmyk(21%,0%,89%,7%)
HSL Color Space74,86% ,52%hsl(74,86% ,52%)
HSV Color Space74°, 89%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101111011110111000011011
Octal27535633
Decimal18923827
Hexbdee1b

Different shades of #bdee1b color code.

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

Light Shade of #bdee1b
#cbf24a
Dark Shade of #bdee1b
#9cc70f
Saturated Shade of #bdee1b
#c4fa0f
Desaturated Shade of #bdee1b
#b6e227
Grey scale Shade of #bdee1b
#848484
Brighten Shade
#d6ff34
Most Readable Shade
#000000

Shades of #bdee1b color code

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

#bdee1b
#a8d318
#93b915
#7e9e12
#69840f
#54690c
#3f4f09
#2a3406
#151a03
#000000

Similar Color like #bdee1b color

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

#beef1c
#bff01d
#c0f11e
#c1f21f
#c2f320
#c3f421
#c4f522
#c5f623
#c6f724
#c7f825
#c8f926
#c9fa27
#cafb28
#cbfc29
#bced1a
#bbec19
#baeb18
#b9ea17
#b8e916
#b7e815
#b6e714
#b5e613
#b4e512
#b3e411
#b2e310
#b1e20f
#b0e10e
#afe00d

Monochromatic Color with #bdee1b

#bdee1b
#141a03
#364408
#586e0d
#7a9911
#9bc316

Tints of #bdee1b Color

#bdee1b
#c4ef34
#cbf14d
#d3f367
#daf580
#e1f799
#e9f9b3
#f0fbcc
#f7fde5
#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

#bdee1b
#4c1bee

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

Split Complementary

#bdee1b
#1b54ee
#b61bee

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

Analogous Color

#eecb1b
#e7ee1b
#bdee1b
#93ee1b
#69ee1b

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

#bdee1b
#1bbdee
#ee1bbd

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

#bdee1b
#1beeb5
#4c1bee
#ee1b53

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

#bdee1b
#4c1bee
#b61bee
#53ee1b

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

#bdee1b Color Code Preview on Black Background Color

This is how #bdee1b Color will look on black background color. Color contrast ratio is 15.41

#bdee1b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bdee1b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bdee1b

#bdee1b color code is use for CSS Background Color

Background color for the above div is #bdee1b

HTML with inline CSS

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

#bdee1b color code is use for CSS Border Color

CSS Border color for the above div is #bdee1b

HTML with inline CSS

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

CSS Border Left color for the above div is #bdee1b

HTML with inline CSS

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

CSS Border Right color for the above div is #bdee1b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bdee1b

HTML with inline CSS

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

CSS Border Top color for the above div is #bdee1b

HTML with inline CSS

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

#bdee1b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bdee1b Color code Preview on White Background

This is how #bdee1b Color code will look on white background color. Color contrast ratio is 1.36

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

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(189,238,27,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(76,27,238,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(189,238,27,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.