crispedge.com

Color picker

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

#a5dbac hex color - Green - Cool color - Information

#a5dbac hex color - Green - Cool color

Color Hue/Base color: Green

Hex #a5dbac Color code in RGB color code model is created after adding 64.71% red color, 85.88% green color and 67.45% blue color. Hex #a5dbac Color code in CMYK color (process color) code model is generated after subtraction of 25% cyan, 0% magenta, 21% yellow and 14% black.

Hex #a5dbac color code is between #aaddaa web safe hex color code and #99ccbb web safe hex color code. #aaddaa is the nearest web safe color code. You can see here many more shades of #a5dbac color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codea5dbac#a5dbac
RGB Decimal165, 219, 172rgb(165, 219, 172)
RGB Percent65%, 86%, 67%rgb(65%, 86%, 67%)
CSS RGBa165, 219, 172,1rgba(165,219,172,1)
CMYK Modelcmyk(25%,0%,21%,14%)
HSL Color Space128,43% ,75%hsl(128,43% ,75%)
HSV Color Space128°, 25%, 86%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101001011101101110101100
Octal245333254
Decimal165219172
Hexa5dbac

Different shades of #a5dbac color code.

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

Light Shade of #a5dbac
#c9eace
Dark Shade of #a5dbac
#81cc8a
Saturated Shade of #a5dbac
#9fe1a7
Desaturated Shade of #a5dbac
#abd5b1
Grey scale Shade of #a5dbac
#c0c0c0
Brighten Shade
#bef4c5
Most Readable Shade
#000000

Shades of #a5dbac color code

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

#a5dbac
#92c298
#80aa85
#6e9272
#5b795f
#49614c
#374939
#243026
#121813
#000000

Similar Color like #a5dbac color

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

#a6dcad
#a7ddae
#a8deaf
#a9dfb0
#aae0b1
#abe1b2
#ace2b3
#ade3b4
#aee4b5
#afe5b6
#b0e6b7
#b1e7b8
#b2e8b9
#b3e9ba
#a4daab
#a3d9aa
#a2d8a9
#a1d7a8
#a0d6a7
#9fd5a6
#9ed4a5
#9dd3a4
#9cd2a3
#9bd1a2
#9ad0a1
#99cfa0
#98ce9f
#97cd9e

Monochromatic Color with #a5dbac

#a5dbac
#050605
#253126
#455b48
#658669
#85b08b

Tints of #a5dbac Color

#a5dbac
#afdfb5
#b9e3be
#c3e7c7
#cdebd0
#d7efda
#e1f3e3
#ebf7ec
#f5fbf5
#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

#a5dbac
#dba5d4

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

Split Complementary

#a5dbac
#c7a5db
#dba5b9

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

Analogous Color

#b4dba5
#a9dba5
#a5dbac
#a5dbb7
#a5dbc2

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

#a5dbac
#aca5db
#dbaca5

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

#a5dbac
#a5b9db
#dba5d4
#dbc7a5

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

#a5dbac
#dba5d4
#dba5b9
#a5dbc7

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

#a5dbac Color Code Preview on Black Background Color

This is how #a5dbac Color will look on black background color. Color contrast ratio is 13.33

#a5dbac in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a5dbac

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a5dbac

#a5dbac color code is use for CSS Background Color

Background color for the above div is #a5dbac

HTML with inline CSS

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

#a5dbac color code is use for CSS Border Color

CSS Border color for the above div is #a5dbac

HTML with inline CSS

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

CSS Border Left color for the above div is #a5dbac

HTML with inline CSS

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

CSS Border Right color for the above div is #a5dbac

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a5dbac

HTML with inline CSS

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

CSS Border Top color for the above div is #a5dbac

HTML with inline CSS

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

#a5dbac hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a5dbac Color code Preview on White Background

This is how #a5dbac Color code will look on white background color. Color contrast ratio is 1.58

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

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.