crispedge.com

Color picker

Loading...

#bdde6e hex color - Yellow - Warm color - Information

#bdde6e hex color - Yellow - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Yellow

Hex #bdde6e Color code in RGB color code model is created after adding 74.12% red color, 87.06% green color and 43.14% blue color. Hex #bdde6e Color code in CMYK color (process color) code model is generated after subtraction of 15% cyan, 0% magenta, 50% yellow and 13% black.

Hex #bdde6e color code is between #bbdd66 web safe hex color code and #ccee77 web safe hex color code. #bbdd66 is the nearest web safe color code. You can see here many more shades of #bdde6e color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codebdde6e#bdde6e
RGB Decimal189, 222, 110rgb(189, 222, 110)
RGB Percent74%, 87%, 43%rgb(74%, 87%, 43%)
CSS RGBa189, 222, 110,1rgba(189,222,110,1)
CMYK Modelcmyk(15%,0%,50%,13%)
HSL Color Space78,63% ,65%hsl(78,63% ,65%)
HSV Color Space78°, 50%, 87%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101111011101111001101110
Octal275336156
Decimal189222110
Hexbdde6e

Different shades of #bdde6e color code.

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

Light Shade of #bdde6e
#d0e798
Dark Shade of #bdde6e
#aad544
Saturated Shade of #bdde6e
#c1e765
Desaturated Shade of #bdde6e
#b9d577
Grey scale Shade of #bdde6e
#a6a6a6
Brighten Shade
#d6f787
Most Readable Shade
#000000

Shades of #bdde6e color code

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

#bdde6e
#a8c561
#93ac55
#7e9449
#697b3d
#546230
#3f4a24
#2a3118
#15180c
#000000

Similar Color like #bdde6e color

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

#bedf6f
#bfe070
#c0e171
#c1e272
#c2e373
#c3e474
#c4e575
#c5e676
#c6e777
#c7e878
#c8e979
#c9ea7a
#caeb7b
#cbec7c
#bcdd6d
#bbdc6c
#badb6b
#b9da6a
#b8d969
#b7d868
#b6d767
#b5d666
#b4d565
#b3d464
#b2d363
#b1d262
#b0d161
#afd060

Monochromatic Color with #bdde6e

#bdde6e
#080905
#2c341a
#505e2f
#758944
#99b359

Tints of #bdde6e Color

#bdde6e
#c4e17e
#cbe58e
#d3e99e
#daecae
#e1f0be
#e9f4ce
#f0f7de
#f7fbee
#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

#bdde6e
#8f6ede

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

Split Complementary

#bdde6e
#6e85de
#c76ede

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

Analogous Color

#ded26e
#d3de6e
#bdde6e
#a7de6e
#90de6e

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

#bdde6e
#6ebdde
#de6ebd

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

#bdde6e
#6edec7
#8f6ede
#de6e85

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

#bdde6e
#8f6ede
#c76ede
#85de6e

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

#bdde6e Color Code Preview on Black Background Color

This is how #bdde6e Color will look on black background color. Color contrast ratio is 13.84

#bdde6e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bdde6e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bdde6e

#bdde6e color code is use for CSS Background Color

Background color for the above div is #bdde6e

HTML with inline CSS

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

#bdde6e color code is use for CSS Border Color

CSS Border color for the above div is #bdde6e

HTML with inline CSS

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

CSS Border Left color for the above div is #bdde6e

HTML with inline CSS

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

CSS Border Right color for the above div is #bdde6e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bdde6e

HTML with inline CSS

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

CSS Border Top color for the above div is #bdde6e

HTML with inline CSS

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

#bdde6e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bdde6e Color code Preview on White Background

This is how #bdde6e Color code will look on white background color. Color contrast ratio is 1.52

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

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,222,110,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(143,110,222,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(189,222,110,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.