crispedge.com

Color picker

Loading...

#bdd53a hex color - Green - Warm color - Information

#bdd53a hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

Hex #bdd53a Color code in RGB color code model is created after adding 74.12% red color, 83.53% green color and 22.75% blue color. Hex #bdd53a Color code in CMYK color (process color) code model is generated after subtraction of 11% cyan, 0% magenta, 73% yellow and 16% black.

Hex #bdd53a color code is between #bbdd33 web safe hex color code and #cccc44 web safe hex color code. #bbdd33 is the nearest web safe color code. You can see here many more shades of #bdd53a color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codebdd53a#bdd53a
RGB Decimal189, 213, 58rgb(189, 213, 58)
RGB Percent74%, 84%, 23%rgb(74%, 84%, 23%)
CSS RGBa189, 213, 58,1rgba(189,213,58,1)
CMYK Modelcmyk(11%,0%,73%,16%)
HSL Color Space69,65% ,53%hsl(69,65% ,53%)
HSV Color Space69°, 73%, 84%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101111011101010100111010
Octal27532572
Decimal18921358
Hexbdd53a

Different shades of #bdd53a color code.

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

Light Shade of #bdd53a
#cbde64
Dark Shade of #bdd53a
#9fb527
Saturated Shade of #bdd53a
#c5e12e
Desaturated Shade of #bdd53a
#b5c946
Grey scale Shade of #bdd53a
#878787
Brighten Shade
#d6ee53
Most Readable Shade
#000000

Shades of #bdd53a color code

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

#bdd53a
#a8bd33
#93a52d
#7e8e26
#697620
#545e19
#3f4713
#2a2f0c
#151706
#000000

Similar Color like #bdd53a color

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

#bed63b
#bfd73c
#c0d83d
#c1d93e
#c2da3f
#c3db40
#c4dc41
#c5dd42
#c6de43
#c7df44
#c8e045
#c9e146
#cae247
#cbe348
#bcd439
#bbd338
#bad237
#b9d136
#b8d035
#b7cf34
#b6ce33
#b5cd32
#b4cc31
#b3cb30
#b2ca2f
#b1c92e
#b0c82d
#afc72c

Monochromatic Color with #bdd53a

#bdd53a
#000000
#262b0c
#4c5517
#728023
#97aa2e

Tints of #bdd53a Color

#bdd53a
#c4d94f
#cbde65
#d3e37b
#dae791
#e1eca7
#e9f1bd
#f0f5d3
#f7fae9
#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

#bdd53a
#523ad5

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

Split Complementary

#bdd53a
#3a70d5
#9f3ad5

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

Analogous Color

#d5af3a
#d5ce3a
#bdd53a
#9ed53a
#7fd53a

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

#bdd53a
#3abdd5
#d53abd

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

#bdd53a
#3ad59f
#523ad5
#d53a6f

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

#bdd53a
#523ad5
#9f3ad5
#70d53a

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

#bdd53a Color Code Preview on Black Background Color

This is how #bdd53a Color will look on black background color. Color contrast ratio is 12.74

#bdd53a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bdd53a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bdd53a

#bdd53a color code is use for CSS Background Color

Background color for the above div is #bdd53a

HTML with inline CSS

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

#bdd53a color code is use for CSS Border Color

CSS Border color for the above div is #bdd53a

HTML with inline CSS

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

CSS Border Left color for the above div is #bdd53a

HTML with inline CSS

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

CSS Border Right color for the above div is #bdd53a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bdd53a

HTML with inline CSS

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

CSS Border Top color for the above div is #bdd53a

HTML with inline CSS

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

#bdd53a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bdd53a Color code Preview on White Background

This is how #bdd53a Color code will look on white background color. Color contrast ratio is 1.65

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

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,213,58,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(82,58,213,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(189,213,58,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.