crispedge.com

Color picker

Loading...

#acddcf hex color - Green - Cool color - Information

#acddcf hex color - Green - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Green

Hex #acddcf Color code in RGB color code model is created after adding 67.45% red color, 86.67% green color and 81.18% blue color. Hex #acddcf Color code in CMYK color (process color) code model is generated after subtraction of 22% cyan, 0% magenta, 6% yellow and 13% black.

Hex #acddcf color code is between #aacccc web safe hex color code and #bbeedd web safe hex color code. #aacccc is the nearest web safe color code. You can see here many more shades of #acddcf color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeacddcf#acddcf
RGB Decimal172, 221, 207rgb(172, 221, 207)
RGB Percent67%, 87%, 81%rgb(67%, 87%, 81%)
CSS RGBa172, 221, 207,1rgba(172,221,207,1)
CMYK Modelcmyk(22%,0%,6%,13%)
HSL Color Space163,42% ,77%hsl(163,42% ,77%)
HSV Color Space163°, 22%, 87%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101011001101110111001111
Octal254335317
Decimal172221207
Hexacddcf

Different shades of #acddcf color code.

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

Light Shade of #acddcf
#d0ece4
Dark Shade of #acddcf
#88ceba
Saturated Shade of #acddcf
#a6e3d1
Desaturated Shade of #acddcf
#b2d7cc
Grey scale Shade of #acddcf
#c4c4c4
Brighten Shade
#c5f6e8
Most Readable Shade
#000000

Shades of #acddcf color code

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

#acddcf
#98c4b8
#85aba1
#72938a
#5f7a73
#4c625c
#394945
#26312e
#131817
#000000

Similar Color like #acddcf color

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

#added0
#aedfd1
#afe0d2
#b0e1d3
#b1e2d4
#b2e3d5
#b3e4d6
#b4e5d7
#b5e6d8
#b6e7d9
#b7e8da
#b8e9db
#b9eadc
#baebdd
#abdcce
#aadbcd
#a9dacc
#a8d9cb
#a7d8ca
#a6d7c9
#a5d6c8
#a4d5c7
#a3d4c6
#a2d3c5
#a1d2c4
#a0d1c3
#9fd0c2
#9ecfc1

Monochromatic Color with #acddcf

#acddcf
#070808
#283330
#495d58
#6a887f
#8bb3a7

Tints of #acddcf Color

#acddcf
#b5e0d4
#bee4d9
#c7e8df
#d0ece4
#daefe9
#e3f3ef
#ecf7f4
#f5fbf9
#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

#acddcf
#ddacba

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

Split Complementary

#acddcf
#ddacd3
#ddb7ac

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

Analogous Color

#acddbb
#acddc5
#acddcf
#acddd9
#acd7dd

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

#acddcf
#cfacdd
#ddcfac

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

#acddcf
#b6acdd
#ddacba
#d2ddac

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

#acddcf
#ddacba
#ddb7ac
#acd3dd

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

#acddcf Color Code Preview on Black Background Color

This is how #acddcf Color will look on black background color. Color contrast ratio is 14.00

#acddcf in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #acddcf

HTML with inline CSS

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

Your Example Paragraph content text in with font color #acddcf

#acddcf color code is use for CSS Background Color

Background color for the above div is #acddcf

HTML with inline CSS

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

#acddcf color code is use for CSS Border Color

CSS Border color for the above div is #acddcf

HTML with inline CSS

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

CSS Border Left color for the above div is #acddcf

HTML with inline CSS

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

CSS Border Right color for the above div is #acddcf

HTML with inline CSS

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

CSS Border Bottom color for the above div is #acddcf

HTML with inline CSS

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

CSS Border Top color for the above div is #acddcf

HTML with inline CSS

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

#acddcf hex Color code used as CSS color Codes

Example CSS Class for usage

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

#acddcf Color code Preview on White Background

This is how #acddcf Color code will look on white background color. Color contrast ratio is 1.50

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

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,221,207,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(221,172,186,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(172,221,207,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.