crispedge.com

Color picker

Loading...

#acd9dc hex color - Green - Cool color - Information

#acd9dc hex color - Green - Cool color

Color Hue/Base color: Green

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

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

0 Likes 0 Comments | 6 Views

RGB Chart

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

Color Table

Hex Color Codeacd9dc#acd9dc
RGB Decimal172, 217, 220rgb(172, 217, 220)
RGB Percent67%, 85%, 86%rgb(67%, 85%, 86%)
CSS RGBa172, 217, 220,1rgba(172,217,220,1)
CMYK Modelcmyk(22%,1%,0%,14%)
HSL Color Space184,41% ,77%hsl(184,41% ,77%)
HSV Color Space184°, 22%, 86%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101011001101100111011100
Octal254331334
Decimal172217220
Hexacd9dc

Different shades of #acd9dc color code.

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

Light Shade of #acd9dc
#d0e9eb
Dark Shade of #acd9dc
#88c9cd
Saturated Shade of #acd9dc
#a6dee2
Desaturated Shade of #acd9dc
#b2d4d6
Grey scale Shade of #acd9dc
#c4c4c4
Brighten Shade
#c5f2f5
Most Readable Shade
#000000

Shades of #acd9dc color code

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

#acd9dc
#98c0c3
#85a8ab
#729092
#5f787a
#4c6061
#394849
#263030
#131818
#000000

Similar Color like #acd9dc color

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

#addadd
#aedbde
#afdcdf
#b0dde0
#b1dee1
#b2dfe2
#b3e0e3
#b4e1e4
#b5e2e5
#b6e3e6
#b7e4e7
#b8e5e8
#b9e6e9
#bae7ea
#abd8db
#aad7da
#a9d6d9
#a8d5d8
#a7d4d7
#a6d3d6
#a5d2d5
#a4d1d4
#a3d0d3
#a2cfd2
#a1ced1
#a0cdd0
#9fcccf
#9ecbce

Monochromatic Color with #acd9dc

#acd9dc
#060707
#273132
#485b5c
#6a8587
#8bafb1

Tints of #acd9dc Color

#acd9dc
#b5dddf
#bee1e3
#c7e5e7
#d0e9eb
#daeeef
#e3f2f3
#ecf6f7
#f5fafb
#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

#acd9dc
#dcafac

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

Split Complementary

#acd9dc
#dcacc1
#dcc7ac

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

Analogous Color

#acdccc
#acdcd5
#acd9dc
#accfdc
#acc6dc

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

#acd9dc
#dcacd9
#d9dcac

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

#acd9dc
#c7acdc
#dcafac
#c1dcac

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

#acd9dc
#dcafac
#dcc7ac
#acc1dc

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

#acd9dc Color Code Preview on Black Background Color

This is how #acd9dc Color will look on black background color. Color contrast ratio is 13.71

#acd9dc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #acd9dc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #acd9dc

#acd9dc color code is use for CSS Background Color

Background color for the above div is #acd9dc

HTML with inline CSS

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

#acd9dc color code is use for CSS Border Color

CSS Border color for the above div is #acd9dc

HTML with inline CSS

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

CSS Border Left color for the above div is #acd9dc

HTML with inline CSS

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

CSS Border Right color for the above div is #acd9dc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #acd9dc

HTML with inline CSS

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

CSS Border Top color for the above div is #acd9dc

HTML with inline CSS

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

#acd9dc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#acd9dc Color code Preview on White Background

This is how #acd9dc Color code will look on white background color. Color contrast ratio is 1.53

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

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

0 Likes 0 Comments | 6 Views

Post your comment:-

By submitting comment you agree to our privacy policy.