crispedge.com

Color picker

Loading...

#acd9bb hex color - Green - Cool color - Information

#acd9bb hex color - Green - Cool color

Color Hue/Base color: Green

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

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

0 Likes 0 Comments | 5 Views

RGB Chart

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

Color Table

Hex Color Codeacd9bb#acd9bb
RGB Decimal172, 217, 187rgb(172, 217, 187)
RGB Percent67%, 85%, 73%rgb(67%, 85%, 73%)
CSS RGBa172, 217, 187,1rgba(172,217,187,1)
CMYK Modelcmyk(21%,0%,14%,15%)
HSL Color Space140,37% ,76%hsl(140,37% ,76%)
HSV Color Space140°, 21%, 85%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101011001101100110111011
Octal254331273
Decimal172217187
Hexacd9bb

Different shades of #acd9bb color code.

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

Light Shade of #acd9bb
#cfe9d8
Dark Shade of #acd9bb
#89c99e
Saturated Shade of #acd9bb
#a6dfb9
Desaturated Shade of #acd9bb
#b2d3bd
Grey scale Shade of #acd9bb
#c2c2c2
Brighten Shade
#c5f2d4
Most Readable Shade
#000000

Shades of #acd9bb color code

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

#acd9bb
#98c0a6
#85a891
#72907c
#5f7867
#4c6053
#39483e
#263029
#131814
#000000

Similar Color like #acd9bb color

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

#addabc
#aedbbd
#afdcbe
#b0ddbf
#b1dec0
#b2dfc1
#b3e0c2
#b4e1c3
#b5e2c4
#b6e3c5
#b7e4c6
#b8e5c7
#b9e6c8
#bae7c9
#abd8ba
#aad7b9
#a9d6b8
#a8d5b7
#a7d4b6
#a6d3b5
#a5d2b4
#a4d1b3
#a3d0b2
#a2cfb1
#a1ceb0
#a0cdaf
#9fccae
#9ecbad

Monochromatic Color with #acd9bb

#acd9bb
#040404
#252f29
#47594d
#698472
#8aae96

Tints of #acd9bb Color

#acd9bb
#b5ddc2
#bee1ca
#c7e5d1
#d0e9d9
#daeee0
#e3f2e8
#ecf6ef
#f5faf7
#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

#acd9bb
#d9acca

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

Split Complementary

#acd9bb
#d2acd9
#d9acb4

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

Analogous Color

#afd9ac
#acd9b2
#acd9bb
#acd9c4
#acd9cd

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

#acd9bb
#bbacd9
#d9bbac

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

#acd9bb
#acb3d9
#d9acca
#d9d1ac

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

#acd9bb
#d9acca
#d9acb4
#acd9d2

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

#acd9bb Color Code Preview on Black Background Color

This is how #acd9bb Color will look on black background color. Color contrast ratio is 13.40

#acd9bb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #acd9bb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #acd9bb

#acd9bb color code is use for CSS Background Color

Background color for the above div is #acd9bb

HTML with inline CSS

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

#acd9bb color code is use for CSS Border Color

CSS Border color for the above div is #acd9bb

HTML with inline CSS

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

CSS Border Left color for the above div is #acd9bb

HTML with inline CSS

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

CSS Border Right color for the above div is #acd9bb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #acd9bb

HTML with inline CSS

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

CSS Border Top color for the above div is #acd9bb

HTML with inline CSS

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

#acd9bb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#acd9bb Color code Preview on White Background

This is how #acd9bb Color code will look on white background color. Color contrast ratio is 1.57

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

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(172,217,187,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(217,172,202,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(172,217,187,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 5 Views

Post your comment:-

By submitting comment you agree to our privacy policy.