crispedge.com

Color picker

Loading...

#bdea6d hex color - Green - Warm color - Information

#bdea6d hex color - Green - Warm color

Color Hue/Base color: Green

Hex #bdea6d Color code in RGB color code model is created after adding 74.12% red color, 91.76% green color and 42.75% blue color. Hex #bdea6d Color code in CMYK color (process color) code model is generated after subtraction of 19% cyan, 0% magenta, 53% yellow and 8% black.

Hex #bdea6d color code is between #bbee66 web safe hex color code and #ccdd77 web safe hex color code. #bbee66 is the nearest web safe color code. You can see here many more shades of #bdea6d color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codebdea6d#bdea6d
RGB Decimal189, 234, 109rgb(189, 234, 109)
RGB Percent74%, 92%, 43%rgb(74%, 92%, 43%)
CSS RGBa189, 234, 109,1rgba(189,234,109,1)
CMYK Modelcmyk(19%,0%,53%,8%)
HSL Color Space82,75% ,67%hsl(82,75% ,67%)
HSV Color Space82°, 53%, 92%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101111011110101001101101
Octal275352155
Decimal189234109
Hexbdea6d

Different shades of #bdea6d color code.

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

Light Shade of #bdea6d
#d1f09a
Dark Shade of #bdea6d
#a9e440
Saturated Shade of #bdea6d
#bff265
Desaturated Shade of #bdea6d
#bbe275
Grey scale Shade of #bdea6d
#ababab
Brighten Shade
#d6ff86
Most Readable Shade
#000000

Shades of #bdea6d color code

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

#bdea6d
#a8d060
#93b654
#7e9c48
#69823c
#546830
#3f4e24
#2a3418
#151a0c
#000000

Similar Color like #bdea6d color

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

#beeb6e
#bfec6f
#c0ed70
#c1ee71
#c2ef72
#c3f073
#c4f174
#c5f275
#c6f376
#c7f477
#c8f578
#c9f679
#caf77a
#cbf87b
#bce96c
#bbe86b
#bae76a
#b9e669
#b8e568
#b7e467
#b6e366
#b5e265
#b4e164
#b3e063
#b2df62
#b1de61
#b0dd60
#afdc5f

Monochromatic Color with #bdea6d

#bdea6d
#11150a
#34401e
#566a32
#789545
#9bbf59

Tints of #bdea6d Color

#bdea6d
#c4ec7d
#cbee8d
#d3f19d
#daf3ad
#e1f5be
#e9f8ce
#f0fade
#f7fcee
#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

#bdea6d
#9a6dea

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

Split Complementary

#bdea6d
#6d7fea
#d96dea

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

Analogous Color

#eae56d
#d6ea6d
#bdea6d
#a4ea6d
#8bea6d

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

#bdea6d
#6dbdea
#ea6dbd

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

#bdea6d
#6dead8
#9a6dea
#ea6d7e

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

#bdea6d
#9a6dea
#d96dea
#7eea6d

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

#bdea6d Color Code Preview on Black Background Color

This is how #bdea6d Color will look on black background color. Color contrast ratio is 15.15

#bdea6d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bdea6d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bdea6d

#bdea6d color code is use for CSS Background Color

Background color for the above div is #bdea6d

HTML with inline CSS

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

#bdea6d color code is use for CSS Border Color

CSS Border color for the above div is #bdea6d

HTML with inline CSS

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

CSS Border Left color for the above div is #bdea6d

HTML with inline CSS

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

CSS Border Right color for the above div is #bdea6d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bdea6d

HTML with inline CSS

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

CSS Border Top color for the above div is #bdea6d

HTML with inline CSS

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

#bdea6d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bdea6d Color code Preview on White Background

This is how #bdea6d Color code will look on white background color. Color contrast ratio is 1.39

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

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,234,109,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(154,109,234,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(189,234,109,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.