crispedge.com

Color picker

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

#bad263 hex color - Green - Warm color - Information

#bad263 hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

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

Hex #bad263 color code is between #bbcc66 web safe hex color code and #aadd55 web safe hex color code. #bbcc66 is the nearest web safe color code. You can see here many more shades of #bad263 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codebad263#bad263
RGB Decimal186, 210, 99rgb(186, 210, 99)
RGB Percent73%, 82%, 39%rgb(73%, 82%, 39%)
CSS RGBa186, 210, 99,1rgba(186,210,99,1)
CMYK Modelcmyk(11%,0%,53%,18%)
HSL Color Space73,55% ,61%hsl(73,55% ,61%)
HSV Color Space73°, 53%, 82%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101110101101001001100011
Octal272322143
Decimal18621099
Hexbad263

Different shades of #bad263 color code.

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

Light Shade of #bad263
#cbdd8b
Dark Shade of #bad263
#a8c73b
Saturated Shade of #bad263
#c0dc59
Desaturated Shade of #bad263
#b4c86d
Grey scale Shade of #bad263
#9a9a9a
Brighten Shade
#d3eb7c
Most Readable Shade
#000000

Shades of #bad263 color code

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

#bad263
#a5ba58
#90a34d
#7c8c42
#677437
#525d2c
#3e4621
#292e16
#14170b
#000000

Similar Color like #bad263 color

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

#bbd364
#bcd465
#bdd566
#bed667
#bfd768
#c0d869
#c1d96a
#c2da6b
#c3db6c
#c4dc6d
#c5dd6e
#c6de6f
#c7df70
#c8e071
#b9d162
#b8d061
#b7cf60
#b6ce5f
#b5cd5e
#b4cc5d
#b3cb5c
#b2ca5b
#b1c95a
#b0c859
#afc758
#aec657
#adc556
#acc455

Monochromatic Color with #bad263

#bad263
#e0fc77
#232813
#495227
#6f7d3b
#94a74f

Tints of #bad263 Color

#bad263
#c1d774
#c9dc85
#d1e197
#d8e6a8
#e0ebb9
#e8f0cb
#eff5dc
#f7faed
#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

#bad263
#7b63d2

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

Split Complementary

#bad263
#6383d2
#b263d2

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

Analogous Color

#d2be63
#d0d263
#bad263
#a4d263
#8ed263

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

#bad263
#63bad2
#d263ba

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

#bad263
#63d2b2
#7b63d2
#d26382

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

#bad263
#7b63d2
#b263d2
#83d263

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

#bad263 Color Code Preview on Black Background Color

This is how #bad263 Color will look on black background color. Color contrast ratio is 12.49

#bad263 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bad263

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bad263

#bad263 color code is use for CSS Background Color

Background color for the above div is #bad263

HTML with inline CSS

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

#bad263 color code is use for CSS Border Color

CSS Border color for the above div is #bad263

HTML with inline CSS

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

CSS Border Left color for the above div is #bad263

HTML with inline CSS

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

CSS Border Right color for the above div is #bad263

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bad263

HTML with inline CSS

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

CSS Border Top color for the above div is #bad263

HTML with inline CSS

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

#bad263 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bad263 Color code Preview on White Background

This is how #bad263 Color code will look on white background color. Color contrast ratio is 1.68

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

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.