crispedge.com

Color picker

Loading...

#babda7 hex color - Green - Warm color - Information

#babda7 hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

Hex #babda7 Color code in RGB color code model is created after adding 72.94% red color, 74.12% green color and 65.49% blue color. Hex #babda7 Color code in CMYK color (process color) code model is generated after subtraction of 2% cyan, 0% magenta, 12% yellow and 26% black.

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

0 Likes 0 Comments | 10 Views

RGB Chart

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

Color Table

Hex Color Codebabda7#babda7
RGB Decimal186, 189, 167rgb(186, 189, 167)
RGB Percent73%, 74%, 65%rgb(73%, 74%, 65%)
CSS RGBa186, 189, 167,1rgba(186,189,167,1)
CMYK Modelcmyk(2%,0%,12%,26%)
HSL Color Space68,14% ,70%hsl(68,14% ,70%)
HSV Color Space68°, 12%, 74%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101110101011110110100111
Octal272275247
Decimal186189167
Hexbabda7

Different shades of #babda7 color code.

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

Light Shade of #babda7
#d1d3c4
Dark Shade of #babda7
#a3a78a
Saturated Shade of #babda7
#c0c59f
Desaturated Shade of #babda7
#b4b5af
Grey scale Shade of #babda7
#b2b2b2
Brighten Shade
#d3d6c0
Most Readable Shade
#000000

Shades of #babda7 color code

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

#babda7
#a5a894
#909381
#7c7e6f
#67695c
#52544a
#3e3f37
#292a25
#141512
#000000

Similar Color like #babda7 color

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

#bbbea8
#bcbfa9
#bdc0aa
#bec1ab
#bfc2ac
#c0c3ad
#c1c4ae
#c2c5af
#c3c6b0
#c4c7b1
#c5c8b2
#c6c9b3
#c7cab4
#c8cbb5
#b9bca6
#b8bba5
#b7baa4
#b6b9a3
#b5b8a2
#b4b7a1
#b3b6a0
#b2b59f
#b1b49e
#b0b39d
#afb29c
#aeb19b
#adb09a
#acaf99

Monochromatic Color with #babda7

#babda7
#e4e7cd
#131311
#3d3d36
#66685c
#909281

Tints of #babda7 Color

#babda7
#c1c4b0
#c9cbba
#d1d3c4
#d8dace
#e0e1d7
#e8e9e1
#eff0eb
#f7f7f5
#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

#babda7
#aaa7bd

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

Split Complementary

#babda7
#a7afbd
#b5a7bd

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

Analogous Color

#bdb7a7
#bdbca7
#babda7
#b6bda7
#b1bda7

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

#babda7
#a7babd
#bda7ba

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

#babda7
#a7bdb5
#aaa7bd
#bda7af

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

#babda7
#aaa7bd
#b5a7bd
#afbda7

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

#babda7 Color Code Preview on Black Background Color

This is how #babda7 Color will look on black background color. Color contrast ratio is 10.92

#babda7 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #babda7

HTML with inline CSS

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

Your Example Paragraph content text in with font color #babda7

#babda7 color code is use for CSS Background Color

Background color for the above div is #babda7

HTML with inline CSS

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

#babda7 color code is use for CSS Border Color

CSS Border color for the above div is #babda7

HTML with inline CSS

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

CSS Border Left color for the above div is #babda7

HTML with inline CSS

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

CSS Border Right color for the above div is #babda7

HTML with inline CSS

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

CSS Border Bottom color for the above div is #babda7

HTML with inline CSS

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

CSS Border Top color for the above div is #babda7

HTML with inline CSS

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

#babda7 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#babda7 Color code Preview on White Background

This is how #babda7 Color code will look on white background color. Color contrast ratio is 1.92

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

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,189,167,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(170,167,189,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(186,189,167,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 10 Views

Post your comment:-

By submitting comment you agree to our privacy policy.