crispedge.com

Color picker

Loading...

#bad251 hex color - Green - Warm color - Information

#bad251 hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

Hex #bad251 Color code in RGB color code model is created after adding 72.94% red color, 82.35% green color and 31.76% blue color. Hex #bad251 Color code in CMYK color (process color) code model is generated after subtraction of 11% cyan, 0% magenta, 61% yellow and 18% black.

Hex #bad251 color code is between #bbcc55 web safe hex color code and #aadd44 web safe hex color code. #bbcc55 is the nearest web safe color code. You can see here many more shades of #bad251 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codebad251#bad251
RGB Decimal186, 210, 81rgb(186, 210, 81)
RGB Percent73%, 82%, 32%rgb(73%, 82%, 32%)
CSS RGBa186, 210, 81,1rgba(186,210,81,1)
CMYK Modelcmyk(11%,0%,61%,18%)
HSL Color Space71,59% ,57%hsl(71,59% ,57%)
HSV Color Space71°, 61%, 82%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101110101101001001010001
Octal272322121
Decimal18621081
Hexbad251

Different shades of #bad251 color code.

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

Light Shade of #bad251
#cadc79
Dark Shade of #bad251
#a4bf31
Saturated Shade of #bad251
#c1dd46
Desaturated Shade of #bad251
#b3c75c
Grey scale Shade of #bad251
#919191
Brighten Shade
#d3eb6a
Most Readable Shade
#000000

Shades of #bad251 color code

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

#bad251
#a5ba48
#90a33f
#7c8c36
#67742d
#525d24
#3e461b
#292e12
#141709
#000000

Similar Color like #bad251 color

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

#bbd352
#bcd453
#bdd554
#bed655
#bfd756
#c0d857
#c1d958
#c2da59
#c3db5a
#c4dc5b
#c5dd5c
#c6de5d
#c7df5e
#c8e05f
#b9d150
#b8d04f
#b7cf4e
#b6ce4d
#b5cd4c
#b4cc4b
#b3cb4a
#b2ca49
#b1c948
#b0c847
#afc746
#aec645
#adc544
#acc443

Monochromatic Color with #bad251

#bad251
#e0fc61
#23280f
#495220
#6f7d30
#94a741

Tints of #bad251 Color

#bad251
#c1d764
#c9dc77
#d1e18b
#d8e69e
#e0ebb1
#e8f0c5
#eff5d8
#f7faeb
#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

#bad251
#6951d2

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

Split Complementary

#bad251
#517ad2
#a951d2

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

Analogous Color

#d2b651
#d2d051
#bad251
#a0d251
#86d251

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

#bad251
#51bad2
#d251ba

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

#bad251
#51d2a9
#6951d2
#d25179

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

#bad251
#6951d2
#a951d2
#7ad251

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

#bad251 Color Code Preview on Black Background Color

This is how #bad251 Color will look on black background color. Color contrast ratio is 12.43

#bad251 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bad251

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bad251

#bad251 color code is use for CSS Background Color

Background color for the above div is #bad251

HTML with inline CSS

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

#bad251 color code is use for CSS Border Color

CSS Border color for the above div is #bad251

HTML with inline CSS

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

CSS Border Left color for the above div is #bad251

HTML with inline CSS

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

CSS Border Right color for the above div is #bad251

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bad251

HTML with inline CSS

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

CSS Border Top color for the above div is #bad251

HTML with inline CSS

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

#bad251 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bad251 Color code Preview on White Background

This is how #bad251 Color code will look on white background color. Color contrast ratio is 1.69

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

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(186,210,81,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(105,81,210,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(186,210,81,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.