crispedge.com

Color picker

Loading...

#badca9 hex color - Green - Cool color - Information

#badca9 hex color - Green - Cool color

Color Hue/Base color: Green

Hex #badca9 Color code in RGB color code model is created after adding 72.94% red color, 86.27% green color and 66.27% blue color. Hex #badca9 Color code in CMYK color (process color) code model is generated after subtraction of 15% cyan, 0% magenta, 23% yellow and 14% black.

Hex #badca9 color code is between #bbddaa web safe hex color code and #aacc99 web safe hex color code. #bbddaa is the nearest web safe color code. You can see here many more shades of #badca9 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codebadca9#badca9
RGB Decimal186, 220, 169rgb(186, 220, 169)
RGB Percent73%, 86%, 66%rgb(73%, 86%, 66%)
CSS RGBa186, 220, 169,1rgba(186,220,169,1)
CMYK Modelcmyk(15%,0%,23%,14%)
HSL Color Space100,42% ,76%hsl(100,42% ,76%)
HSV Color Space100°, 23%, 86%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101110101101110010101001
Octal272334251
Decimal186220169
Hexbadca9

Different shades of #badca9 color code.

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

Light Shade of #badca9
#d7ebcd
Dark Shade of #badca9
#9dcd85
Saturated Shade of #badca9
#b8e2a3
Desaturated Shade of #badca9
#bcd6af
Grey scale Shade of #badca9
#c2c2c2
Brighten Shade
#d3f5c2
Most Readable Shade
#000000

Shades of #badca9 color code

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

#badca9
#a5c396
#90ab83
#7c9270
#677a5d
#52614b
#3e4938
#293025
#141812
#000000

Similar Color like #badca9 color

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

#bbddaa
#bcdeab
#bddfac
#bee0ad
#bfe1ae
#c0e2af
#c1e3b0
#c2e4b1
#c3e5b2
#c4e6b3
#c5e7b4
#c6e8b5
#c7e9b6
#c8eab7
#b9dba8
#b8daa7
#b7d9a6
#b6d8a5
#b5d7a4
#b4d6a3
#b3d5a2
#b2d4a1
#b1d3a0
#b0d29f
#afd19e
#aed09d
#adcf9c
#acce9b

Monochromatic Color with #badca9

#badca9
#060706
#2a3226
#4e5c47
#728768
#96b188

Tints of #badca9 Color

#badca9
#c1dfb2
#c9e3bc
#d1e7c5
#d8ebcf
#e0efd8
#e8f3e2
#eff7eb
#f7fbf5
#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

#badca9
#cba9dc

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

Split Complementary

#badca9
#b1a9dc
#dca9d4

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

Analogous Color

#cedca9
#c4dca9
#badca9
#b0dca9
#a9dcac

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

#badca9
#a9badc
#dca9ba

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

#badca9
#a9d3dc
#cba9dc
#dcb1a9

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

#badca9
#cba9dc
#dca9d4
#a9dcb1

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

#badca9 Color Code Preview on Black Background Color

This is how #badca9 Color will look on black background color. Color contrast ratio is 13.90

#badca9 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #badca9

HTML with inline CSS

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

Your Example Paragraph content text in with font color #badca9

#badca9 color code is use for CSS Background Color

Background color for the above div is #badca9

HTML with inline CSS

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

#badca9 color code is use for CSS Border Color

CSS Border color for the above div is #badca9

HTML with inline CSS

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

CSS Border Left color for the above div is #badca9

HTML with inline CSS

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

CSS Border Right color for the above div is #badca9

HTML with inline CSS

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

CSS Border Bottom color for the above div is #badca9

HTML with inline CSS

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

CSS Border Top color for the above div is #badca9

HTML with inline CSS

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

#badca9 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#badca9 Color code Preview on White Background

This is how #badca9 Color code will look on white background color. Color contrast ratio is 1.51

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

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,220,169,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(203,169,220,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(186,220,169,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.