crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#bad493 hex color - Green - Warm color - Information

#bad493 hex color - Green - Warm color

Color Hue/Base color: Green

Hex #bad493 Color code in RGB color code model is created after adding 72.94% red color, 83.14% green color and 57.65% blue color. Hex #bad493 Color code in CMYK color (process color) code model is generated after subtraction of 12% cyan, 0% magenta, 31% yellow and 17% black.

Hex #bad493 color code is between #bbcc99 web safe hex color code and #aadd88 web safe hex color code. #bbcc99 is the nearest web safe color code. You can see here many more shades of #bad493 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codebad493#bad493
RGB Decimal186, 212, 147rgb(186, 212, 147)
RGB Percent73%, 83%, 58%rgb(73%, 83%, 58%)
CSS RGBa186, 212, 147,1rgba(186,212,147,1)
CMYK Modelcmyk(12%,0%,31%,17%)
HSL Color Space84,43% ,70%hsl(84,43% ,70%)
HSV Color Space84°, 31%, 83%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101110101101010010010011
Octal272324223
Decimal186212147
Hexbad493

Different shades of #bad493 color code.

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

Light Shade of #bad493
#d1e3b7
Dark Shade of #bad493
#a3c56f
Saturated Shade of #bad493
#bcdc8b
Desaturated Shade of #bad493
#b8cc9b
Grey scale Shade of #bad493
#b3b3b3
Brighten Shade
#d3edac
Most Readable Shade
#000000

Shades of #bad493 color code

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

#bad493
#a5bc82
#90a472
#7c8d62
#677551
#525e41
#3e4631
#292f20
#141710
#000000

Similar Color like #bad493 color

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

#bbd594
#bcd695
#bdd796
#bed897
#bfd998
#c0da99
#c1db9a
#c2dc9b
#c3dd9c
#c4de9d
#c5df9e
#c6e09f
#c7e1a0
#c8e2a1
#b9d392
#b8d291
#b7d190
#b6d08f
#b5cf8e
#b4ce8d
#b3cd8c
#b2cc8b
#b1cb8a
#b0ca89
#afc988
#aec887
#adc786
#acc685

Monochromatic Color with #bad493

#bad493
#dffeb0
#252a1d
#4a543b
#6f7f58
#95a976

Tints of #bad493 Color

#bad493
#c1d89f
#c9ddab
#d1e2b7
#d8e7c3
#e0ebcf
#e8f0db
#eff5e7
#f7faf3
#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

#bad493
#ad93d4

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

Split Complementary

#bad493
#9399d4
#ce93d4

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

Analogous Color

#d4d493
#c7d493
#bad493
#add493
#a0d493

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

#bad493
#93bad4
#d493ba

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

#bad493
#93d4cd
#ad93d4
#d49399

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

#bad493
#ad93d4
#ce93d4
#99d493

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

#bad493 Color Code Preview on Black Background Color

This is how #bad493 Color will look on black background color. Color contrast ratio is 12.93

#bad493 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bad493

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bad493

#bad493 color code is use for CSS Background Color

Background color for the above div is #bad493

HTML with inline CSS

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

#bad493 color code is use for CSS Border Color

CSS Border color for the above div is #bad493

HTML with inline CSS

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

CSS Border Left color for the above div is #bad493

HTML with inline CSS

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

CSS Border Right color for the above div is #bad493

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bad493

HTML with inline CSS

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

CSS Border Top color for the above div is #bad493

HTML with inline CSS

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

#bad493 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bad493 Color code Preview on White Background

This is how #bad493 Color code will look on white background color. Color contrast ratio is 1.62

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.