crispedge.com

Color picker

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

#bde5aa hex color - Green - Cool color - Information

#bde5aa hex color - Green - Cool color

Color Hue/Base color: Green

Hex #bde5aa Color code in RGB color code model is created after adding 74.12% red color, 89.8% green color and 66.67% blue color. Hex #bde5aa Color code in CMYK color (process color) code model is generated after subtraction of 17% cyan, 0% magenta, 26% yellow and 10% black.

Hex #bde5aa color code is between #bbdd99 web safe hex color code and #cceebb web safe hex color code. #bbdd99 is the nearest web safe color code. You can see here many more shades of #bde5aa color code.

0 Likes 0 Comments | 3 Views

Color Table

Hex Color Codebde5aa#bde5aa
RGB Decimal189, 229, 170rgb(189, 229, 170)
RGB Percent74%, 90%, 67%rgb(74%, 90%, 67%)
CSS RGBa189, 229, 170,1rgba(189,229,170,1)
CMYK Modelcmyk(17%,0%,26%,10%)
HSL Color Space101,53% ,78%hsl(101,53% ,78%)
HSV Color Space101°, 26%, 90%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101111011110010110101010
Octal275345252
Decimal189229170
Hexbde5aa

Different shades of #bde5aa color code.

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

Light Shade of #bde5aa
#dbf1d1
Dark Shade of #bde5aa
#9fd983
Saturated Shade of #bde5aa
#bbeba4
Desaturated Shade of #bde5aa
#bfdfb0
Grey scale Shade of #bde5aa
#c7c7c7
Brighten Shade
#d6fec3
Most Readable Shade
#000000

Shades of #bde5aa color code

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

#bde5aa
#a8cb97
#93b284
#7e9871
#697f5e
#54654b
#3f4c38
#2a3225
#151912
#000000

Similar Color like #bde5aa color

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

#bee6ab
#bfe7ac
#c0e8ad
#c1e9ae
#c2eaaf
#c3ebb0
#c4ecb1
#c5edb2
#c6eeb3
#c7efb4
#c8f0b5
#c9f1b6
#caf2b7
#cbf3b8
#bce4a9
#bbe3a8
#bae2a7
#b9e1a6
#b8e0a5
#b7dfa4
#b6dea3
#b5dda2
#b4dca1
#b3dba0
#b2da9f
#b1d99e
#b0d89d
#afd79c

Monochromatic Color with #bde5aa

#bde5aa
#0e100c
#313b2c
#54654b
#77906b
#9aba8a

Tints of #bde5aa Color

#bde5aa
#c4e7b3
#cbeabc
#d3edc6
#daf0cf
#e1f3d9
#e9f6e2
#f0f9ec
#f7fcf5
#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

#bde5aa
#d2aae5

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

Split Complementary

#bde5aa
#b4aae5
#e5aadb

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

Analogous Color

#d5e5aa
#c9e5aa
#bde5aa
#b1e5aa
#aae5af

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

#bde5aa
#aabde5
#e5aabd

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

#bde5aa
#aadae5
#d2aae5
#e5b4aa

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

#bde5aa
#d2aae5
#e5aadb
#aae5b4

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

#bde5aa Color Code Preview on Black Background Color

This is how #bde5aa Color will look on black background color. Color contrast ratio is 14.95

#bde5aa in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bde5aa

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bde5aa

#bde5aa color code is use for CSS Background Color

Background color for the above div is #bde5aa

HTML with inline CSS

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

#bde5aa color code is use for CSS Border Color

CSS Border color for the above div is #bde5aa

HTML with inline CSS

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

CSS Border Left color for the above div is #bde5aa

HTML with inline CSS

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

CSS Border Right color for the above div is #bde5aa

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bde5aa

HTML with inline CSS

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

CSS Border Top color for the above div is #bde5aa

HTML with inline CSS

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

#bde5aa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bde5aa Color code Preview on White Background

This is how #bde5aa Color code will look on white background color. Color contrast ratio is 1.40

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

Related Gradients

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

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.