crispedge.com

Color picker

Loading...

#aacdab hex color - Green - Cool color - Information

#aacdab hex color - Green - Cool color

Color Hue/Base color: Green

Hex #aacdab Color code in RGB color code model is created after adding 66.67% red color, 80.39% green color and 67.06% blue color. Hex #aacdab Color code in CMYK color (process color) code model is generated after subtraction of 17% cyan, 0% magenta, 17% yellow and 20% black.

Hex #aacdab color code is between #99ccaa web safe hex color code and #bbddbb web safe hex color code. #99ccaa is the nearest web safe color code. You can see here many more shades of #aacdab color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeaacdab#aacdab
RGB Decimal170, 205, 171rgb(170, 205, 171)
RGB Percent67%, 80%, 67%rgb(67%, 80%, 67%)
CSS RGBa170, 205, 171,1rgba(170,205,171,1)
CMYK Modelcmyk(17%,0%,17%,20%)
HSL Color Space122,26% ,74%hsl(122,26% ,74%)
HSV Color Space122°, 17%, 80%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101010101100110110101011
Octal252315253
Decimal170205171
Hexaacdab

Different shades of #aacdab color code.

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

Light Shade of #aacdab
#cae0cb
Dark Shade of #aacdab
#8aba8b
Saturated Shade of #aacdab
#a3d4a5
Desaturated Shade of #aacdab
#b1c6b1
Grey scale Shade of #aacdab
#bbbbbb
Brighten Shade
#c3e6c4
Most Readable Shade
#000000

Shades of #aacdab color code

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

#aacdab
#97b698
#849f85
#718872
#5e715f
#4b5b4c
#384439
#252d26
#121613
#000000

Similar Color like #aacdab color

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

#abceac
#accfad
#add0ae
#aed1af
#afd2b0
#b0d3b1
#b1d4b2
#b2d5b3
#b3d6b4
#b4d7b5
#b5d8b6
#b6d9b7
#b7dab8
#b8dbb9
#a9ccaa
#a8cba9
#a7caa8
#a6c9a7
#a5c8a6
#a4c7a5
#a3c6a4
#a2c5a3
#a1c4a2
#a0c3a1
#9fc2a0
#9ec19f
#9dc09e
#9cbf9d

Monochromatic Color with #aacdab

#aacdab
#cdf7ce
#1d231d
#404d41
#637864
#87a288

Tints of #aacdab Color

#aacdab
#b3d2b4
#bcd8bd
#c6ddc7
#cfe3d0
#d9e8d9
#e2eee3
#ecf3ec
#f5f9f5
#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

#aacdab
#cdaacc

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

Split Complementary

#aacdab
#bdaacd
#cdaaba

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

Analogous Color

#b7cdaa
#b0cdaa
#aacdab
#aacdb2
#aacdb9

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

#aacdab
#abaacd
#cdabaa

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

#aacdab
#aabacd
#cdaacc
#cdbcaa

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

#aacdab
#cdaacc
#cdaaba
#aacdbd

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

#aacdab Color Code Preview on Black Background Color

This is how #aacdab Color will look on black background color. Color contrast ratio is 12.03

#aacdab in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aacdab

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aacdab

#aacdab color code is use for CSS Background Color

Background color for the above div is #aacdab

HTML with inline CSS

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

#aacdab color code is use for CSS Border Color

CSS Border color for the above div is #aacdab

HTML with inline CSS

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

CSS Border Left color for the above div is #aacdab

HTML with inline CSS

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

CSS Border Right color for the above div is #aacdab

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aacdab

HTML with inline CSS

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

CSS Border Top color for the above div is #aacdab

HTML with inline CSS

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

#aacdab hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aacdab Color code Preview on White Background

This is how #aacdab Color code will look on white background color. Color contrast ratio is 1.75

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

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(170,205,171,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(205,170,204,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(170,205,171,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.