crispedge.com

Color picker

Loading...

#acd5bc hex color - Green - Cool color - Information

#acd5bc hex color - Green - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Green

Hex #acd5bc Color code in RGB color code model is created after adding 67.45% red color, 83.53% green color and 73.73% blue color. Hex #acd5bc Color code in CMYK color (process color) code model is generated after subtraction of 19% cyan, 0% magenta, 12% yellow and 16% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeacd5bc#acd5bc
RGB Decimal172, 213, 188rgb(172, 213, 188)
RGB Percent67%, 84%, 74%rgb(67%, 84%, 74%)
CSS RGBa172, 213, 188,1rgba(172,213,188,1)
CMYK Modelcmyk(19%,0%,12%,16%)
HSL Color Space143,33% ,75%hsl(143,33% ,75%)
HSV Color Space143°, 19%, 84%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101011001101010110111100
Octal254325274
Decimal172213188
Hexacd5bc

Different shades of #acd5bc color code.

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

Light Shade of #acd5bc
#cee6d7
Dark Shade of #acd5bc
#8ac4a1
Saturated Shade of #acd5bc
#a6dbbb
Desaturated Shade of #acd5bc
#b2cfbd
Grey scale Shade of #acd5bc
#c0c0c0
Brighten Shade
#c5eed5
Most Readable Shade
#000000

Shades of #acd5bc color code

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

#acd5bc
#98bda7
#85a592
#728e7d
#5f7668
#4c5e53
#39473e
#262f29
#131714
#000000

Similar Color like #acd5bc color

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

#add6bd
#aed7be
#afd8bf
#b0d9c0
#b1dac1
#b2dbc2
#b3dcc3
#b4ddc4
#b5dec5
#b6dfc6
#b7e0c7
#b8e1c8
#b9e2c9
#bae3ca
#abd4bb
#aad3ba
#a9d2b9
#a8d1b8
#a7d0b7
#a6cfb6
#a5ceb5
#a4cdb4
#a3ccb3
#a2cbb2
#a1cab1
#a0c9b0
#9fc8af
#9ec7ae

Monochromatic Color with #acd5bc

#acd5bc
#000000
#232b26
#45554b
#678071
#8aaa96

Tints of #acd5bc Color

#acd5bc
#b5d9c3
#bedeca
#c7e3d2
#d0e7d9
#daece1
#e3f1e8
#ecf5f0
#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

#acd5bc
#d5acc5

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

Split Complementary

#acd5bc
#d0acd5
#d5acb1

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

Analogous Color

#acd5ac
#acd5b4
#acd5bc
#acd5c4
#acd5cc

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

#acd5bc
#bcacd5
#d5bcac

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

#acd5bc
#acb0d5
#d5acc5
#d5d0ac

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

#acd5bc
#d5acc5
#d5acb1
#acd5d0

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

#acd5bc Color Code Preview on Black Background Color

This is how #acd5bc Color will look on black background color. Color contrast ratio is 13.00

#acd5bc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #acd5bc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #acd5bc

#acd5bc color code is use for CSS Background Color

Background color for the above div is #acd5bc

HTML with inline CSS

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

#acd5bc color code is use for CSS Border Color

CSS Border color for the above div is #acd5bc

HTML with inline CSS

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

CSS Border Left color for the above div is #acd5bc

HTML with inline CSS

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

CSS Border Right color for the above div is #acd5bc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #acd5bc

HTML with inline CSS

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

CSS Border Top color for the above div is #acd5bc

HTML with inline CSS

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

#acd5bc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#acd5bc Color code Preview on White Background

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

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.